|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.folder.impl.BaseMenuDefinitionElement
org.apache.jetspeed.om.folder.impl.BaseMenuIncludeDefinitionImpl
public abstract class BaseMenuIncludeDefinitionImpl
BaseMenuIncludeDefinitionImpl
Constructor Summary | |
---|---|
BaseMenuIncludeDefinitionImpl()
|
Method Summary | |
---|---|
java.lang.String |
getName()
getName - get menu name to nest or with options to include |
boolean |
isNest()
isNest - get nesting for included menu |
void |
setName(java.lang.String name)
setName - set menu name to nest or with options to include |
void |
setNest(boolean nest)
setNest - set nesting for included menu |
Methods inherited from class org.apache.jetspeed.om.folder.impl.BaseMenuDefinitionElement |
---|
getElementOrder, setElementOrder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseMenuIncludeDefinitionImpl()
Method Detail |
---|
public java.lang.String getName()
MenuIncludeDefinition
getName
in interface MenuIncludeDefinition
public void setName(java.lang.String name)
MenuIncludeDefinition
setName
in interface MenuIncludeDefinition
name
- menu namepublic boolean isNest()
MenuIncludeDefinition
isNest
in interface MenuIncludeDefinition
public void setNest(boolean nest)
MenuIncludeDefinition
setNest
in interface MenuIncludeDefinition
nest
- nest menu flag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |