|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Audit
Tracks information on the contact that creates or modifies an object.
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Returns the value of this Audit object's action attribute. |
java.util.Date |
getDate()
Returns the value of this Audit object's date attribute. |
Contact |
getPerformer()
Returns the value of this Audit object's performer attribute. |
void |
setAction(java.lang.String p_action)
Sets the action attribute. |
void |
setDate(java.util.Date p_date)
Sets the date attribute. |
void |
setPerformer(Contact p_performer)
Sets the performer attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setDate(java.util.Date p_date)
Audit object.
p_date - The new value for date.getDate()java.util.Date getDate()
Audit object's date attribute.
Description of date:
The date of a change.
Date The value of date.void setAction(java.lang.String p_action)
Audit object.
p_action - The new value for action.getAction()java.lang.String getAction()
Audit object's action attribute.
Description of action:
Indicates whether an action is a creation or a modification.
enum {creation,modification} The value of action.void setPerformer(Contact p_performer)
Audit object.
p_performer - The new value for performer.getPerformer()Contact getPerformer()
Audit object's performer attribute.
gov.nih.nci.mageom.bean.AuditAndSecurity.Contact The value of performer.Contact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||