org.opensubsystems.core.util
Interface ProductInfo


public interface ProductInfo

Every product has set of attributes such as name, version, creator. These are published through this interface. Every product must provide class implementing this interface to provide information about itself.

Version:
$Id: ProductInfo.java,v 1.3 2007/01/07 06:14:00 bastafidli Exp $
Author:
Miro Halas
Code reviewer:
Miro Halas
Code reviewed:
Initial revision

Method Summary
 java.lang.String getCopyright()
           
 java.lang.String getProductCreator()
           
 java.lang.String getProductName()
           
 java.lang.String getProductVersion()
           
 

Method Detail

getProductName

java.lang.String getProductName()
Returns:
String - full name of the product to display to the user

getProductVersion

java.lang.String getProductVersion()
Returns:
String - full version of the product to display to the user, this should include major version, minor version as well as other information

getProductCreator

java.lang.String getProductCreator()
Returns:
String - full name of the entity which created this product.

getCopyright

java.lang.String getCopyright()
Returns:
String - full copyright information for this product.


Copyright © 2003 - 2006 OpenSubsystems s.r.o.