Class Comet3Entity

    • Field Detail

      • id

        protected int id
        The Id.
      • timestamp

        protected long timestamp
        The Timestamp.
    • Constructor Detail

      • Comet3Entity

        public Comet3Entity​(int id,
                            long timestamp)
        Instantiates a new Comet 3 entity.
        Parameters:
        id - the id
        timestamp - the timestamp
      • Comet3Entity

        public Comet3Entity​(int id)
        Instantiates a new Comet 3 entity.
        Parameters:
        id - the id
      • Comet3Entity

        public Comet3Entity()
        Instantiates a new Comet 3 entity.
      • Comet3Entity

        public Comet3Entity​(CometEntity cometEntity)
        Instantiates a new Comet 3 entity.
        Parameters:
        cometEntity - the comet entity
    • Method Detail

      • getId

        public int getId()
        Gets id.
        Returns:
        the id
      • setId

        public void setId​(int id)
        Sets id.
        Parameters:
        id - the id
      • getLastModificationTimestamp

        public java.lang.Long getLastModificationTimestamp()
        Gets last modification timestamp.
        Returns:
        the last modification timestamp
      • setLastModificationTimestamp

        public void setLastModificationTimestamp​(java.lang.Long timestamp)
        Sets last modification timestamp.
        Parameters:
        timestamp - the timestamp
      • entityEquals

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

        public boolean entityEquals​(java.lang.Object other)
        Entity equals boolean.
        Parameters:
        other - the other
        Returns:
        the boolean
      • info

        public java.lang.String info()
        Info string.
        Returns:
        the string
      • postprocess

        public void postprocess()
        Postprocess.