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)

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_UID

    Fields inherited from interface wt.locks._Lockable

    LOCK, LOCK_DATE, LOCK_NOTE, LOCKED, LOCKER, LOCKER_EMAIL, LOCKER_FULL_NAME, LOCKER_NAME

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    Default 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • newMaturityBaseline

      public static MaturityBaseline newMaturityBaseline() throws WTException
      Default method to construct an instance of this class.

      Supported API: true
      Returns:
      MaturityBaseline
      Throws:
      WTException