Package wt.configuration
Interface _SerialNumberedInstanceVersion
- All Superinterfaces:
_Iterated,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,_SerialNumberedInstanceImpl,wt.vc._Versionable,Iterated,NetFactor,ObjectMappable,Persistable,Serializable,SerialNumberedInstanceImpl,Versionable
- All Known Subinterfaces:
wt.configuration._SerialNumberedConfiguredInstanceVersion,SerialNumberedConfiguredInstanceVersion,SerialNumberedInstanceVersion
- All Known Implementing Classes:
_WTProductInstance2,WTProductInstance2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe date this version actually reflects the configuration of the serial numbered instance it represents.static final StringSupported API: truestatic final StringThe date this version is planned to reflect the current configuration of the serial numbered instance it represents.static final StringSupported API: trueFields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.configuration._SerialNumberedInstanceImpl
CONFIGURATION, CONFIGURATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionThe date this version actually reflects the configuration of the serial numbered instance it represents.Derived from_SerialNumberedInstanceIfc.getLotNumber()The date this version is planned to reflect the current configuration of the serial numbered instance it represents.Derived from_SerialNumberedInstanceIfc.getSerialNumber()voidsetIncorporated(Timestamp incorporated) The date this version actually reflects the configuration of the serial numbered instance it represents.voidsetLotNumber(String lotNumber) voidsetPlannedIncorporation(Timestamp plannedIncorporation) The date this version is planned to reflect the current configuration of the serial numbered instance it represents.voidsetSerialNumber(String serialNumber) Methods inherited from interface wt.vc._Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setMaster, setMasterReferenceMethods inherited from interface wt.configuration._SerialNumberedInstanceImpl
getConfiguration, getConfigurationReference, setConfiguration, setConfigurationReferenceMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
PLANNED_INCORPORATION
The date this version is planned to reflect the current configuration of the serial numbered instance it represents.Supported API: true
-
INCORPORATED
The date this version actually reflects the configuration of the serial numbered instance it represents. Use incorporatedAsStriing to display this value, as it will display the incorporation range.Supported API: true
-
SERIAL_NUMBER
Supported API: true -
LOT_NUMBER
Supported API: true
-
-
Method Details
-
getPlannedIncorporation
Timestamp getPlannedIncorporation()The date this version is planned to reflect the current configuration of the serial numbered instance it represents.Supported API: true
- See Also:
-
setPlannedIncorporation
The date this version is planned to reflect the current configuration of the serial numbered instance it represents.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getIncorporated
Timestamp getIncorporated()The date this version actually reflects the configuration of the serial numbered instance it represents. Use incorporatedAsStriing to display this value, as it will display the incorporation range.Supported API: true
- See Also:
-
setIncorporated
The date this version actually reflects the configuration of the serial numbered instance it represents. Use incorporatedAsStriing to display this value, as it will display the incorporation range.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getSerialNumber
String getSerialNumber()Derived from_SerialNumberedInstanceIfc.getSerialNumber()Supported API: true
- Specified by:
getSerialNumberin interfaceSerialNumberedInstanceImpl- Returns:
- String
- See Also:
-
setSerialNumber
Derived from_SerialNumberedInstanceIfc.setSerialNumber(java.lang.String)Supported API: true
- Specified by:
setSerialNumberin interfaceSerialNumberedInstanceImpl- Throws:
WTPropertyVetoException- See Also:
-
getLotNumber
String getLotNumber()Derived from_SerialNumberedInstanceIfc.getLotNumber()Supported API: true
- Specified by:
getLotNumberin interfaceSerialNumberedInstanceImpl- Returns:
- String
- See Also:
-
setLotNumber
Derived from_SerialNumberedInstanceIfc.setLotNumber(java.lang.String)Supported API: true
- Specified by:
setLotNumberin interfaceSerialNumberedInstanceImpl- Throws:
WTPropertyVetoException- See Also:
-