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
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 |
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)