Package wt.part
Class _WTPartEffectivityConfigSpec
java.lang.Object
wt.part._WTPartEffectivityConfigSpec
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable,ConfigSpec
- Direct Known Subclasses:
WTPartEffectivityConfigSpec
public abstract class _WTPartEffectivityConfigSpec
extends Object
implements ConfigSpec, ObjectMappable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 set, only those objects assigned to the variation1 are returned.static final StringIf set, only those objects assigned to the variation2 are returned. -
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: trueIf set, only those objects assigned to the variation1 are returned.If set, only those objects assigned to the variation2 are returned.voidsetEffectiveDate(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: truevoidsetVariation1(Variation1 variation1) If set, only those objects assigned to the variation1 are returned.voidsetVariation2(Variation2 variation2) If set, only those objects assigned to the variation2 are returned.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.vc.config.ConfigSpec
appendSearchCriteria, getRelationalConfigSpec, process
-
Field Details
-
EFFECTIVE_DATE
Effective revisions will have an effective date range which includes this date. @see wt.effectivity.EffectivitySupported API: true
-
EFFECTIVE_UNIT
Effective revisions will have a unit number range which inclues this number. @see wt.effectivity.EffectivitySupported API: true
-
VARIATION1
If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.Supported API: true
-
VARIATION2
If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.Supported API: true
-
EFF_TYPE
Supported API: true
-
-
Method Details
-
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:
-
getVariation1
If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.Supported API: true
- See Also:
-
setVariation1
If set, only those objects assigned to the variation1 are returned. If no WTParts match the variation1, other variation1s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation1 are checked last. If this is not set only WTParts with null variation1 will be returned.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getVariation2
If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.Supported API: true
- See Also:
-
setVariation2
If set, only those objects assigned to the variation2 are returned. If no WTParts match the variation2, other variation2s are checked from the bottom of the hierarchy up(until there is either at least one match or no parent). WTParts with null variation2 are checked last. If this is not set only WTParts with null variation2 will be returned.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getEffType
Supported API: true- See Also:
-
setEffType
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-