nl.surfnet.coin.selfservice.util
Class PersonMainAttributes

java.lang.Object
  extended by nl.surfnet.coin.selfservice.util.PersonMainAttributes

public class PersonMainAttributes
extends Object

Simple pojo containing the main attributes of a person. These main attributes will be displayed to the normal user by default.


Field Summary
static String USER_ATTRIBUTE_DISPLAY_NAME
           
static String USER_ATTRIBUTE_MAIL
           
static String USER_ATTRIBUTE_SCHAC_HOME_ORGANISATIONS
           
 
Constructor Summary
PersonMainAttributes(Map<String,List<String>> attributeMap)
          Constructor that initializes the object with fields from the given attributeMap
 
Method Summary
 String getDisplayName()
           
 String getMail()
           
 String getSchacHomeOrganization()
           
 void setDisplayName(String displayName)
           
 void setMail(String mail)
           
 void setSchacHomeOrganization(String schacHomeOrganization)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ATTRIBUTE_DISPLAY_NAME

public static final String USER_ATTRIBUTE_DISPLAY_NAME
See Also:
Constant Field Values

USER_ATTRIBUTE_MAIL

public static final String USER_ATTRIBUTE_MAIL
See Also:
Constant Field Values

USER_ATTRIBUTE_SCHAC_HOME_ORGANISATIONS

public static final String USER_ATTRIBUTE_SCHAC_HOME_ORGANISATIONS
See Also:
Constant Field Values
Constructor Detail

PersonMainAttributes

public PersonMainAttributes(Map<String,List<String>> attributeMap)
Constructor that initializes the object with fields from the given attributeMap

Parameters:
attributeMap - the map with attributes
Method Detail

getMail

public String getMail()

setMail

public void setMail(String mail)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getSchacHomeOrganization

public String getSchacHomeOrganization()

setSchacHomeOrganization

public void setSchacHomeOrganization(String schacHomeOrganization)


Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.