Class VariantLoadATORuleConfigSpecBean

java.lang.Object
com.ptc.windchill.option.bean.VariantLoadATORuleConfigSpecBean
All Implemented Interfaces:
Serializable

public class VariantLoadATORuleConfigSpecBean extends Object implements Serializable
Bean used to store data that was read from VariantSpec load Excel sheet.

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • VariantLoadATORuleConfigSpecBean

      public VariantLoadATORuleConfigSpecBean(String argConfigSpecName, String argLifeCycleState, Date argEffectivityDate)
      Constructor. argConfigSpecName is required, all other are not required. If argLifeCycleState and argEffectivityDate are both null then a LATEST AtoRuleConfigSpec will be created.

      Supported API: true
      Parameters:
      argConfigSpecName - Required. Provide a unique name for a config spec e.g. MyATOConfigSpec1
      argLifeCycleState - LifeCycle names in the form of "INWORK", "RELEASED". Can be null.
      argEffectivityDate - Effectivity date for the config spec. Can be null.