Package com.axemble.vdoc.sdk.interfaces
Interface IStorageKey
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EzsStorageKey
,PortalStorageKey
,StringStorageKey
The key interface for all objects.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
-
Method Details
-
getNativeObject
Object getNativeObject()Gets the native key object.- Returns:
- The native key as an Object value.
-
toInteger
Integer toInteger()Converts the key to an Integer value.- Returns:
- The key as an Integer value.
-
toInt
int toInt()Converts the key to a primitive integer value.- Returns:
- A primitive integer value.
-
toLong
Long toLong()Converts the key to a Long value.- Returns:
- A Long value.
-
toSerializable
Serializable toSerializable()Converts the key to a Serializable value.- Returns:
- The key as an Serializable value.
-