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- 
getNativeObjectObject getNativeObject()Gets the native key object.- Returns:
- The native key as an Object value.
 
- 
toIntegerInteger toInteger()Converts the key to an Integer value.- Returns:
- The key as an Integer value.
 
- 
toIntint toInt()Converts the key to a primitive integer value.- Returns:
- A primitive integer value.
 
- 
toLongLong toLong()Converts the key to a Long value.- Returns:
- A Long value.
 
- 
toSerializableSerializable toSerializable()Converts the key to a Serializable value.- Returns:
- The key as an Serializable value.
 
 
-