com.retek.rsm.domain.security.bo.impl
Class ApplicationLaunchParameterImpl
java.lang.Object
com.retek.platform.bo.IdentifiableImpl
com.retek.platform.bo.BusinessObjectImpl
com.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
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl |
version |
Fields inherited from class com.retek.platform.bo.IdentifiableImpl |
LOG |
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 |
ApplicationLaunchParameterImpl
public ApplicationLaunchParameterImpl(com.retek.platform.bo.ObjectId objectId)
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