org.jboss.portal.portlet.metadata
Class PortletModeMetaData

java.lang.Object
  extended byorg.jboss.portal.portlet.metadata.PortletModeMetaData

public class PortletModeMetaData
extends java.lang.Object


Constructor Summary
PortletModeMetaData()
           
 
Method Summary
 LocalizedString getDescription()
           
 PortletMode getPortletMode()
           
 void setDescription(LocalizedString description)
           
 void setPortletMode(PortletMode portletMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletModeMetaData

public PortletModeMetaData()
Method Detail

getDescription

public LocalizedString getDescription()

setDescription

public void setDescription(LocalizedString description)

getPortletMode

public PortletMode getPortletMode()

setPortletMode

public void setPortletMode(PortletMode portletMode)