agentland.util
Class ExtendedSecret

java.lang.Object
  |
  +--agentland.util.Secret
        |
        +--agentland.util.ExtendedSecret
All Implemented Interfaces:
Cloneable, Serializable

public class ExtendedSecret
extends Secret

This is a modified version of Secret which adds several fields and string representations of Secret fields to facilitate searching in the database.

See Also:
Serialized Form

Fields inherited from class agentland.util.Secret
details, name, source, timeStamp
 
Constructor Summary
ExtendedSecret(AgentID source, Vector notifiers, String name, Serializable details, Date datetime, String SourceString, String DetailsString, String NotifiersString)
           
ExtendedSecret(Secret s, Vector notifiers, Date datetime, String SourceString, String DetailsString, String NotifiersString)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class agentland.util.Secret
addNotifier, clone, details, getSource, getTimeStamp, isA, name, setDetails, setName, wentThrough
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedSecret

public ExtendedSecret(Secret s,
                      Vector notifiers,
                      Date datetime,
                      String SourceString,
                      String DetailsString,
                      String NotifiersString)

ExtendedSecret

public ExtendedSecret(AgentID source,
                      Vector notifiers,
                      String name,
                      Serializable details,
                      Date datetime,
                      String SourceString,
                      String DetailsString,
                      String NotifiersString)
Method Detail

toString

public String toString()
Overrides:
toString in class Secret