Class ProductLevel


  • public class ProductLevel
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProductLevel​(java.lang.String productID, java.lang.String databaseProductName, java.lang.String srvrlslv)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean greaterThanOrEqualTo​(int versionLevel, int releaseLevel, int modificationLevel)  
      (package private) boolean lessThan​(int versionLevel, int releaseLevel, int modificationLevel)  
      • Methods inherited from class java.lang.Object

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

      • databaseProductName_

        java.lang.String databaseProductName_
      • versionLevel_

        int versionLevel_
      • releaseLevel_

        int releaseLevel_
      • modificationLevel_

        private int modificationLevel_
      • databaseProductVersion_

        java.lang.String databaseProductVersion_
    • Constructor Detail

      • ProductLevel

        public ProductLevel​(java.lang.String productID,
                            java.lang.String databaseProductName,
                            java.lang.String srvrlslv)
    • Method Detail

      • greaterThanOrEqualTo

        boolean greaterThanOrEqualTo​(int versionLevel,
                                     int releaseLevel,
                                     int modificationLevel)
      • lessThan

        boolean lessThan​(int versionLevel,
                         int releaseLevel,
                         int modificationLevel)