org.openbp.common.application
Interface ProductProfile


public interface ProductProfile

The product profile contains all information about a product.

Author:
Andreas Putz

Method Summary
 java.lang.String getFullCompanyName()
          Gets the full company name for display in the user interface.
 java.lang.String getFullProductName()
          Gets the full name of a product.
 java.lang.String getShortCompanyName()
          Gets the short name of a company for internal use.
 java.lang.String getShortProductName()
          Gets the short name of a product for internal use.
 java.lang.String getVersion()
          Gets the product version.
 

Method Detail

getShortCompanyName

java.lang.String getShortCompanyName()
Gets the short name of a company for internal use.


getFullCompanyName

java.lang.String getFullCompanyName()
Gets the full company name for display in the user interface.


getShortProductName

java.lang.String getShortProductName()
Gets the short name of a product for internal use.


getFullProductName

java.lang.String getFullProductName()
Gets the full name of a product.


getVersion

java.lang.String getVersion()
Gets the product version.



Copyright © 2011. All Rights Reserved.