nl.surfnet.coin.portal.domain
Class UserPreferences
java.lang.Object
nl.surfnet.coin.shared.domain.DomainObject
nl.surfnet.coin.portal.domain.UserPreferences
- All Implemented Interfaces:
- Serializable
public class UserPreferences
- extends nl.surfnet.coin.shared.domain.DomainObject
The user preferences.
- See Also:
- Serialized Form
| Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject |
equals, getId, hashCode, setId, toString |
UserPreferences
public UserPreferences()
getPersonId
public String getPersonId()
- Returns:
- The ID of the person coupled to these preferences.
setPersonId
public void setPersonId(String personId)
- Set to whom the preferences belong.
- Parameters:
personId - ID of the person
isInformationSharingPermissionGranted
public Boolean isInformationSharingPermissionGranted()
- Returns:
- whether the user has granted automatic information sharing
permissions for gadgets.
setInformationSharingPermissionGranted
public void setInformationSharingPermissionGranted(Boolean informationSharingPermissionGranted)
- Set wheter the user has granted automatic information sharing permission
for gadgets.
- Parameters:
informationSharingPermissionGranted -
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.