Package com.axemble.vdoc.sdk.impl
Class EzsStorageKey
java.lang.Object
com.axemble.vdoc.sdk.impl.EzsStorageKey
- All Implemented Interfaces:
IStorageKey
,Serializable
- Author:
- vlygeros
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
storageKey
-
-
Constructor Details
-
EzsStorageKey
-
-
Method Details
-
getNativeObject
Description copied from interface:IStorageKey
Gets the native key object.- Specified by:
getNativeObject
in interfaceIStorageKey
- Returns:
- The native key as an Object value.
-
toString
-
toInteger
Description copied from interface:IStorageKey
Converts the key to an Integer value.- Specified by:
toInteger
in interfaceIStorageKey
- Returns:
- The key as an Integer value.
-
toInt
public int toInt()Description copied from interface:IStorageKey
Converts the key to a primitive integer value.- Specified by:
toInt
in interfaceIStorageKey
- Returns:
- A primitive integer value.
-
toLong
Description copied from interface:IStorageKey
Converts the key to a Long value.- Specified by:
toLong
in interfaceIStorageKey
- Returns:
- A Long value.
-
toSerializable
Description copied from interface:IStorageKey
Converts the key to a Serializable value.- Specified by:
toSerializable
in interfaceIStorageKey
- Returns:
- The key as an Serializable value.
-