|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xinapse.multisliceimage.roi.HistoryItem
public class HistoryItem
A Class representing an item in the life and history of an ROI. Used in the audit trail.
| Constructor Summary | |
|---|---|
HistoryItem(HistoryType action)
Create a new HistoryItem with the specfied action,. |
|
| Method Summary | |
|---|---|
HistoryItem |
clone()
|
HistoryType |
getAction()
Return the action performed in this HistoryItem. |
java.lang.String |
getActionString()
Return the action performed in this HistoryItem as a java.lang.String. |
java.lang.String |
getID()
Return the ID of the operator who performed the action in this HistoryItem. |
java.util.Date |
getTimeStamp()
Return the time at which the action was performed in this HistoryItem. |
java.lang.String |
getTimeStampString()
Return the time at which the action was performed in this HistoryItem as a java.lang.String. |
java.lang.String |
toString()
Return a java.lang.String describing this HistoryItem. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HistoryItem(HistoryType action)
action - the type of action performed.| Method Detail |
|---|
public HistoryType getAction()
public java.lang.String getActionString()
public java.util.Date getTimeStamp()
public java.lang.String getTimeStampString()
public java.lang.String getID()
public HistoryItem clone()
clone in class java.lang.Objectpublic 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 | ||||||||