|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.folder.impl.MenuIncludeDefinitionImpl
This class implements the MenuIncludeDefinition interface in a persistent object form for use by the page manager component.
Field Summary | |
private String |
name
name - name of menu to include |
private boolean |
nest
nest - nesting flag for included menu |
Constructor Summary | |
MenuIncludeDefinitionImpl()
MenuIncludeDefinitionImpl - constructor |
Method Summary | |
String |
getName()
getName - get menu name to nest or with options to include |
boolean |
isNest()
isNest - get nesting for included menu |
void |
setName(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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String name
private boolean nest
Constructor Detail |
public MenuIncludeDefinitionImpl()
Method Detail |
public String getName()
getName
in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
public void setName(String name)
setName
in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
name
- menu namepublic boolean isNest()
isNest
in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
public void setNest(boolean nest)
setNest
in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
nest
- nest menu flag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |