|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ComponentVersion
Program version
Field Summary | |
private static ComponentVersion |
instance
reference to singleton instance |
private SystemType |
systype
System Type |
Constructor Summary | |
private |
ComponentVersion()
constructor |
Method Summary | |
java.util.Date |
getProductBuildDate()
Returns the build date |
java.lang.String |
getProductBuildNumber()
Returns the product build number |
int |
getProductMajorVersion()
Returns the product major version |
int |
getProductMinorVersion()
Returns the product minor version |
java.lang.String |
getProductName()
Returns the product name |
java.lang.String |
getProductNameExtension()
Returns the product name extension |
java.lang.String |
getProductVendor()
Returns the product vendor |
java.lang.String |
getProductVendorSite()
Returns the URL of the home page of the product vendor |
java.lang.String |
getProductVersion()
Returns the product version |
SystemType |
getSystemType()
Returns the system type |
static ComponentVersion |
instance()
returns the singleton instance |
void |
setSystemType(SystemType systype)
Sets the system type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static ComponentVersion instance
private SystemType systype
Constructor Detail |
private ComponentVersion()
Method Detail |
public static ComponentVersion instance()
public java.util.Date getProductBuildDate()
VersionInfo
getProductBuildDate
in interface VersionInfo
VersionInfo.getProductBuildDate()
public java.lang.String getProductBuildNumber()
VersionInfo
getProductBuildNumber
in interface VersionInfo
VersionInfo.getProductBuildNumber()
public int getProductMajorVersion()
VersionInfo
getProductMajorVersion
in interface VersionInfo
VersionInfo.getProductMajorVersion()
public int getProductMinorVersion()
VersionInfo
getProductMinorVersion
in interface VersionInfo
VersionInfo.getProductMinorVersion()
public java.lang.String getProductName()
VersionInfo
getProductName
in interface VersionInfo
VersionInfo.getProductName()
public java.lang.String getProductNameExtension()
VersionInfo
getProductNameExtension
in interface VersionInfo
VersionInfo.getProductNameExtension()
public java.lang.String getProductVersion()
VersionInfo
getProductVersion
in interface VersionInfo
VersionInfo.getProductVersion()
public java.lang.String getProductVendor()
VersionInfo
getProductVendor
in interface VersionInfo
VersionInfo.getProductVendor()
public java.lang.String getProductVendorSite()
VersionInfo
getProductVendorSite
in interface VersionInfo
VersionInfo.getProductVendorSite()
public SystemType getSystemType()
VersionInfo
getSystemType
in interface VersionInfo
VersionInfo.getSystemType()
public void setSystemType(SystemType systype)
systype
- The system type to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |