nl.surfnet.coin.shindig.model
Class PersonAppData
java.lang.Object
nl.surfnet.coin.shindig.model.PersonAppData
public class PersonAppData
- extends Object
Model class containing the additional - free format - data for Person
. For some - unknown - reason this dataholder is not part of Person
in the Shindig reference implementation. We did not correct this as
Person is retrieved from the engineBlock anyway
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonAppData
public PersonAppData()
getPersonId
public String getPersonId()
- Returns:
- the personId
setPersonId
public void setPersonId(String personId)
- Parameters:
personId - the personId to set
getData
public Map<String,String> getData()
- Returns:
- the data
setData
public void setData(Map<String,String> data)
- Parameters:
data - the data to set
getAppId
public String getAppId()
- Returns:
- the appId
setAppId
public void setAppId(String appId)
- Parameters:
appId - the appId to set
getId
public Long getId()
- Returns:
- the id
setId
public void setId(Long id)
- Parameters:
id - the id to set
Copyright © 2007-2012. All Rights Reserved.