org.springframework.social.alfresco.api.entities
Class Preference

java.lang.Object
  extended by org.springframework.social.alfresco.api.entities.Preference

public class Preference
extends Object

A person's preference in Alfresco.

Author:
jottley

Constructor Summary
Preference()
           
 
Method Summary
 String getId()
           
 String getValue()
           
 void setId(String id)
          Set the unique preference id.
 void setValue(String value)
          Set the value of the preference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preference

public Preference()
Method Detail

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.