Package com.ptc.windchill.option.bean
Class VariantLoadATORuleConfigSpecBean
java.lang.Object
com.ptc.windchill.option.bean.VariantLoadATORuleConfigSpecBean
- All Implemented Interfaces:
Serializable
Bean used to store data that was read from VariantSpec load Excel sheet.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVariantLoadATORuleConfigSpecBean(String argConfigSpecName, String argLifeCycleState, Date argEffectivityDate) Constructor. -
Method Summary
-
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. MyATOConfigSpec1argLifeCycleState- LifeCycle names in the form of "INWORK", "RELEASED". Can be null.argEffectivityDate- Effectivity date for the config spec. Can be null.
-