org.apache.jetspeed.om.folder.impl
Class BaseMenuOptionsDefinitionImpl

java.lang.Object
  extended by org.apache.jetspeed.om.folder.impl.BaseMenuDefinitionElement
      extended by org.apache.jetspeed.om.folder.impl.BaseMenuOptionsDefinitionImpl
All Implemented Interfaces:
org.apache.jetspeed.om.folder.MenuOptionsDefinition
Direct Known Subclasses:
FolderMenuOptionsDefinitionImpl, PageMenuOptionsDefinitionImpl

public abstract class BaseMenuOptionsDefinitionImpl
extends BaseMenuDefinitionElement
implements org.apache.jetspeed.om.folder.MenuOptionsDefinition

BaseMenuOptionsDefinitionImpl

Version:
$Id:$
Author:
Randy Watler

Field Summary
private  int depth
           
private  String options
           
private  String order
           
private  boolean paths
           
private  String profile
           
private  boolean regexp
           
private  String skin
           
 
Fields inherited from interface org.apache.jetspeed.om.folder.MenuOptionsDefinition
ANY_PROFILE_LOCATOR
 
Constructor Summary
BaseMenuOptionsDefinitionImpl()
           
 
Method Summary
 int getDepth()
           
 String getOptions()
           
 String getOrder()
           
 String getProfile()
           
 String getSkin()
           
 boolean isPaths()
           
 boolean isRegexp()
           
 void setDepth(int depth)
           
 void setOptions(String options)
           
 void setOrder(String order)
           
 void setPaths(boolean paths)
           
 void setProfile(String locatorName)
           
 void setRegexp(boolean regexp)
           
 void setSkin(String name)
           
 
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
 

Field Detail

options

private String options

depth

private int depth

paths

private boolean paths

regexp

private boolean regexp

profile

private String profile

order

private String order

skin

private String skin
Constructor Detail

BaseMenuOptionsDefinitionImpl

public BaseMenuOptionsDefinitionImpl()
Method Detail

getOptions

public String getOptions()
Specified by:
getOptions in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

setOptions

public void setOptions(String options)
Specified by:
setOptions in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

getDepth

public int getDepth()
Specified by:
getDepth in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

setDepth

public void setDepth(int depth)
Specified by:
setDepth in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

isPaths

public boolean isPaths()
Specified by:
isPaths in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

setPaths

public void setPaths(boolean paths)
Specified by:
setPaths in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

isRegexp

public boolean isRegexp()
Specified by:
isRegexp in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

setRegexp

public void setRegexp(boolean regexp)
Specified by:
setRegexp in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

getProfile

public String getProfile()
Specified by:
getProfile in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

setProfile

public void setProfile(String locatorName)
Specified by:
setProfile in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

getOrder

public String getOrder()
Specified by:
getOrder in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

setOrder

public void setOrder(String order)
Specified by:
setOrder in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

getSkin

public String getSkin()
Specified by:
getSkin in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition

setSkin

public void setSkin(String name)
Specified by:
setSkin in interface org.apache.jetspeed.om.folder.MenuOptionsDefinition


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.