Class GeneratedEntitlement

    • Field Detail

      • ID

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

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

        public static final java.lang.String DESCRIPTION
        Qualifier of the Entitlement.description attribute
        See Also:
        Constant Field Values
      • PRODUCTENTITLEMENTS

        public static final java.lang.String PRODUCTENTITLEMENTS
        Qualifier of the Entitlement.productEntitlements 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

      • GeneratedEntitlement

        public GeneratedEntitlement()
    • Method Detail

      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the Entitlement.description attribute.
        Returns:
        the description - Description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the Entitlement.description attribute.
        Returns:
        the description - Description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx)
        Generated method - Getter of the Entitlement.description attribute.
        Returns:
        the localized description - Description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the Entitlement.description attribute.
        Returns:
        the localized description - Description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the Entitlement.description attribute.
        Parameters:
        value - the description - Description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the Entitlement.description attribute.
        Parameters:
        value - the description - Description
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Entitlement.description attribute.
        Parameters:
        value - the description - Description
      • setAllDescription

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Entitlement.description attribute.
        Parameters:
        value - the description - Description
      • getId

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

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

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

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

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

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

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

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

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

        public void setName​(java.lang.String value)
        Generated method - Setter of the Entitlement.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 Entitlement.name attribute.
        Parameters:
        value - the name - Name
      • setAllName

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

        public java.util.Collection<ProductEntitlement> getProductEntitlements​(SessionContext ctx)
        Generated method - Getter of the Entitlement.productEntitlements attribute.
        Returns:
        the productEntitlements
      • getProductEntitlements

        public java.util.Collection<ProductEntitlement> getProductEntitlements()
        Generated method - Getter of the Entitlement.productEntitlements attribute.
        Returns:
        the productEntitlements
      • setProductEntitlements

        public void setProductEntitlements​(SessionContext ctx,
                                           java.util.Collection<ProductEntitlement> value)
        Generated method - Setter of the Entitlement.productEntitlements attribute.
        Parameters:
        value - the productEntitlements
      • setProductEntitlements

        public void setProductEntitlements​(java.util.Collection<ProductEntitlement> value)
        Generated method - Setter of the Entitlement.productEntitlements attribute.
        Parameters:
        value - the productEntitlements
      • addToProductEntitlements

        public void addToProductEntitlements​(SessionContext ctx,
                                             ProductEntitlement value)
        Generated method - Adds value to productEntitlements.
        Parameters:
        value - the item to add to productEntitlements
      • addToProductEntitlements

        public void addToProductEntitlements​(ProductEntitlement value)
        Generated method - Adds value to productEntitlements.
        Parameters:
        value - the item to add to productEntitlements
      • removeFromProductEntitlements

        public void removeFromProductEntitlements​(SessionContext ctx,
                                                  ProductEntitlement value)
        Generated method - Removes value from productEntitlements.
        Parameters:
        value - the item to remove from productEntitlements
      • removeFromProductEntitlements

        public void removeFromProductEntitlements​(ProductEntitlement value)
        Generated method - Removes value from productEntitlements.
        Parameters:
        value - the item to remove from productEntitlements