com.hyperion.css
Class CSSApplicationInstance

java.lang.Object
  extended by com.hyperion.css.CSSApplicationInstance

public class CSSApplicationInstance
extends java.lang.Object

Author:
rjoseph

Data Structure to set and get Application Instace specific attributes.


Constructor Summary
CSSApplicationInstance()
           
 
Method Summary
 java.lang.String getAppOwner()
          Returns application owner name@provider name format.
 java.lang.String getCreatorIdentity()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getProductCode()
           
 java.io.InputStream getProductRegFile()
           
 java.lang.String getProductType()
           
 java.lang.String getProductVersion()
           
 java.lang.String getProjectId()
           
 java.lang.String getProjectName()
          returns the project name for the application.
 boolean isLCMRoleEnabled()
           
 void setAppOwner(java.lang.String ownerName)
           
 void setCreatorIdentity(java.lang.String creatorIdentity)
           
 void setId(java.lang.String id)
           
 void setLCMAppManagerRole(boolean isLCMEnabled)
          sets boolean value to add LCMApplicationManager role to application
 void setName(java.lang.String name)
           
 void setProductCode(java.lang.String productCode)
           
 void setProductRegFile(java.io.InputStream productRegFile)
           
 void setProductVersion(java.lang.String productVersion)
           
 void setProjectId(java.lang.String projectId)
           
 void setProjectName(java.lang.String projectName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSApplicationInstance

public CSSApplicationInstance()
Method Detail

getAppOwner

public java.lang.String getAppOwner()
Returns application owner name@provider name format.

Returns:

setAppOwner

public void setAppOwner(java.lang.String ownerName)

getProductType

public java.lang.String getProductType()
Returns:
Returns the projectType.

getProductCode

public java.lang.String getProductCode()
Returns:
Returns the productCode.

setProductCode

public void setProductCode(java.lang.String productCode)
Parameters:
productCode - The productCode to set.

getProductVersion

public java.lang.String getProductVersion()
Returns:
Returns the productVersion.

setProductVersion

public void setProductVersion(java.lang.String productVersion)
Parameters:
productVersion - The productVersion to set.

getProjectId

public java.lang.String getProjectId()
Returns:
Returns the projectRDN.

setProjectId

public void setProjectId(java.lang.String projectId)
Parameters:
projectRDN - The projectRDN to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.

getCreatorIdentity

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

setCreatorIdentity

public void setCreatorIdentity(java.lang.String creatorIdentity)
Parameters:
creatorIdentity - The creatorIdentity to set.

getProductRegFile

public java.io.InputStream getProductRegFile()
Returns:
Returns the product registration file.

setProductRegFile

public void setProductRegFile(java.io.InputStream productRegFile)
Parameters:
productRegFile - The product registration file to set.

setLCMAppManagerRole

public void setLCMAppManagerRole(boolean isLCMEnabled)
sets boolean value to add LCMApplicationManager role to application

Parameters:
isLCMRoleEnabled -

isLCMRoleEnabled

public boolean isLCMRoleEnabled()
Returns:
boolean containing value true/false

setProjectName

public void setProjectName(java.lang.String projectName)

getProjectName

public java.lang.String getProjectName()
returns the project name for the application.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2009 Oracle Corporation.