Class GeneratedClassificationAttributeUnit

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ClassificationAttributeUnit

public abstract class GeneratedClassificationAttributeUnit extends GenericItem
Generated class for type ClassificationAttributeUnit.
See Also:
  • Field Details

    • SYSTEMVERSION

      public static final String SYSTEMVERSION
      Qualifier of the ClassificationAttributeUnit.systemVersion attribute
      See Also:
    • CODE

      public static final String CODE
      Qualifier of the ClassificationAttributeUnit.code attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the ClassificationAttributeUnit.name attribute
      See Also:
    • EXTERNALID

      public static final String EXTERNALID
      Qualifier of the ClassificationAttributeUnit.externalID attribute
      See Also:
    • SYMBOL

      public static final String SYMBOL
      Qualifier of the ClassificationAttributeUnit.symbol attribute
      See Also:
    • UNITTYPE

      public static final String UNITTYPE
      Qualifier of the ClassificationAttributeUnit.unitType attribute
      See Also:
    • CONVERSIONFACTOR

      public static final String CONVERSIONFACTOR
      Qualifier of the ClassificationAttributeUnit.conversionFactor attribute
      See Also:
    • CONVERTIBLEUNITS

      public static final String CONVERTIBLEUNITS
      Qualifier of the ClassificationAttributeUnit.convertibleUnits attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedClassificationAttributeUnit

      public GeneratedClassificationAttributeUnit()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.code attribute.
      Returns:
      the code - external identifier refering to the actual classification system definition
    • getCode

      public String getCode()
      Generated method - Getter of the ClassificationAttributeUnit.code attribute.
      Returns:
      the code - external identifier refering to the actual classification system definition
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttributeUnit.code attribute.
      Parameters:
      value - the code - external identifier refering to the actual classification system definition
    • setCode

      public void setCode(String value)
      Generated method - Setter of the ClassificationAttributeUnit.code attribute.
      Parameters:
      value - the code - external identifier refering to the actual classification system definition
    • getConversionFactor

      public Double getConversionFactor(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
      Returns:
      the conversionFactor - Conversion factor
    • getConversionFactor

      public Double getConversionFactor()
      Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
      Returns:
      the conversionFactor - Conversion factor
    • getConversionFactorAsPrimitive

      public double getConversionFactorAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
      Returns:
      the conversionFactor - Conversion factor
    • getConversionFactorAsPrimitive

      public double getConversionFactorAsPrimitive()
      Generated method - Getter of the ClassificationAttributeUnit.conversionFactor attribute.
      Returns:
      the conversionFactor - Conversion factor
    • setConversionFactor

      public void setConversionFactor(SessionContext ctx, Double value)
      Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
      Parameters:
      value - the conversionFactor - Conversion factor
    • setConversionFactor

      public void setConversionFactor(Double value)
      Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
      Parameters:
      value - the conversionFactor - Conversion factor
    • setConversionFactor

      public void setConversionFactor(SessionContext ctx, double value)
      Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
      Parameters:
      value - the conversionFactor - Conversion factor
    • setConversionFactor

      public void setConversionFactor(double value)
      Generated method - Setter of the ClassificationAttributeUnit.conversionFactor attribute.
      Parameters:
      value - the conversionFactor - Conversion factor
    • getConvertibleUnits

      public abstract Set<ClassificationAttributeUnit> getConvertibleUnits(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.convertibleUnits attribute.
      Returns:
      the convertibleUnits - Convertible units
    • getConvertibleUnits

      public Set<ClassificationAttributeUnit> getConvertibleUnits()
      Generated method - Getter of the ClassificationAttributeUnit.convertibleUnits attribute.
      Returns:
      the convertibleUnits - Convertible units
    • getExternalID

      public String getExternalID(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.externalID attribute.
      Returns:
      the externalID - external identifier refering to the actual classification system definition
    • getExternalID

      public String getExternalID()
      Generated method - Getter of the ClassificationAttributeUnit.externalID attribute.
      Returns:
      the externalID - external identifier refering to the actual classification system definition
    • setExternalID

      public void setExternalID(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttributeUnit.externalID attribute.
      Parameters:
      value - the externalID - external identifier refering to the actual classification system definition
    • setExternalID

      public void setExternalID(String value)
      Generated method - Setter of the ClassificationAttributeUnit.externalID attribute.
      Parameters:
      value - the externalID - external identifier refering to the actual classification system definition
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.name attribute.
      Returns:
      the name - optional localized name of this class
    • getName

      public String getName()
      Generated method - Getter of the ClassificationAttributeUnit.name attribute.
      Returns:
      the name - optional localized name of this class
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.name attribute.
      Returns:
      the localized name - optional localized name of this class
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the ClassificationAttributeUnit.name attribute.
      Returns:
      the localized name - optional localized name of this class
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttributeUnit.name attribute.
      Parameters:
      value - the name - optional localized name of this class
    • setName

      public void setName(String value)
      Generated method - Setter of the ClassificationAttributeUnit.name attribute.
      Parameters:
      value - the name - optional localized name of this class
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the ClassificationAttributeUnit.name attribute.
      Parameters:
      value - the name - optional localized name of this class
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the ClassificationAttributeUnit.name attribute.
      Parameters:
      value - the name - optional localized name of this class
    • getSymbol

      public String getSymbol(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.symbol attribute.
      Returns:
      the symbol - Symbol
    • getSymbol

      public String getSymbol()
      Generated method - Getter of the ClassificationAttributeUnit.symbol attribute.
      Returns:
      the symbol - Symbol
    • setSymbol

      public void setSymbol(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttributeUnit.symbol attribute.
      Parameters:
      value - the symbol - Symbol
    • setSymbol

      public void setSymbol(String value)
      Generated method - Setter of the ClassificationAttributeUnit.symbol attribute.
      Parameters:
      value - the symbol - Symbol
    • getSystemVersion

      public ClassificationSystemVersion getSystemVersion(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.systemVersion attribute.
      Returns:
      the systemVersion
    • getSystemVersion

      public ClassificationSystemVersion getSystemVersion()
      Generated method - Getter of the ClassificationAttributeUnit.systemVersion attribute.
      Returns:
      the systemVersion
    • setSystemVersion

      protected void setSystemVersion(SessionContext ctx, ClassificationSystemVersion value)
      Generated method - Setter of the ClassificationAttributeUnit.systemVersion attribute.
      Parameters:
      value - the systemVersion
    • setSystemVersion

      protected void setSystemVersion(ClassificationSystemVersion value)
      Generated method - Setter of the ClassificationAttributeUnit.systemVersion attribute.
      Parameters:
      value - the systemVersion
    • getUnitType

      public String getUnitType(SessionContext ctx)
      Generated method - Getter of the ClassificationAttributeUnit.unitType attribute.
      Returns:
      the unitType - Unit type
    • getUnitType

      public String getUnitType()
      Generated method - Getter of the ClassificationAttributeUnit.unitType attribute.
      Returns:
      the unitType - Unit type
    • setUnitType

      public void setUnitType(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttributeUnit.unitType attribute.
      Parameters:
      value - the unitType - Unit type
    • setUnitType

      public void setUnitType(String value)
      Generated method - Setter of the ClassificationAttributeUnit.unitType attribute.
      Parameters:
      value - the unitType - Unit type