Class GeneratedCxAbstractCalcConfig

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the CxAbstractCalcConfig.code attribute
        See Also:
        Constant Field Values
      • ACTIONS

        public static final java.lang.String ACTIONS
        Qualifier of the CxAbstractCalcConfig.actions attribute
        See Also:
        Constant Field Values
      • USERTYPE

        public static final java.lang.String USERTYPE
        Qualifier of the CxAbstractCalcConfig.userType 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

      • GeneratedCxAbstractCalcConfig

        public GeneratedCxAbstractCalcConfig()
    • Method Detail

      • getActions

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

        public java.util.Set<java.lang.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,
                               java.util.Set<java.lang.String> value)
        Generated method - Setter of the CxAbstractCalcConfig.actions attribute.
        Parameters:
        value - the actions - Collection of recalculate actions string representations
      • setActions

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

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

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

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

        protected void setCode​(java.lang.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