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
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.configuration._SerialNumberedInstanceImpl
CONFIGURATION, CONFIGURATION_REFERENCEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.configuration.SerialNumberedInstanceImpl
serialVersionUIDFields inherited from interface wt.vc.Versionable
serialVersionUID -
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
getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setIterationInfo, setMaster, setMasterReferenceMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods 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, getIdentity, getType
-
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
- See Also:
-
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
- See Also:
-
SERIAL_NUMBER
Supported API: true- See Also:
-
LOT_NUMBER
Supported API: true- See Also:
-
-
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- Parameters:
serialNumber-- 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- Parameters:
lotNumber-- Throws:
WTPropertyVetoException- See Also:
-