|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for an application version class.
To provide an own version class for your application you can implement a
class which implements this interface.
This interface is also used for configuration files needed by the framework. At the beginning an object is stored in the session under the key "CONFIG_SESSION_KEY". The object must implement this interface.
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 |
Method Detail |
public java.util.Date getProductBuildDate()
public java.lang.String getProductBuildNumber()
public int getProductMajorVersion()
public int getProductMinorVersion()
public java.lang.String getProductName()
public java.lang.String getProductNameExtension()
public java.lang.String getProductVendor()
public java.lang.String getProductVendorSite()
public java.lang.String getProductVersion()
public SystemType getSystemType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |