jade.domain.FIPAAgentManagement
Class ReceivedObject
java.lang.Object
|
+--jade.domain.FIPAAgentManagement.ReceivedObject
- public class ReceivedObject
- extends java.lang.Object
- implements Concept, Serializable
- See Also:
- Serialized Form
Constructor Summary |
ReceivedObject()
The constructor initializes the date to current time and
all the Strings to an empty string. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ReceivedObject
public ReceivedObject()
- The constructor initializes the date to current time and
all the Strings to an empty string.
setBy
public void setBy(java.lang.String b)
getBy
public java.lang.String getBy()
setFrom
public void setFrom(java.lang.String f)
getFrom
public java.lang.String getFrom()
setDate
public void setDate(java.util.Date d)
getDate
public java.util.Date getDate()
setId
public void setId(java.lang.String i)
getId
public java.lang.String getId()
setVia
public void setVia(java.lang.String v)
getVia
public java.lang.String getVia()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object