com.waveset.object
Class ReleaseConstants.ProductVersion

java.lang.Object
  extended bycom.waveset.object.ReleaseConstants.VersionImpl
      extended bycom.waveset.object.ReleaseConstants.ProductVersion
All Implemented Interfaces:
ReleaseConstants.Version
Enclosing class:
ReleaseConstants

public static final class ReleaseConstants.ProductVersion
extends ReleaseConstants.VersionImpl

Product version information.


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

Constructor Detail

ReleaseConstants.ProductVersion

public ReleaseConstants.ProductVersion()
Method Detail

getMajor

public java.lang.String getMajor()
Specified by:
getMajor in interface ReleaseConstants.Version
Overrides:
getMajor in class ReleaseConstants.VersionImpl

getMinor

public java.lang.String getMinor()
Specified by:
getMinor in interface ReleaseConstants.Version
Overrides:
getMinor in class ReleaseConstants.VersionImpl

getServicePack

public java.lang.String getServicePack()
Specified by:
getServicePack in interface ReleaseConstants.Version
Overrides:
getServicePack in class ReleaseConstants.VersionImpl

getProductName

public java.lang.String getProductName()
Specified by:
getProductName in interface ReleaseConstants.Version
Overrides:
getProductName in class ReleaseConstants.VersionImpl