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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
storageKey
-
-
Constructor Details
-
EzsStorageKey
-
-
Method Details
-
getNativeObject
Description copied from interface:IStorageKeyGets the native key object.- Specified by:
getNativeObjectin interfaceIStorageKey- Returns:
- The native key as an Object value.
-
toString
-
toInteger
Description copied from interface:IStorageKeyConverts the key to an Integer value.- Specified by:
toIntegerin interfaceIStorageKey- Returns:
- The key as an Integer value.
-
toInt
public int toInt()Description copied from interface:IStorageKeyConverts the key to a primitive integer value.- Specified by:
toIntin interfaceIStorageKey- Returns:
- A primitive integer value.
-
toLong
Description copied from interface:IStorageKeyConverts the key to a Long value.- Specified by:
toLongin interfaceIStorageKey- Returns:
- A Long value.
-
toSerializable
Description copied from interface:IStorageKeyConverts the key to a Serializable value.- Specified by:
toSerializablein interfaceIStorageKey- Returns:
- The key as an Serializable value.
-