Class GeneratedCxAbstractCalcConfig

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

public abstract class GeneratedCxAbstractCalcConfig extends GenericItem
Generated class for type CxAbstractCalcConfig.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCxAbstractCalcConfig

      public GeneratedCxAbstractCalcConfig()
  • Method Details

    • getDefaultAttributeModes

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

      public Set<String> getActions(SessionContext ctx)
      Generated method - Getter of the CxAbstractCalcConfig.actions attribute.
      Returns:
      the actions - Collection of recalculate actions string representations
    • getActions

      public Set<String> getActions()
      Generated method - Getter of the CxAbstractCalcConfig.actions attribute.
      Returns:
      the actions - Collection of recalculate actions string representations
    • setActions

      public void setActions(SessionContext ctx, Set<String> value)
      Generated method - Setter of the CxAbstractCalcConfig.actions attribute.
      Parameters:
      value - the actions - Collection of recalculate actions string representations
    • setActions

      public void setActions(Set<String> value)
      Generated method - Setter of the CxAbstractCalcConfig.actions attribute.
      Parameters:
      value - the actions - Collection of recalculate actions string representations
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the CxAbstractCalcConfig.code attribute.
      Returns:
      the code - Unique identifier
    • getCode

      public String getCode()
      Generated method - Getter of the CxAbstractCalcConfig.code attribute.
      Returns:
      the code - Unique identifier
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the CxAbstractCalcConfig.code attribute.
      Parameters:
      value - the code - Unique identifier
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the CxAbstractCalcConfig.code attribute.
      Parameters:
      value - the code - Unique identifier
    • getUserType

      public EnumerationValue getUserType(SessionContext ctx)
      Generated method - Getter of the CxAbstractCalcConfig.userType attribute.
      Returns:
      the userType - User type for which config is valid
    • getUserType

      public EnumerationValue getUserType()
      Generated method - Getter of the CxAbstractCalcConfig.userType attribute.
      Returns:
      the userType - User type for which config is valid
    • setUserType

      public void setUserType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the CxAbstractCalcConfig.userType attribute.
      Parameters:
      value - the userType - User type for which config is valid
    • setUserType

      public void setUserType(EnumerationValue value)
      Generated method - Setter of the CxAbstractCalcConfig.userType attribute.
      Parameters:
      value - the userType - User type for which config is valid