org.gatein.mop.core.api.workspace.content.portlet
Class PortletPreferenceState

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.content.portlet.PortletPreferenceState

public abstract class PortletPreferenceState
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
PortletPreferenceState()
           
 
Method Summary
abstract  String getName()
           
abstract  PortletPreferenceState getParent()
           
abstract  boolean getReadOnly()
           
abstract  List<String> getValue()
           
abstract  List<String> getValues()
           
abstract  void setReadOnly(boolean readOnly)
           
abstract  void setValue(List<String> value)
           
abstract  void setValues(List<String> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferenceState

public PortletPreferenceState()
Method Detail

getParent

public abstract PortletPreferenceState getParent()

getName

public abstract String getName()

getValue

public abstract List<String> getValue()

setValue

public abstract void setValue(List<String> value)

getValues

public abstract List<String> getValues()

setValues

public abstract void setValues(List<String> value)

getReadOnly

public abstract boolean getReadOnly()

setReadOnly

public abstract void setReadOnly(boolean readOnly)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.