org.springframework.social.alfresco.api.entities
Class Preference
java.lang.Object
org.springframework.social.alfresco.api.entities.Preference
public class Preference
- extends Object
A person's preference in Alfresco.
- Author:
- jottley
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Preference
public Preference()
getValue
public String getValue()
- Returns:
- The value of the preference.
setValue
public void setValue(String value)
- Set the value of the preference.
- Parameters:
value -
getId
public String getId()
- Returns:
- The unique preference id.
setId
public void setId(String id)
- Set the unique preference id.
- Parameters:
id -
Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.