|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="RecordId") public interface ObjectId
ObjectId refered to by Filter 1.1 specification (as an example).
Although ObjectId is refered to as an example we are making explicit use of it here in order to show identification being defined with a long (as with several popular object relational mappers).
Method Summary | |
---|---|
Long |
getID()
The identifier value, which is a Long. |
boolean |
matches(Object obj)
Evaluates the identifer value against the given Object. |
Methods inherited from interface Identifier |
---|
matches, toString |
Method Detail |
---|
@XmlElement(value="id") Long getID()
getID
in interface Identifier<Long,Feature>
boolean matches(Object obj)
obj
- Object to be tested.
true
if a match, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |