public class WSUser extends AbstractData
| Constructor and Description |
|---|
WSUser() |
WSUser(String accountid,
Set<WSAttributeValue> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(WSAttributeValue attribute) |
String |
getAccountid() |
Set<WSAttributeValue> |
getAttributes() |
void |
setAccountid(String accountid) |
void |
setAttributes(Set<WSAttributeValue> attributes) |
equals, hashCode, toStringpublic WSUser()
public WSUser(String accountid, Set<WSAttributeValue> attributes)
public String getAccountid()
public void setAccountid(String accountid)
public Set<WSAttributeValue> getAttributes()
public void setAttributes(Set<WSAttributeValue> attributes)
public void addAttribute(WSAttributeValue attribute)
Copyright © 2014. All Rights Reserved.