Package org.silverpeas.core.web.look
Class TopItem
- java.lang.Object
-
- org.silverpeas.core.web.look.TopItem
-
public class TopItem extends Object
-
-
Constructor Summary
Constructors Constructor Description TopItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
SPACE
public static final int SPACE
- See Also:
- Constant Field Values
-
COMPONENT
public static final int COMPONENT
- See Also:
- Constant Field Values
-
-
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)
-
-