Class GeneratedEntitlement

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

public abstract class GeneratedEntitlement extends GenericItem
Generated class for type Entitlement.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedEntitlement

      public GeneratedEntitlement()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setProductEntitlements(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