Class GeneratedUsageUnit

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

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

  • Constructor Details

    • GeneratedUsageUnit

      public GeneratedUsageUnit()
  • Method Details

    • getDefaultAttributeModes

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

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

      public 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, 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
    • 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 String getId(SessionContext ctx)
      Generated method - Getter of the UsageUnit.id attribute.
      Returns:
      the id - Identifier
    • getId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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