Class GeneratedDomain

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

public abstract class GeneratedDomain extends GenericItem
Generated class for type Domain.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedDomain

      public GeneratedDomain()
  • 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 Domain.code attribute.
      Returns:
      the code - unique identifier of the domain; will be generated if not set
    • getCode

      public String getCode()
      Generated method - Getter of the Domain.code attribute.
      Returns:
      the code - unique identifier of the domain; will be generated if not set
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the Domain.code attribute.
      Parameters:
      value - the code - unique identifier of the domain; will be generated if not set
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the Domain.code attribute.
      Parameters:
      value - the code - unique identifier of the domain; will be generated if not set
    • getCommentTypes

      public Collection<CommentType> getCommentTypes(SessionContext ctx)
      Generated method - Getter of the Domain.commentTypes attribute.
      Returns:
      the commentTypes
    • getCommentTypes

      public Collection<CommentType> getCommentTypes()
      Generated method - Getter of the Domain.commentTypes attribute.
      Returns:
      the commentTypes
    • setCommentTypes

      public void setCommentTypes(SessionContext ctx, Collection<CommentType> value)
      Generated method - Setter of the Domain.commentTypes attribute.
      Parameters:
      value - the commentTypes
    • setCommentTypes

      public void setCommentTypes(Collection<CommentType> value)
      Generated method - Setter of the Domain.commentTypes attribute.
      Parameters:
      value - the commentTypes
    • addToCommentTypes

      public void addToCommentTypes(SessionContext ctx, CommentType value)
      Generated method - Adds value to commentTypes.
      Parameters:
      value - the item to add to commentTypes
    • addToCommentTypes

      public void addToCommentTypes(CommentType value)
      Generated method - Adds value to commentTypes.
      Parameters:
      value - the item to add to commentTypes
    • removeFromCommentTypes

      public void removeFromCommentTypes(SessionContext ctx, CommentType value)
      Generated method - Removes value from commentTypes.
      Parameters:
      value - the item to remove from commentTypes
    • removeFromCommentTypes

      public void removeFromCommentTypes(CommentType value)
      Generated method - Removes value from commentTypes.
      Parameters:
      value - the item to remove from commentTypes
    • getComponents

      public Collection<Component> getComponents(SessionContext ctx)
      Generated method - Getter of the Domain.components attribute.
      Returns:
      the components
    • getComponents

      public Collection<Component> getComponents()
      Generated method - Getter of the Domain.components attribute.
      Returns:
      the components
    • setComponents

      public void setComponents(SessionContext ctx, Collection<Component> value)
      Generated method - Setter of the Domain.components attribute.
      Parameters:
      value - the components
    • setComponents

      public void setComponents(Collection<Component> value)
      Generated method - Setter of the Domain.components attribute.
      Parameters:
      value - the components
    • addToComponents

      public void addToComponents(SessionContext ctx, Component value)
      Generated method - Adds value to components.
      Parameters:
      value - the item to add to components
    • addToComponents

      public void addToComponents(Component value)
      Generated method - Adds value to components.
      Parameters:
      value - the item to add to components
    • removeFromComponents

      public void removeFromComponents(SessionContext ctx, Component value)
      Generated method - Removes value from components.
      Parameters:
      value - the item to remove from components
    • removeFromComponents

      public void removeFromComponents(Component value)
      Generated method - Removes value from components.
      Parameters:
      value - the item to remove from components
    • getName

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

      public String getName()
      Generated method - Getter of the Domain.name attribute.
      Returns:
      the name - Name of the domain
    • setName

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

      public void setName(String value)
      Generated method - Setter of the Domain.name attribute.
      Parameters:
      value - the name - Name of the domain