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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the native key object.inttoInt()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:IStorageKeyGets the native key object.- Specified by:
getNativeObjectin interfaceIStorageKey- Returns:
- The native key as an Object value.
-
toString
Deprecated. -
toInteger
Deprecated.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()Deprecated.Description copied from interface:IStorageKeyConverts the key to a primitive integer value.- Specified by:
toIntin interfaceIStorageKey- Returns:
- A primitive integer value.
-
toLong
Deprecated.Description copied from interface:IStorageKeyConverts the key to a Long value.- Specified by:
toLongin interfaceIStorageKey- Returns:
- A Long value.
-
toSerializable
Deprecated.Description copied from interface:IStorageKeyConverts the key to a Serializable value.- Specified by:
toSerializablein interfaceIStorageKey- Returns:
- The key as an Serializable value.
-