| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 
 
 
                  body
 [Message] <*>------> [String] 
 
 
 
                  identifier
 [Message] <*>------> [int] 
 
 
 
                  creationDate
 [Message] <*>------> [java.sql.Date] 
 
 
 
                  from
 [Message] <*>------> [String] 
 
MessageHome, 
MessageImpl| Method Summary | |
|  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 | 
| Methods inherited from interface theory.smart.foundation.Belonging | 
| equals, 
value | 
| Methods inherited from interface com.sun.java.util.collections.Comparable | 
| compareTo | 
| Method Detail | 
public java.lang.String getBody()
public void setBody(java.lang.String body)
bodies - body to be addedpublic int getIdentifier()
public void setIdentifier(int identifier)
identifiers - identifier to be addedpublic java.sql.Date getCreationDate()
public void setCreationDate(java.sql.Date creationDate)
creationDates - creationDate to be addedpublic java.lang.String getFrom()
public void setFrom(java.lang.String from)
froms - from to be added| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||