nl.surfnet.coin.selfservice.domain
Class PersonAttributeLabel
java.lang.Object
nl.surfnet.coin.selfservice.domain.PersonAttributeLabel
public class PersonAttributeLabel
- extends Object
Labels for an attribute, like
"urn:mace:dir:attribute-def:uid":{
"Name":{
"nl":"UID",
"en":"UID"
},
"Description":{
"nl":"jouw unieke gebruikersnaam binnen jouw instelling",
"en":"your unique username within your organization"
}
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonAttributeLabel
public PersonAttributeLabel()
getKey
public String getKey()
setKey
public void setKey(String key)
getNames
public Map<String,String> getNames()
setNames
public void setNames(Map<String,String> names)
addName
public void addName(String language,
String value)
getDescriptions
public Map<String,String> getDescriptions()
setDescriptions
public void setDescriptions(Map<String,String> descriptions)
addDescription
public void addDescription(String language,
String value)
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.