Class Template

    • Constructor Detail

      • 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 Detail

      • getKind

        public java.lang.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​(java.lang.Object other)
        Description copied from class: Comet3Entity
        Entity equals boolean.
        Overrides:
        entityEquals in class Comet3Entity
        Parameters:
        other - the other
        Returns:
        the boolean