com.cc.framework.version
Interface VersionInfo

All Known Implementing Classes:
ComponentVersion

public interface VersionInfo

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.

Since:
1.0
Version:
$Revision: 1.14 $
Author:
Harald Schulz

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

getProductBuildDate

public java.util.Date getProductBuildDate()
Returns the build date

Returns:
Date

getProductBuildNumber

public java.lang.String getProductBuildNumber()
Returns the product build number

Returns:
String

getProductMajorVersion

public int getProductMajorVersion()
Returns the product major version

Returns:
integer

getProductMinorVersion

public int getProductMinorVersion()
Returns the product minor version

Returns:
integer

getProductName

public java.lang.String getProductName()
Returns the product name

Returns:
String

getProductNameExtension

public java.lang.String getProductNameExtension()
Returns the product name extension

Returns:
String

getProductVendor

public java.lang.String getProductVendor()
Returns the product vendor

Returns:
String

getProductVendorSite

public java.lang.String getProductVendorSite()
Returns the URL of the home page of the product vendor

Returns:
String

getProductVersion

public java.lang.String getProductVersion()
Returns the product version

Returns:
String

getSystemType

public SystemType getSystemType()
Returns the system type

Returns:
SystemType


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.