wt.vc.baseline
Interface NonStrictBaseline

All Superinterfaces:
Baseline, ElectronicallySignable, Lockable, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
EPMAsStoredConfig, EPMCheckpoint, SandboxBaseline

public interface NonStrictBaseline
extends Baseline

This interface is used to tag a class that represents a non-strict baseline. Non-strict means that the associated Baselineables may be deleted.

Supported API: false

Extendable: false


Field Summary
static String DIRTY
          Label for the attribute; Indicates if the non-strict baseline is dirty, i.e.
 
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
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 boolean isDirty()
          Gets the value of the attribute: DIRTY.
 void setDirty(boolean a_Dirty)
          Sets the value of the attribute: DIRTY.
 
Methods inherited from interface wt.locks.Lockable
getLock, getLockDate, getLocker, getLockerEMail, getLockerFullName, getLockerName, getLockNote, isLocked, setLock
 
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
 

Field Detail

DIRTY

public static final String DIRTY
Label for the attribute; Indicates if the non-strict baseline is dirty, i.e. has had something removed since it was created. This is intended to be set only by the BaselineService.

Supported API: false

See Also:
Constant Field Values
Method Detail

isDirty

public boolean isDirty()
Gets the value of the attribute: DIRTY. Indicates if the non-strict baseline is dirty, i.e. has had something removed since it was created. This is intended to be set only by the BaselineService.

Supported API: false

Returns:
boolean

setDirty

public void setDirty(boolean a_Dirty)
              throws WTPropertyVetoException
Sets the value of the attribute: DIRTY. Indicates if the non-strict baseline is dirty, i.e. has had something removed since it was created. This is intended to be set only by the BaselineService.

Supported API: false

Parameters:
a_Dirty -
Throws:
WTPropertyVetoException