Package com.axemble.vdoc.sdk.impl
Class StringStorageKey
java.lang.Object
com.axemble.vdoc.sdk.impl.StringStorageKey
- All Implemented Interfaces:
IStorageKey
,Serializable
Deprecated.
Stores old string ids for compatibility
- Author:
- omenuel
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the native key object.int
toInt()
Deprecated.Converts the key to a primitive integer value.Deprecated.Converts the key to an Integer value.toLong()
Deprecated.Converts the key to a Long value.Deprecated.Converts the key to a Serializable value.toString()
Deprecated.
-
Field Details
-
storageKey
Deprecated.
-
-
Constructor Details
-
StringStorageKey
Deprecated.
-
-
Method Details
-
getNativeObject
Deprecated.Description copied from interface:IStorageKey
Gets the native key object.- Specified by:
getNativeObject
in interfaceIStorageKey
- Returns:
- The native key as an Object value.
-
toString
Deprecated. -
toInteger
Deprecated.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()Deprecated.Description copied from interface:IStorageKey
Converts the key to a primitive integer value.- Specified by:
toInt
in interfaceIStorageKey
- Returns:
- A primitive integer value.
-
toLong
Deprecated.Description copied from interface:IStorageKey
Converts the key to a Long value.- Specified by:
toLong
in interfaceIStorageKey
- Returns:
- A Long value.
-
toSerializable
Deprecated.Description copied from interface:IStorageKey
Converts the key to a Serializable value.- Specified by:
toSerializable
in interfaceIStorageKey
- Returns:
- The key as an Serializable value.
-