Package wt.maturity
Class MaturityBaseline
java.lang.Object
wt.maturity._MaturityBaseline
wt.maturity.MaturityBaseline
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.inf.container._WTContained,WTContained,wt.locks._Lockable,Lockable,wt.org.electronicIdentity._ElectronicallySignable,wt.org.electronicIdentity.ElectronicallySignable,wt.recent.RecentlyVisited,wt.vc.baseline._Baseline,Baseline
@GenAsPersistable(interfaces={WTContained.class,Baseline.class},
versions=8429165241566957310L)
public final class MaturityBaseline
extends wt.maturity._MaturityBaseline
Baseline for a PromotionNotice indicating the dependant items required
for this PromotionNotice to be reviewed.
The MaturityBaseline does not support holding a reference to a working copy. There is a WinDU and WinRU that exists in order to detect and repair any references to a working copy. (PromotableWorkingCopyDT/RT)
The MaturityBaseline does not support holding a reference to a working copy. There is a WinDU and WinRU that exists in order to detect and repair any references to a working copy. (PromotableWorkingCopyDT/RT)
Use the newMaturityBaseline static factory method(s), not
the MaturityBaseline 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: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.maturity._MaturityBaseline
EXTERNALIZATION_VERSION_UIDFields inherited from interface wt.locks._Lockable
LOCK, LOCK_DATE, LOCK_NOTE, LOCKED, LOCKER, LOCKER_EMAIL, LOCKER_FULL_NAME, LOCKER_NAMEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescriptionstatic MaturityBaselineDefault method to construct an instance of this class.Methods inherited from class wt.maturity._MaturityBaseline
equals, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getLock, getLockDate, getLocker, getLockerEMail, getLockerFullName, getLockerName, getLockNote, getPersistInfo, hashCode, isLocked, readExternal, readExternal, readVersion, setContainer, setContainerReference, setLock, setPersistInfo, toString, writeExternal, writeExternal
-
Method Details
-
newMaturityBaseline
Default method to construct an instance of this class.
Supported API: true- Returns:
- MaturityBaseline
- Throws:
WTException
-