Class PC_XenaVersion

    • Field Detail

      • minorVersion

        private int minorVersion
    • Constructor Detail

      • PC_XenaVersion

        public PC_XenaVersion()
    • Method Detail

      • isUpgradeNeeded

        private boolean isUpgradeNeeded​(PC_XenaVersion fromVersion)
      • getMajorVersionNumber

        public int getMajorVersionNumber()
      • getMinorVersionNumber

        public int getMinorVersionNumber()
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • getTypeFormatId

        public int getTypeFormatId()
        Description copied from interface: TypedFormat
        Get a universally unique identifier for the type of this object.
        Specified by:
        getTypeFormatId in interface TypedFormat
        Returns:
        The identifier. (A UUID stuffed in an array of 16 bytes).
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object