com.retek.rsm.user.passwordmap
Class UserObject
java.lang.Object
com.retek.rsm.user.passwordmap.UserObject
- public class UserObject
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserObject
public UserObject(ApplicationLaunchParameterVo appVO)
getApplication
public com.retek.platform.app.security.service.Application getApplication()
- Returns:
- Returns the application.
setApplication
public void setApplication(com.retek.platform.app.security.service.Application application)
- Parameters:
application
- The application to set.
getPassword
public java.lang.String getPassword()
- Returns:
- Returns the password.
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password
- The password to set.
getUser
public com.retek.platform.bo.IdentifiableReference getUser()
- Returns:
- Returns the user.
setUser
public void setUser(com.retek.platform.bo.IdentifiableReference user)
- Parameters:
user
- The user to set.
getUserName
public java.lang.String getUserName()
- Returns:
- Returns the userName.
setUserName
public void setUserName(java.lang.String userName)
- Parameters:
userName
- The userName to set.
equals
public boolean equals(java.lang.Object object)
getApplicationLaunchParameterVo
public ApplicationLaunchParameterVo getApplicationLaunchParameterVo()
- Returns:
- Returns the applicationLaunchParameterVo.