com.retek.rsm.domain.security.bo.impl
Class ApplicationLaunchParameterImpl

java.lang.Object
  extended bycom.retek.platform.bo.IdentifiableImpl
      extended bycom.retek.platform.bo.BusinessObjectImpl
          extended bycom.retek.rsm.domain.security.bo.impl.ApplicationLaunchParameterImpl
All Implemented Interfaces:
ApplicationLaunchParameter, com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable

public class ApplicationLaunchParameterImpl
extends com.retek.platform.bo.BusinessObjectImpl
implements ApplicationLaunchParameter


Field Summary
 
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl
version
 
Fields inherited from class com.retek.platform.bo.IdentifiableImpl
LOG
 
Constructor Summary
ApplicationLaunchParameterImpl(com.retek.platform.bo.ObjectId objectId)
           
 
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 class com.retek.platform.bo.BusinessObjectImpl
checkInvariants, getBusinessInterface, getVersion, toReference, toString, validate, validateProperty, validateProperty
 
Methods inherited from class com.retek.platform.bo.IdentifiableImpl
equals, getObjectId, hashCode, setObjectId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

ApplicationLaunchParameterImpl

public ApplicationLaunchParameterImpl(com.retek.platform.bo.ObjectId objectId)
Method Detail

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface ApplicationLaunchParameter

getPassword

public java.lang.String getPassword()
Specified by:
getPassword in interface ApplicationLaunchParameter

getApplication

public com.retek.platform.app.security.service.Application getApplication()
Specified by:
getApplication in interface ApplicationLaunchParameter

getEnterpriseUser

public com.retek.platform.util.type.security.User getEnterpriseUser()
Specified by:
getEnterpriseUser in interface ApplicationLaunchParameter

setApplication

public void setApplication(com.retek.platform.app.security.service.Application application)
Specified by:
setApplication in interface ApplicationLaunchParameter

setPassword

public void setPassword(java.lang.String password)
Specified by:
setPassword in interface ApplicationLaunchParameter

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface ApplicationLaunchParameter

setEnterpriseUser

public void setEnterpriseUser(com.retek.platform.util.type.security.User user)
Specified by:
setEnterpriseUser in interface ApplicationLaunchParameter