- public interface ComparableBean
Method Summary |
java.util.List |
getEqualityPropertyList()
Returns a List of properties that must be matched
for an instance of this class to be considered as having
the same natural order. |
about
public static final java.lang.String about
- CVS info about this class and its current version
- See Also:
- Constant Field Values
getEqualityPropertyList
public java.util.List getEqualityPropertyList()
- Returns a
List
of properties that must be matched
for an instance of this class to be considered as having
the same natural order. This natural ordering should be
consistent with equality (as defined by the equals
method).