Class NameplateSetup.ProductClassificationItem
java.lang.Object
de.iip_ecosphere.platform.support.iip_aas.NameplateSetup.ProductClassificationItem
- Enclosing class:
NameplateSetup
Represents a product classification item.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the common version identifier of the used classification system, in order to distinguish different version of the property dictionary.Returns the class of the associated product or industrial equipment in the classification system.Returns the common name of the classification system.voidsetClassificationSystemVersion(String classificationSystemVersion) Changes the common version identifier of the used classification system, in order to distinguish different version of the property dictionary..voidsetProductClassId(String productClassId) Changes the class of the associated product or industrial equipment in the classification system.voidsetProductClassificationSystem(String productClassificationSystem) Changes the common name of the classification system.
-
Field Details
-
productClassificationSystem
-
classificationSystemVersion
-
productClassId
-
-
Constructor Details
-
ProductClassificationItem
public ProductClassificationItem()
-
-
Method Details
-
getProductClassificationSystem
Returns the common name of the classification system.- Returns:
- the value for ProductClassificationSystem
-
setProductClassificationSystem
Changes the common name of the classification system.- Parameters:
productClassificationSystem- the value for ProductClassificationSystem
-
getClassificationSystemVersion
Returns the common version identifier of the used classification system, in order to distinguish different version of the property dictionary.- Returns:
- the value for ClassificationSystemVersion
-
setClassificationSystemVersion
Changes the common version identifier of the used classification system, in order to distinguish different version of the property dictionary..- Parameters:
classificationSystemVersion- the value for ClassificationSystemVersion
-
getProductClassId
Returns the class of the associated product or industrial equipment in the classification system. According to the notation of the system..- Returns:
- the value for ProductClassId
-
setProductClassId
Changes the class of the associated product or industrial equipment in the classification system. According to the notation of the system..- Parameters:
productClassId- the value for ProductClassId
-