public abstract class AbstractPolicyFilter extends java.lang.Object implements PolicyFilter, java.lang.Comparable
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
order  | 
REVISION| Constructor and Description | 
|---|
AbstractPolicyFilter()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic 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.Copyright © 2001-2018 Jalios SA. All Rights Reserved.