Class VersionInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class VersionInfo
    extends java.lang.Object
    implements java.io.Serializable
    Version info that is inside of the VersionInfoTransferable; must be serializable.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDomainFilePath()
      Get the path to the domain file.
      int getVersionNumber()
      Get the version number.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDomainFilePath

        public java.lang.String getDomainFilePath()
        Get the path to the domain file.
      • getVersionNumber

        public int getVersionNumber()
        Get the version number.