org.silverpeas.preferences.web
Class UserPreferencesEntity

java.lang.Object
  extended by org.silverpeas.preferences.web.UserPreferencesEntity
All Implemented Interfaces:
Exposable, Serializable

public class UserPreferencesEntity
extends Object
implements Exposable

Author:
mmoquillon
See Also:
Serialized Form

Constructor Summary
UserPreferencesEntity()
           
 
Method Summary
 String getLanguage()
           
 URI getURI()
          Gets the URI at which this resource is published and can be accessed.
protected  void setURI(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPreferencesEntity

public UserPreferencesEntity()
Method Detail

getURI

public URI getURI()
Description copied from interface: Exposable
Gets the URI at which this resource is published and can be accessed.

Specified by:
getURI in interface Exposable
Returns:
the web resource URI.

getLanguage

public String getLanguage()

setURI

protected void setURI(URI uri)


Copyright © 2016 Silverpeas. All Rights Reserved.