Class AbstractEntity

    • Constructor Detail

      • AbstractEntity

        public AbstractEntity()
        Default constructor, constructs a new object.
    • Method Detail

      • getVersion

        public long getVersion()
        Getter for the field version.
        Specified by:
        getVersion in interface IVersionable
        Returns:
        version
      • setVersion

        public void setVersion​(long version)
        Setter for the field version.
        Specified by:
        setVersion in interface IVersionable
        Parameters:
        version - version
      • rollbackVersion

        public void rollbackVersion()
        rollbackVersion.
      • updateVersion

        public void updateVersion()
        updateVersion.