com.silverpeas.portlets.portal
Class PortletAppDataImpl

java.lang.Object
  extended by com.silverpeas.portlets.portal.PortletAppDataImpl
All Implemented Interfaces:
PortletAppData

public class PortletAppDataImpl
extends Object
implements PortletAppData


Constructor Summary
PortletAppDataImpl(String name)
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 String getName()
           
 void setDescription(String description)
           
 void setLabel(String label)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAppDataImpl

public PortletAppDataImpl(String name)
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in interface PortletAppData

getDescription

public String getDescription()
Specified by:
getDescription in interface PortletAppData

getName

public String getName()
Specified by:
getName in interface PortletAppData

setName

public void setName(String name)

setLabel

public void setLabel(String label)

setDescription

public void setDescription(String description)


Copyright © 2016 Silverpeas. All Rights Reserved.