org.apache.openejb.jee
Class Filter
java.lang.Object
org.apache.openejb.jee.Filter
public class Filter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected TextMap description
displayName
protected TextMap displayName
icon
protected LocalCollection<Icon> icon
filterName
protected String filterName
filterClass
protected String filterClass
initParam
protected List<ParamValue> initParam
id
protected String id
Filter
public Filter()
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public String getDescription()
getDisplayNames
public Text[] getDisplayNames()
setDisplayNames
public void setDisplayNames(Text[] text)
getDisplayName
public String getDisplayName()
getIcons
public Collection<Icon> getIcons()
getIconMap
public Map<String,Icon> getIconMap()
getIcon
public Icon getIcon()
getFilterName
public String getFilterName()
setFilterName
public void setFilterName(String value)
getFilterClass
public String getFilterClass()
setFilterClass
public void setFilterClass(String value)
getInitParam
public List<ParamValue> getInitParam()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.