Class GeneratedTitle

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

public abstract class GeneratedTitle extends GenericItem
Generated class for type Title.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedTitle

      public GeneratedTitle()
  • 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 Title.code attribute.
      Returns:
      the code
    • getCode

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

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

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

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

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

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

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

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

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

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

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