|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectLongConverter
Interface for an object that can be converted to/from a Long. Used for datastores that allow persistence of Longs but not of a native Java type.
| Field Summary | |
|---|---|
static Localiser |
LOCALISER
Localiser for messages |
| Method Summary | |
|---|---|
java.lang.Long |
toLong(java.lang.Object obj)
Method to convert from the object to its Long form |
java.lang.Object |
toObject(java.lang.Long value)
Method to convert from Long back to the object. |
| Field Detail |
|---|
static final Localiser LOCALISER
| Method Detail |
|---|
java.lang.Long toLong(java.lang.Object obj)
obj - The object
java.lang.Object toObject(java.lang.Long value)
value - The long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||