|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.policy.AbstractPolicyFilter
public abstract class AbstractPolicyFilter
| Field Summary | |
|---|---|
protected int |
order
|
| Fields inherited from interface com.jalios.jcms.plugin.PluginComponent |
|---|
REVISION |
| Constructor Summary | |
|---|---|
AbstractPolicyFilter()
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
Compare this object with the specified object for order. |
boolean |
equals(java.lang.Object obj)
Indicates wheter some other object is "equal to" this one. |
int |
getOrder()
Returns object orders value. |
void |
setOrder(int order)
Sets the component order |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.jalios.jcms.plugin.PluginComponent |
|---|
init |
| Field Detail |
|---|
protected int order
| Constructor Detail |
|---|
public AbstractPolicyFilter()
| Method Detail |
|---|
public final int getOrder()
public final void setOrder(int order)
order - public final int compareTo(java.lang.Object obj)
compareTo in interface java.lang.Comparableobj - the Object to be compared.Comparable.compareTo(java.lang.Object)public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the Object to be compared.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||