|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
CHANGE_DATE
Label for the attribute. |
static String |
NEW_VALUE
Label for the attribute. |
static String |
OLD_VALUE
Label for the attribute. |
static String |
USER
Label for the attribute. |
Method Summary | |
Timestamp |
getChangeDate()
Gets the value of the attribute: CHANGE_DATE. |
EnumeratedType |
getNewValue()
Gets the value of the attribute: NEW_VALUE. |
EnumeratedType |
getOldValue()
Gets the value of the attribute: OLD_VALUE. |
WTPrincipalReference |
getUser()
Gets the value of the attribute: USER. |
void |
setChangeDate(Timestamp a_ChangeDate)
Sets the value of the attribute: CHANGE_DATE. |
void |
setNewValue(EnumeratedType a_NewValue)
Sets the value of the attribute: NEW_VALUE. |
void |
setOldValue(EnumeratedType a_OldValue)
Sets the value of the attribute: OLD_VALUE. |
void |
setUser(WTPrincipalReference a_User)
Sets the value of the attribute: USER. |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String USER
public static final String CHANGE_DATE
public static final String OLD_VALUE
public static final String NEW_VALUE
Method Detail |
public WTPrincipalReference getUser()
public void setUser(WTPrincipalReference a_User) throws WTPropertyVetoException
a_User
-
WTPropertyVetoException
public Timestamp getChangeDate()
public void setChangeDate(Timestamp a_ChangeDate) throws WTPropertyVetoException
a_ChangeDate
-
WTPropertyVetoException
public EnumeratedType getOldValue()
public void setOldValue(EnumeratedType a_OldValue) throws WTPropertyVetoException
a_OldValue
-
WTPropertyVetoException
public EnumeratedType getNewValue()
public void setNewValue(EnumeratedType a_NewValue) throws WTPropertyVetoException
a_NewValue
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |