Class UpdateInfo


  • public class UpdateInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object access
      The version access.
      protected long version
      The version found.
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateInfo()
      Create a new UpdateInfo.
      UpdateInfo​(long version, java.lang.Object access)
      Create a new UpdateInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getAccess()
      Get the access.
      long getVersion()
      Get the version.
      void setAccess​(java.lang.Object access)
      Set the access.
      void setVersion​(long version)
      Set the version.
      java.lang.String toString()
      Get the string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • version

        protected long version
        The version found.
      • access

        protected java.lang.Object access
        The version access.
    • Constructor Detail

      • UpdateInfo

        public UpdateInfo()
        Create a new UpdateInfo.
      • UpdateInfo

        public UpdateInfo​(long version,
                          java.lang.Object access)
        Create a new UpdateInfo.
    • Method Detail

      • getVersion

        public long getVersion()
        Get the version.
        Returns:
        The version.
      • setVersion

        public void setVersion​(long version)
        Set the version.
        Parameters:
        version - The version to set.
      • getAccess

        public java.lang.Object getAccess()
        Get the access.
        Returns:
        The access.
      • setAccess

        public void setAccess​(java.lang.Object access)
        Set the access.
        Parameters:
        access - The access to set.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object