wt.change2
Interface ChangeAdminAudit

All Superinterfaces:
NetFactor, ObjectMappable, Serializable
All Known Implementing Classes:
BusinessDecisionAudit, ConfirmationAudit

public interface ChangeAdminAudit
extends ObjectMappable



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

USER

public static final String USER
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

CHANGE_DATE

public static final String CHANGE_DATE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

OLD_VALUE

public static final String OLD_VALUE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

NEW_VALUE

public static final String NEW_VALUE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getUser

public WTPrincipalReference getUser()
Gets the value of the attribute: USER.

Supported API: false

Returns:
WTPrincipalReference

setUser

public void setUser(WTPrincipalReference a_User)
             throws WTPropertyVetoException
Sets the value of the attribute: USER.

Supported API: false

Parameters:
a_User -
Throws:
WTPropertyVetoException

getChangeDate

public Timestamp getChangeDate()
Gets the value of the attribute: CHANGE_DATE.

Supported API: false

Returns:
Timestamp

setChangeDate

public void setChangeDate(Timestamp a_ChangeDate)
                   throws WTPropertyVetoException
Sets the value of the attribute: CHANGE_DATE.

Supported API: false

Parameters:
a_ChangeDate -
Throws:
WTPropertyVetoException

getOldValue

public EnumeratedType getOldValue()
Gets the value of the attribute: OLD_VALUE.

Supported API: false

Returns:
EnumeratedType

setOldValue

public void setOldValue(EnumeratedType a_OldValue)
                 throws WTPropertyVetoException
Sets the value of the attribute: OLD_VALUE.

Supported API: false

Parameters:
a_OldValue -
Throws:
WTPropertyVetoException

getNewValue

public EnumeratedType getNewValue()
Gets the value of the attribute: NEW_VALUE.

Supported API: false

Returns:
EnumeratedType

setNewValue

public void setNewValue(EnumeratedType a_NewValue)
                 throws WTPropertyVetoException
Sets the value of the attribute: NEW_VALUE.

Supported API: false

Parameters:
a_NewValue -
Throws:
WTPropertyVetoException