Class Template

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Grid, PageItem, PageTemplate

public class Template extends Comet3Entity
The type Template. For internal use only
See Also:
  • Constructor Details

    • Template

      public Template()
      Instantiates a new Template.
    • Template

      public Template(int id, long timestamp)
      Instantiates a new Template.
      Parameters:
      id - the id
      timestamp - the timestamp
    • Template

      public Template(int id)
      Instantiates a new Template.
      Parameters:
      id - the id
  • Method Details

    • getKind

      public String getKind()
      Gets kind.
      Returns:
      the kind
    • applyValuesTo

      public void applyValuesTo(CometEntity item)
      Apply values to.
      Parameters:
      item - the item
    • entityEquals

      public boolean entityEquals(CometEntity other)
      Entity equals boolean.
      Parameters:
      other - the other
      Returns:
      the boolean
    • entityEquals

      public boolean entityEquals(Object other)
      Description copied from class: Comet3Entity
      Entity equals boolean.
      Overrides:
      entityEquals in class Comet3Entity
      Parameters:
      other - the other
      Returns:
      the boolean