|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlij.runtime.LetterPostData
public class LetterPostData
Encapsulates the post data of a letter described by an LCC message, i.e. message type, as well as sender and recepient type and ID.
Field Summary | |
---|---|
private Term |
messageType
|
private java.io.Serializable |
recepientID
|
private Term |
recepientType
|
private java.io.Serializable |
senderID
|
private Term |
senderType
|
Constructor Summary | |
---|---|
LetterPostData(Term _messageType,
Term _senderType,
java.io.Serializable _senderID,
Term _recepientType,
java.io.Serializable _recepientID)
Constructor. |
Method Summary | |
---|---|
Term |
getMessageType()
Accessor. |
java.io.Serializable |
getRecepientID()
Accessor. |
Term |
getRecepientType()
Accessor. |
java.io.Serializable |
getSenderID()
Accessor. |
Term |
getSenderType()
Accessor. |
boolean |
matches(LetterPostData other)
Compares this LetterPostData object with another for a match. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private Term messageType
private Term senderType
private java.io.Serializable senderID
private Term recepientType
private java.io.Serializable recepientID
Constructor Detail |
---|
public LetterPostData(Term _messageType, Term _senderType, java.io.Serializable _senderID, Term _recepientType, java.io.Serializable _recepientID)
_messageType
- The type Term of the message._senderType
- The type Term of the sender of the message._senderID
- The ID of the sender of the message._recepientType
- The type Term of the recepient of the message._recepientID
- The ID of the recepient of the message.Method Detail |
---|
public Term getMessageType()
public Term getSenderType()
public java.io.Serializable getSenderID()
public Term getRecepientType()
public java.io.Serializable getRecepientID()
public boolean matches(LetterPostData other)
other
- The LetterPostData object to compare against.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |