|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A version of an instance. Because this instance (as a version) can change
over time, it has a notion of incorporation, represented as planned and
actual incorporations. The planned incorporation is the time this version
is planned to reflect the actual configuration of the instance; the actual
incorporation reflects when this actually occurs.
Supported API: true
Extendable: true
SerialNumberedInstanceMaster
,
SerialNumberedConfiguredInstanceVersion
,
WTProductInstance2
Field Summary | |
static String |
INCORPORATED
Label for the attribute; The date this version actually reflects the configuration of the serial numbered instance it represents. |
static String |
INCORPORATED_AS_STRING
Label for the attribute; When a successor version is incorporated, its predecessor's incorporation is effectively ended. |
static String |
MASTER
Label for the attribute. |
static String |
MASTER_REFERENCE
Label for the attribute. |
static String |
PLANNED_INCORPORATION
Label for the attribute; The date this version is planned to reflect the current configuration of the serial numbered instance it represents. |
static String |
SERIAL_NUMBER
Label for the attribute; The serial number of the master. |
static String |
UN_INCORPORATED
Label for the attribute. |
Fields inherited from interface wt.configuration.SerialNumberedInstanceImpl |
CONFIGURATION, CONFIGURATION_REFERENCE |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.vc.Iterated |
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAME |
Method Summary | |
Timestamp |
getIncorporated()
Gets the value of the attribute: INCORPORATED. |
String |
getIncorporatedAsString()
Gets the value of the attribute: INCORPORATED_AS_STRING. |
Mastered |
getMaster()
Gets the object for the association that plays role: MASTER. |
ObjectReference |
getMasterReference()
Gets the value of the attribute: MASTER_REFERENCE. |
Timestamp |
getPlannedIncorporation()
Gets the value of the attribute: PLANNED_INCORPORATION. |
String |
getSerialNumber()
Gets the value of the attribute: SERIAL_NUMBER. |
Timestamp |
getUnIncorporated()
Gets the value of the attribute: UN_INCORPORATED. |
void |
setIncorporated(Timestamp a_Incorporated)
Sets the value of the attribute: INCORPORATED. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
void |
setMasterReference(ObjectReference a_MasterReference)
Sets the value of the attribute: MASTER_REFERENCE. |
void |
setPlannedIncorporation(Timestamp a_PlannedIncorporation)
Sets the value of the attribute: PLANNED_INCORPORATION. |
void |
setSerialNumber(String a_SerialNumber)
Sets the value of the attribute: SERIAL_NUMBER. |
void |
setUnIncorporated(Timestamp a_UnIncorporated)
Sets the value of the attribute: UN_INCORPORATED. |
Methods inherited from interface wt.configuration.SerialNumberedInstanceImpl |
getConfiguration, getConfigurationReference, setConfiguration, setConfigurationReference |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Methods inherited from interface wt.vc.Iterated |
getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setIterationInfo |
Field Detail |
public static final String SERIAL_NUMBER
public static final String PLANNED_INCORPORATION
public static final String INCORPORATED
public static final String UN_INCORPORATED
public static final String INCORPORATED_AS_STRING
public static final String MASTER
public static final String MASTER_REFERENCE
Method Detail |
public String getSerialNumber()
getSerialNumber
in interface SerialNumberedInstanceImpl
public void setSerialNumber(String a_SerialNumber) throws WTPropertyVetoException
setSerialNumber
in interface SerialNumberedInstanceImpl
a_SerialNumber
-
WTPropertyVetoException
public Timestamp getPlannedIncorporation()
public void setPlannedIncorporation(Timestamp a_PlannedIncorporation) throws WTPropertyVetoException
a_PlannedIncorporation
-
WTPropertyVetoException
public Timestamp getIncorporated()
public void setIncorporated(Timestamp a_Incorporated) throws WTPropertyVetoException
a_Incorporated
-
WTPropertyVetoException
public Timestamp getUnIncorporated()
public void setUnIncorporated(Timestamp a_UnIncorporated) throws WTPropertyVetoException
a_UnIncorporated
-
WTPropertyVetoException
public String getIncorporatedAsString()
public Mastered getMaster()
getMaster
in interface Iterated
Mastered
public void setMaster(Mastered a_Master) throws WTPropertyVetoException, WTException
setMaster
in interface Iterated
a_Master
-
WTPropertyVetoException
WTException
Mastered
public ObjectReference getMasterReference()
getMasterReference
in interface Iterated
Mastered
public void setMasterReference(ObjectReference a_MasterReference) throws WTPropertyVetoException
setMasterReference
in interface Iterated
a_MasterReference
-
WTPropertyVetoException
Mastered
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |