Package com.ptc.windchill.option.model
Class _ATORuleConfigSpec
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.option.model._ATORuleConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.vc.config._PersistableConfigSpec,ConfigSpec,wt.vc.config.PersistableConfigSpec
- Direct Known Subclasses:
ATORuleConfigSpec
public abstract class _ATORuleConfigSpec
extends WTObject
implements wt.vc.config.PersistableConfigSpec, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf true then EffectivityConfigSpec is activestatic final StringSupported API: truestatic final StringEffective revisions will have an effective date range which includes this date.static final StringEffective revisions will have a unit number range which inclues this number.static final StringIf true then LatestConfigSpec is active.static final StringIf true then LifeCycleConfigSpec is active.Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionEffective revisions will have an effective date range which includes this date.Effective revisions will have a unit number range which inclues this number.Supported API: truebooleanIf true then EffectivityConfigSpec is activebooleanIf true then LatestConfigSpec is active.booleanIf true then LifeCycleConfigSpec is active.voidsetEffActive(boolean effActive) If true then EffectivityConfigSpec is activevoidsetEffectiveDate(Timestamp effectiveDate) Effective revisions will have an effective date range which includes this date.voidsetEffectiveUnit(String effectiveUnit) Effective revisions will have a unit number range which inclues this number.voidsetEffType(String effType) Supported API: truevoidsetLatestActive(boolean latestActive) If true then LatestConfigSpec is active.voidsetLifeCycleActive(boolean lifeCycleActive) If true then LifeCycleConfigSpec is active.Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.vc.config.ConfigSpec
appendSearchCriteria, getRelationalConfigSpec, processMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentityMethods inherited from interface wt.vc.config.PersistableConfigSpec
duplicate
-
Field Details
-
LATEST_ACTIVE
If true then LatestConfigSpec is active.Supported API: true
- See Also:
-
LIFE_CYCLE_ACTIVE
If true then LifeCycleConfigSpec is active.Supported API: true
- See Also:
-
EFF_ACTIVE
If true then EffectivityConfigSpec is activeSupported API: true
- See Also:
-
EFFECTIVE_DATE
Effective revisions will have an effective date range which includes this date. @see wt.effectivity.EffectivitySupported API: true
- See Also:
-
EFFECTIVE_UNIT
Effective revisions will have a unit number range which inclues this number. @see wt.effectivity.EffectivitySupported API: true
- See Also:
-
EFF_TYPE
Supported API: true- See Also:
-
-
Method Details
-
isLatestActive
public boolean isLatestActive()If true then LatestConfigSpec is active.Supported API: true
- See Also:
-
setLatestActive
public void setLatestActive(boolean latestActive) If true then LatestConfigSpec is active.Supported API: true
- See Also:
-
isLifeCycleActive
public boolean isLifeCycleActive()If true then LifeCycleConfigSpec is active.Supported API: true
- See Also:
-
setLifeCycleActive
public void setLifeCycleActive(boolean lifeCycleActive) If true then LifeCycleConfigSpec is active.Supported API: true
- See Also:
-
isEffActive
public boolean isEffActive()If true then EffectivityConfigSpec is activeSupported API: true
- See Also:
-
setEffActive
public void setEffActive(boolean effActive) If true then EffectivityConfigSpec is activeSupported API: true
- See Also:
-
getEffectiveDate
Effective revisions will have an effective date range which includes this date. @see wt.effectivity.EffectivitySupported API: true
- See Also:
-
setEffectiveDate
Effective revisions will have an effective date range which includes this date. @see wt.effectivity.EffectivitySupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getEffectiveUnit
Effective revisions will have a unit number range which inclues this number. @see wt.effectivity.EffectivitySupported API: true
- See Also:
-
setEffectiveUnit
Effective revisions will have a unit number range which inclues this number. @see wt.effectivity.EffectivitySupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getEffType
Supported API: true- See Also:
-
setEffType
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-