|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.change2.BusinessDecisionAudit
Use the newBusinessDecisionAudit
static factory method(s),
not the BusinessDecisionAudit
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: false
Extendable: false
Field Summary | |
private Timestamp |
changeDate
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static int |
NEW_VALUE_UPPER_LIMIT
|
private EnumeratedType |
newValue
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static int |
OLD_VALUE_UPPER_LIMIT
|
private EnumeratedType |
oldValue
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private WTPrincipalReference |
user
|
Fields inherited from interface wt.change2.ChangeAdminAudit |
CHANGE_DATE, NEW_VALUE, OLD_VALUE, USER |
Constructor Summary | |
BusinessDecisionAudit()
|
Method Summary | |
Timestamp |
getChangeDate()
Gets the value of the attribute: CHANGE_DATE. |
ClassInfo |
getClassInfo()
Returns the ClassInfo object for this class. |
String |
getConceptualClassname()
Deprecated. |
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. |
protected void |
initialize()
Supports initialization, following construction of an instance. |
static BusinessDecisionAudit |
newBusinessDecisionAudit()
Default factory for the class. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(BusinessDecisionAudit thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
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. |
String |
toString()
Returns the conceptual (modeled) name for the class. |
private void |
userValidate(WTPrincipalReference a_User)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private WTPrincipalReference user
private Timestamp changeDate
private static int OLD_VALUE_UPPER_LIMIT
private EnumeratedType oldValue
private static int NEW_VALUE_UPPER_LIMIT
private EnumeratedType newValue
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public BusinessDecisionAudit()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(BusinessDecisionAudit thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String toString()
public ClassInfo getClassInfo() throws WTIntrospectionException
getClassInfo
in interface NetFactor
WTIntrospectionException
public static BusinessDecisionAudit newBusinessDecisionAudit() throws WTException
WTException
protected void initialize() throws WTException
WTException
public WTPrincipalReference getUser()
getUser
in interface ChangeAdminAudit
public void setUser(WTPrincipalReference a_User) throws WTPropertyVetoException
setUser
in interface ChangeAdminAudit
a_User
-
WTPropertyVetoException
private void userValidate(WTPrincipalReference a_User) throws WTPropertyVetoException
a_User
-
WTPropertyVetoException
public Timestamp getChangeDate()
getChangeDate
in interface ChangeAdminAudit
public void setChangeDate(Timestamp a_ChangeDate) throws WTPropertyVetoException
setChangeDate
in interface ChangeAdminAudit
a_ChangeDate
-
WTPropertyVetoException
public EnumeratedType getOldValue()
getOldValue
in interface ChangeAdminAudit
public void setOldValue(EnumeratedType a_OldValue) throws WTPropertyVetoException
setOldValue
in interface ChangeAdminAudit
a_OldValue
-
WTPropertyVetoException
public EnumeratedType getNewValue()
getNewValue
in interface ChangeAdminAudit
public void setNewValue(EnumeratedType a_NewValue) throws WTPropertyVetoException
setNewValue
in interface ChangeAdminAudit
a_NewValue
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |