Class GeneratedUsageUnit

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    UsageUnit

    public abstract class GeneratedUsageUnit
    extends GenericItem
    Generated class for type UsageUnit.
    See Also:
    Serialized Form
    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the UsageUnit.id attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the UsageUnit.name attribute
        See Also:
        Constant Field Values
      • NAMEPLURAL

        public static final java.lang.String NAMEPLURAL
        Qualifier of the UsageUnit.namePlural attribute
        See Also:
        Constant Field Values
      • ACCUMULATIVE

        public static final java.lang.String ACCUMULATIVE
        Qualifier of the UsageUnit.accumulative attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedUsageUnit

        public GeneratedUsageUnit()
    • Method Detail

      • isAccumulative

        public java.lang.Boolean isAccumulative​(SessionContext ctx)
        Generated method - Getter of the UsageUnit.accumulative attribute.
        Returns:
        the accumulative - Accumulative
      • isAccumulative

        public java.lang.Boolean isAccumulative()
        Generated method - Getter of the UsageUnit.accumulative attribute.
        Returns:
        the accumulative - Accumulative
      • isAccumulativeAsPrimitive

        public boolean isAccumulativeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the UsageUnit.accumulative attribute.
        Returns:
        the accumulative - Accumulative
      • isAccumulativeAsPrimitive

        public boolean isAccumulativeAsPrimitive()
        Generated method - Getter of the UsageUnit.accumulative attribute.
        Returns:
        the accumulative - Accumulative
      • setAccumulative

        public void setAccumulative​(SessionContext ctx,
                                    java.lang.Boolean value)
        Generated method - Setter of the UsageUnit.accumulative attribute.
        Parameters:
        value - the accumulative - Accumulative
      • setAccumulative

        public void setAccumulative​(java.lang.Boolean value)
        Generated method - Setter of the UsageUnit.accumulative attribute.
        Parameters:
        value - the accumulative - Accumulative
      • setAccumulative

        public void setAccumulative​(SessionContext ctx,
                                    boolean value)
        Generated method - Setter of the UsageUnit.accumulative attribute.
        Parameters:
        value - the accumulative - Accumulative
      • setAccumulative

        public void setAccumulative​(boolean value)
        Generated method - Setter of the UsageUnit.accumulative attribute.
        Parameters:
        value - the accumulative - Accumulative
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the UsageUnit.id attribute.
        Returns:
        the id - Identifier
      • getId

        public java.lang.String getId()
        Generated method - Getter of the UsageUnit.id attribute.
        Returns:
        the id - Identifier
      • setId

        protected void setId​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the UsageUnit.id attribute.
        Parameters:
        value - the id - Identifier
      • setId

        protected void setId​(java.lang.String value)
        Generated method - Setter of the UsageUnit.id attribute.
        Parameters:
        value - the id - Identifier
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the UsageUnit.name attribute.
        Returns:
        the name - Name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the UsageUnit.name attribute.
        Returns:
        the name - Name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the UsageUnit.name attribute.
        Returns:
        the localized name - Name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the UsageUnit.name attribute.
        Returns:
        the localized name - Name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the UsageUnit.name attribute.
        Parameters:
        value - the name - Name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the UsageUnit.name attribute.
        Parameters:
        value - the name - Name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the UsageUnit.name attribute.
        Parameters:
        value - the name - Name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the UsageUnit.name attribute.
        Parameters:
        value - the name - Name
      • getNamePlural

        public java.lang.String getNamePlural​(SessionContext ctx)
        Generated method - Getter of the UsageUnit.namePlural attribute.
        Returns:
        the namePlural - Name (Plural)
      • getNamePlural

        public java.lang.String getNamePlural()
        Generated method - Getter of the UsageUnit.namePlural attribute.
        Returns:
        the namePlural - Name (Plural)
      • getAllNamePlural

        public java.util.Map<Language,​java.lang.String> getAllNamePlural​(SessionContext ctx)
        Generated method - Getter of the UsageUnit.namePlural attribute.
        Returns:
        the localized namePlural - Name (Plural)
      • getAllNamePlural

        public java.util.Map<Language,​java.lang.String> getAllNamePlural()
        Generated method - Getter of the UsageUnit.namePlural attribute.
        Returns:
        the localized namePlural - Name (Plural)
      • setNamePlural

        public void setNamePlural​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the UsageUnit.namePlural attribute.
        Parameters:
        value - the namePlural - Name (Plural)
      • setNamePlural

        public void setNamePlural​(java.lang.String value)
        Generated method - Setter of the UsageUnit.namePlural attribute.
        Parameters:
        value - the namePlural - Name (Plural)
      • setAllNamePlural

        public void setAllNamePlural​(SessionContext ctx,
                                     java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the UsageUnit.namePlural attribute.
        Parameters:
        value - the namePlural - Name (Plural)
      • setAllNamePlural

        public void setAllNamePlural​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the UsageUnit.namePlural attribute.
        Parameters:
        value - the namePlural - Name (Plural)