com.stratelia.silverpeas.portlet
Class PortletComponent

java.lang.Object
  extended by com.stratelia.silverpeas.portlet.PortletComponent

public class PortletComponent
extends Object


Field Summary
 String componentName
           
 String description
           
 int id
           
 String name
           
 int spaceId
           
 
Constructor Summary
PortletComponent(int theId, int theSpaceId, String theName, String theComponentName, String theDescription)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

spaceId

public int spaceId

name

public String name

componentName

public String componentName

description

public String description
Constructor Detail

PortletComponent

public PortletComponent(int theId,
                        int theSpaceId,
                        String theName,
                        String theComponentName,
                        String theDescription)


Copyright © 2016 Silverpeas. All Rights Reserved.