public class UserPreferences
extends nl.surfnet.coin.shared.domain.DomainObject
| Constructor and Description |
|---|
UserPreferences() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPersonId() |
Boolean |
isInformationSharingPermissionGranted() |
void |
setInformationSharingPermissionGranted(Boolean informationSharingPermissionGranted)
Set wheter the user has granted automatic information sharing permission
for gadgets.
|
void |
setPersonId(String personId)
Set to whom the preferences belong.
|
public String getPersonId()
public void setPersonId(String personId)
personId - ID of the personpublic Boolean isInformationSharingPermissionGranted()
public void setInformationSharingPermissionGranted(Boolean informationSharingPermissionGranted)
informationSharingPermissionGranted - Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.