Class Theme

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

public class Theme extends GenericItem
Generated class for type Theme.
See Also:
  • Field Details

  • Constructor Details

    • Theme

      public Theme()
  • Method Details

    • getDefaultAttributeModes

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

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

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

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the Theme.code attribute.
      Parameters:
      value - the code
    • setCode

      public void setCode(String value)
      Generated method - Setter of the Theme.code attribute.
      Parameters:
      value - the code
    • getName

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

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

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

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

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

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

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

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

      public Integer getSequence(SessionContext ctx)
      Generated method - Getter of the Theme.sequence attribute.
      Returns:
      the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first
    • getSequence

      public Integer getSequence()
      Generated method - Getter of the Theme.sequence attribute.
      Returns:
      the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first
    • getSequenceAsPrimitive

      public int getSequenceAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Theme.sequence attribute.
      Returns:
      the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first
    • getSequenceAsPrimitive

      public int getSequenceAsPrimitive()
      Generated method - Getter of the Theme.sequence attribute.
      Returns:
      the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first
    • setSequence

      public void setSequence(SessionContext ctx, Integer value)
      Generated method - Setter of the Theme.sequence attribute.
      Parameters:
      value - the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first
    • setSequence

      public void setSequence(Integer value)
      Generated method - Setter of the Theme.sequence attribute.
      Parameters:
      value - the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first
    • setSequence

      public void setSequence(SessionContext ctx, int value)
      Generated method - Setter of the Theme.sequence attribute.
      Parameters:
      value - the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first
    • setSequence

      public void setSequence(int value)
      Generated method - Setter of the Theme.sequence attribute.
      Parameters:
      value - the sequence - Sequence for the theme list, this will affect the position of the list when getting list of theme lists, lower values are displayed first