com.hyperion.css.common
Interface CSSApplicationInfoIF


public interface CSSApplicationInfoIF

Represents an Application and application details


Method Summary
 java.lang.String getAppId()
           Gets the application id for this application
 java.lang.String getAppName()
           Gets the application name for this application
 java.lang.String getAppVersion()
           Gets the version of the product used to create this application
 java.lang.String getCreatorIdentity()
           
 java.lang.String getProductCode()
           Gets the product code of the product to which this application belongs
 java.lang.String getProductType()
           
 

Method Detail

getAppId

java.lang.String getAppId()

Gets the application id for this application

Returns:
String

getAppName

java.lang.String getAppName()

Gets the application name for this application

Returns:
String

getAppVersion

java.lang.String getAppVersion()

Gets the version of the product used to create this application

Returns:
String

getProductCode

java.lang.String getProductCode()

Gets the product code of the product to which this application belongs

Returns:
String

getProductType

java.lang.String getProductType()
Returns:
Returns the productType.

getCreatorIdentity

java.lang.String getCreatorIdentity()
Returns:
Returns the creatorIdentity.


Copyright © 2005-2009 Oracle Corporation.