Class NameplateSetup.ProductClassificationItem

java.lang.Object
de.iip_ecosphere.platform.support.iip_aas.NameplateSetup.ProductClassificationItem
Enclosing class:
NameplateSetup

public static class NameplateSetup.ProductClassificationItem extends Object
Represents a product classification item.
Author:
Holger Eichelberger, SSE
  • Field Details

    • productClassificationSystem

      private String productClassificationSystem
    • classificationSystemVersion

      private String classificationSystemVersion
    • productClassId

      private String productClassId
  • Constructor Details

    • ProductClassificationItem

      public ProductClassificationItem()
  • Method Details

    • getProductClassificationSystem

      public String getProductClassificationSystem()
      Returns the common name of the classification system.
      Returns:
      the value for ProductClassificationSystem
    • setProductClassificationSystem

      public void setProductClassificationSystem(String productClassificationSystem)
      Changes the common name of the classification system.
      Parameters:
      productClassificationSystem - the value for ProductClassificationSystem
    • getClassificationSystemVersion

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

      public void setClassificationSystemVersion(String classificationSystemVersion)
      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

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

      public void setProductClassId(String productClassId)
      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