| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Each journal entry logs a change in state, the reason, and times.
                  status
 [JournalEntry] <*>------> [String] 
 
 
 
                  effectiveDate
 [JournalEntry] <*>------> [java.sql.Date] 
 
 
 
                  agentId
 [JournalEntry] <*>------> [String] 
 
 
 
                  notes
 [JournalEntry] <*>------> [String] 
 
 
 
                  internal
 [JournalEntry] <*>------> [boolean] 
 
JournalEntryHome, 
JournalEntryImpl| Method Summary | |
|  java.lang.String | getAgentId()Get the value of agentId | 
|  java.sql.Date | getEffectiveDate()Get the value of effectiveDate | 
|  boolean | getInternal()Get the value of internal | 
|  java.lang.String | getNotes()Get the value of notes | 
|  java.lang.String | getStatus()Get the value of status | 
|  void | setAgentId(java.lang.String agentId)Set the value of agentId | 
|  void | setEffectiveDate(java.sql.Date effectiveDate)Set the value of effectiveDate | 
|  void | setInternal(boolean internal)Set the value of internal | 
|  void | setNotes(java.lang.String notes)Set the value of notes | 
|  void | setStatus(java.lang.String status)Set the value of status | 
| 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 getStatus()
public void setStatus(java.lang.String status)
statuses - status to be addedpublic java.sql.Date getEffectiveDate()
public void setEffectiveDate(java.sql.Date effectiveDate)
effectiveDates - effectiveDate to be addedpublic java.lang.String getAgentId()
public void setAgentId(java.lang.String agentId)
agentIds - agentId to be addedpublic java.lang.String getNotes()
public void setNotes(java.lang.String notes)
noteses - notes to be addedpublic boolean getInternal()
public void setInternal(boolean internal)
internals - internal to be added| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||