com.retek.rsm.domain.security.bo
Interface ApplicationLaunchParameter

All Superinterfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable
All Known Implementing Classes:
ApplicationLaunchParameterImpl

public interface ApplicationLaunchParameter
extends com.retek.platform.bo.BusinessObject


Method Summary
 com.retek.platform.app.security.service.Application getApplication()
           
 com.retek.platform.util.type.security.User getEnterpriseUser()
           
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 void setApplication(com.retek.platform.app.security.service.Application application)
           
 void setEnterpriseUser(com.retek.platform.util.type.security.User user)
           
 void setPassword(java.lang.String password)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

Method Detail

getUserName

public java.lang.String getUserName()

getPassword

public java.lang.String getPassword()

getApplication

public com.retek.platform.app.security.service.Application getApplication()

getEnterpriseUser

public com.retek.platform.util.type.security.User getEnterpriseUser()

setUserName

public void setUserName(java.lang.String userName)

setPassword

public void setPassword(java.lang.String password)

setApplication

public void setApplication(com.retek.platform.app.security.service.Application application)

setEnterpriseUser

public void setEnterpriseUser(com.retek.platform.util.type.security.User user)