org.apache.pluto.descriptors.portlet
Class CustomPortletModeDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.CustomPortletModeDD

public class CustomPortletModeDD
extends Object


Constructor Summary
CustomPortletModeDD()
           
 
Method Summary
 String getDecorationName()
           
 String getDescription()
           
 String getPortletMode()
           
 boolean isPortalManaged()
           
 void setDecorationName(String decorationName)
           
 void setDescription(String description)
           
 void setPortletMode(String portletMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomPortletModeDD

public CustomPortletModeDD()
Method Detail

isPortalManaged

public boolean isPortalManaged()

getDecorationName

public String getDecorationName()

setDecorationName

public void setDecorationName(String decorationName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPortletMode

public String getPortletMode()

setPortletMode

public void setPortletMode(String portletMode)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.