| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--theory.smart.foundation.BelongingImpl
        |
        +--theory.smart.axiom.messaging.MessageImpl
A text-based communication between two uniquely identified parties.  It is used inconjunction with PostOffice and Mailbox classes to provide a simple messaging scheme.  Messages and Mailboxes are managed by the PostOffice 
Message, 
MessageHome, Serialized Form| Field Summary | |
|  java.lang.String | bodybody [Message] <*>------> [ String] | 
|  java.sql.Date | creationDatecreationDate [Message] <*>------> [ java.sql.Date] | 
|  java.lang.String | fromfrom [Message] <*>------> [ String] | 
|  int | identifieridentifier [Message] <*>------> [ int] | 
| Fields inherited from class theory.smart.foundation.BelongingImpl | 
| isDirty | 
| Constructor Summary | |
| MessageImpl() | |
| Method Summary | |
|  int | compareTo(java.lang.Object o) | 
|  java.lang.String | getBody()Get the value of body | 
|  java.sql.Date | getCreationDate()Get the value of creationDate | 
|  java.lang.String | getFrom()Get the value of from | 
|  int | getIdentifier()Get the value of identifier | 
|  void | setBody(java.lang.String body)Set the value of body | 
|  void | setCreationDate(java.sql.Date creationDate)Set the value of creationDate | 
|  void | setFrom(java.lang.String from)Set the value of from | 
|  void | setIdentifier(int identifier)Set the value of identifier | 
|  Belonging | value() | 
| Methods inherited from class theory.smart.foundation.BelongingImpl | 
| equals | 
| Methods inherited from class java.lang.Object | 
| clone, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public java.lang.String body
                  body
 [Message] <*>------> [String] 
 public int identifier
                  identifier
 [Message] <*>------> [int] 
 public java.sql.Date creationDate
                  creationDate
 [Message] <*>------> [java.sql.Date] 
 public java.lang.String from
                  from
 [Message] <*>------> [String] 
 | Constructor Detail | 
public MessageImpl()
| Method Detail | 
public java.lang.String getBody()
public void setBody(java.lang.String body)
body - body to be addedpublic int getIdentifier()
public void setIdentifier(int identifier)
identifier - identifier to be addedpublic java.sql.Date getCreationDate()
public void setCreationDate(java.sql.Date creationDate)
creationDate - creationDate to be addedpublic java.lang.String getFrom()
public void setFrom(java.lang.String from)
from - from to be addedpublic Belonging value()
public int compareTo(java.lang.Object o)
| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||