com.waveset.object
Class ReleaseConstants.VersionImpl
java.lang.Object
com.waveset.object.ReleaseConstants.VersionImpl
- All Implemented Interfaces:
- ReleaseConstants.Version
- Direct Known Subclasses:
- ReleaseConstants.ProductVersion
- Enclosing class:
- ReleaseConstants
- public static class ReleaseConstants.VersionImpl
- extends java.lang.Object
- implements ReleaseConstants.Version
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReleaseConstants.VersionImpl
public ReleaseConstants.VersionImpl()
getFullProductName
public java.lang.String getFullProductName()
- Specified by:
getFullProductName
in interface ReleaseConstants.Version
- Returns:
- Get the product name with version information.
getMajor
public java.lang.String getMajor()
- Specified by:
getMajor
in interface ReleaseConstants.Version
- Returns:
- Get the major product version.
getMinor
public java.lang.String getMinor()
- Specified by:
getMinor
in interface ReleaseConstants.Version
- Returns:
- Get the minor product version.
getServicePack
public java.lang.String getServicePack()
- Specified by:
getServicePack
in interface ReleaseConstants.Version
- Returns:
- Return the service pack version string.
getProductName
public java.lang.String getProductName()
- Specified by:
getProductName
in interface ReleaseConstants.Version
- Returns:
- Get product name.
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interface ReleaseConstants.Version
- Returns:
- Return the product version string.