com.waveset.object
Class ReleaseConstants.VersionImpl

java.lang.Object
  extended bycom.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


Constructor Summary
ReleaseConstants.VersionImpl()
           
 
Method Summary
 java.lang.String getFullProductName()
           
 java.lang.String getMajor()
           
 java.lang.String getMinor()
           
 java.lang.String getProductName()
           
 java.lang.String getServicePack()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseConstants.VersionImpl

public ReleaseConstants.VersionImpl()
Method Detail

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.