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 Details

    • EFFECTIVE_DATE

      public static final String EFFECTIVE_DATE
      Effective revisions will have an effective date range which includes this date. @see wt.effectivity.Effectivity

      Supported API: true

      See Also:
    • EFFECTIVE_UNIT

      public static final String EFFECTIVE_UNIT
      Effective revisions will have a unit number range which inclues this number. @see wt.effectivity.Effectivity

      Supported API: true

      See Also:
    • VARIATION1

      public static final String 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

      See Also:
    • VARIATION2

      public static final String 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

      See Also:
    • EFF_TYPE

      public static final String EFF_TYPE
      Supported API: true
      See Also:
  • Method Details

    • getEffectiveDate

      public Timestamp getEffectiveDate()
      Effective revisions will have an effective date range which includes this date. @see wt.effectivity.Effectivity

      Supported API: true

      See Also:
    • setEffectiveDate

      public void setEffectiveDate(Timestamp effectiveDate) throws WTPropertyVetoException
      Effective revisions will have an effective date range which includes this date. @see wt.effectivity.Effectivity

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • getEffectiveUnit

      public String getEffectiveUnit()
      Effective revisions will have a unit number range which inclues this number. @see wt.effectivity.Effectivity

      Supported API: true

      See Also:
    • setEffectiveUnit

      public void setEffectiveUnit(String effectiveUnit) throws WTPropertyVetoException
      Effective revisions will have a unit number range which inclues this number. @see wt.effectivity.Effectivity

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • getVariation1

      public Variation1 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

      public void setVariation1(Variation1 variation1) throws WTPropertyVetoException
      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

      public Variation2 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

      public void setVariation2(Variation2 variation2) throws WTPropertyVetoException
      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

      public String getEffType()
      Supported API: true
      See Also:
    • setEffType

      public void setEffType(String effType) throws WTPropertyVetoException
      Supported API: true
      Throws:
      WTPropertyVetoException
      See Also: