org.gatein.mop.core.content.portlet
Class Preferences

java.lang.Object
  extended by org.gatein.mop.core.content.portlet.Preferences

public final class Preferences
extends Object

A set of preferences.

Version:
$Revision$
Author:
Julien Viet

Field Summary
static ContentType<Preferences> CONTENT_TYPE
          .
 
Constructor Summary
Preferences()
           
Preferences(Map<String,Preference> state)
           
 
Method Summary
 boolean equals(Object obj)
           
 Collection<Preference> getEntries()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final ContentType<Preferences> CONTENT_TYPE
.

Constructor Detail

Preferences

public Preferences()

Preferences

public Preferences(Map<String,Preference> state)
Method Detail

getEntries

public Collection<Preference> getEntries()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 eXo Platform SAS. All Rights Reserved.