de.jw.cloud42.core.domain
Class User
java.lang.Object
de.jw.cloud42.core.domain.AutoIdObject
de.jw.cloud42.core.domain.User
public class User
- extends AutoIdObject
Represents an user (of the webapp).
- Author:
- fbitzer
|
Constructor Summary |
User()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
getRegionUrl
public java.lang.String getRegionUrl()
setRegionUrl
public void setRegionUrl(java.lang.String regionUrl)
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getPassword
public java.lang.String getPassword()
- Returns:
- the password
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password - the password to set
getCredentials
public AwsCredentials getCredentials()
- Returns:
- the crendentials
setCredentials
public void setCredentials(AwsCredentials credentials)
- Parameters:
crendentials - the crendentials to set
getKeys
public java.util.List<KeypairMapping> getKeys()
- Returns:
- the keys
setKeys
public void setKeys(java.util.List<KeypairMapping> keys)
- Parameters:
keys - the keys to set
Copyright © 2010 just works! Software. All Rights Reserved.