Class AdvancedRevisionEntity

    • Constructor Detail

      • AdvancedRevisionEntity

        public AdvancedRevisionEntity()
        The constructor.
    • Method Detail

      • getTimestamp

        public long getTimestamp()
        Returns:
        the timestamp when this revision has been created.
      • setTimestamp

        public void setTimestamp​(long timestamp)
        Parameters:
        timestamp - is the new value of getTimestamp().
      • getUserLogin

        public String getUserLogin()
        Returns:
        the login or id of the user that has created this revision.
      • setUserLogin

        public void setUserLogin​(String userLogin)
        Parameters:
        userLogin - is the new value of getUserLogin().