| 
 | 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.ebusiness.troubleticket.JournalEntryImpl
Each journal entry logs a change in state, the reason, and times.
JournalEntry, 
JournalEntryHome, Serialized Form| Field Summary | |
|  java.lang.String | agentIdagentId [JournalEntry] <*>------> [ String] | 
|  java.sql.Date | effectiveDateeffectiveDate [JournalEntry] <*>------> [ java.sql.Date] | 
|  boolean | internalinternal [JournalEntry] <*>------> [ boolean] | 
|  java.lang.String | notesnotes [JournalEntry] <*>------> [ String] | 
|  java.lang.String | statusstatus [JournalEntry] <*>------> [ String] | 
| Fields inherited from class theory.smart.foundation.BelongingImpl | 
| isDirty | 
| Constructor Summary | |
| JournalEntryImpl() | |
| Method Summary | |
|  int | compareTo(java.lang.Object o) | 
|  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 | 
|  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 status
                  status
 [JournalEntry] <*>------> [String] 
 public java.sql.Date effectiveDate
                  effectiveDate
 [JournalEntry] <*>------> [java.sql.Date] 
 public java.lang.String agentId
                  agentId
 [JournalEntry] <*>------> [String] 
 public java.lang.String notes
                  notes
 [JournalEntry] <*>------> [String] 
 public boolean internal
                  internal
 [JournalEntry] <*>------> [boolean] 
 | Constructor Detail | 
public JournalEntryImpl()
| Method Detail | 
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - status to be addedpublic java.sql.Date getEffectiveDate()
public void setEffectiveDate(java.sql.Date effectiveDate)
effectiveDate - effectiveDate to be addedpublic java.lang.String getAgentId()
public void setAgentId(java.lang.String agentId)
agentId - agentId to be addedpublic java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes - notes to be addedpublic boolean getInternal()
public void setInternal(boolean internal)
internal - internal 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 | ||||||||