Package com.ptc.windchill.option.bean
Class VariantSpecLoadStatusBean
java.lang.Object
com.ptc.windchill.option.bean.VariantSpecLoadStatusBean
- All Implemented Interfaces:
Serializable
Status bean for the each row of the load process
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets Over all status for loaded variant specifications
Supported API: truegets validation error message
Supported API: trueGets validation warning message
Supported API: truegets loaded variant specification number
Supported API: truebooleanReturns flag to indicate variant specification is loaded correctly
Supported API: truebooleanReturns flag to indicate variant specification update success
Supported API: true
-
Method Details
-
isVariantSpecCreateSuccess
public boolean isVariantSpecCreateSuccess()Returns flag to indicate variant specification is loaded correctly
Supported API: true- Returns:
- the variantSpecCreateSuccess
-
isVariantSpecUpdateSuccess
public boolean isVariantSpecUpdateSuccess()Returns flag to indicate variant specification update success
Supported API: true- Returns:
- the variantSpecUpdateSuccess
-
getValidationErrorMessage
gets validation error message
Supported API: true- Returns:
- the validationErrorMessage
-
getValidationWarningMessage
Gets validation warning message
Supported API: true- Returns:
- the validationWarningMessage
-
getVariantSpecNumber
gets loaded variant specification number
Supported API: true- Returns:
- the variantSpecNumber
-
getOverAllStatus
Gets Over all status for loaded variant specifications
Supported API: true
-