com.silverpeas.look
Class TopItem

java.lang.Object
  extended by com.silverpeas.look.TopItem

public class TopItem
extends Object


Field Summary
static int COMPONENT
           
static int SPACE
           
 
Constructor Summary
TopItem()
           
 
Method Summary
 String getComponentId()
           
 String getId()
           
 String getLabel()
           
 String getSpaceId()
           
 String getSubSpaceId()
           
 String getUrl()
           
 boolean isComponent()
           
 boolean isSpace()
           
 void setComponentId(String componentId)
           
 void setLabel(String label)
           
 void setSpaceId(String spaceId)
           
 void setSubSpaceId(String subSpaceId)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACE

public static final int SPACE
See Also:
Constant Field Values

COMPONENT

public static final int COMPONENT
See Also:
Constant Field Values
Constructor Detail

TopItem

public TopItem()
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getComponentId

public String getComponentId()

setComponentId

public void setComponentId(String componentId)

getSpaceId

public String getSpaceId()

setSpaceId

public void setSpaceId(String spaceId)

getSubSpaceId

public String getSubSpaceId()

setSubSpaceId

public void setSubSpaceId(String subSpaceId)

isComponent

public boolean isComponent()

isSpace

public boolean isSpace()

getUrl

public String getUrl()

getId

public String getId()

setUrl

public void setUrl(String url)


Copyright © 2016 Silverpeas. All Rights Reserved.