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