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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
storageKeyDeprecated.
 
- 
- 
Constructor Details- 
StringStorageKeyDeprecated.
 
- 
- 
Method Details- 
getNativeObjectDeprecated.Description copied from interface:IStorageKeyGets the native key object.- Specified by:
- getNativeObjectin interface- IStorageKey
- Returns:
- The native key as an Object value.
 
- 
toStringDeprecated.
- 
toIntegerDeprecated.Description copied from interface:IStorageKeyConverts the key to an Integer value.- Specified by:
- toIntegerin interface- IStorageKey
- Returns:
- The key as an Integer value.
 
- 
toIntpublic int toInt()Deprecated.Description copied from interface:IStorageKeyConverts the key to a primitive integer value.- Specified by:
- toIntin interface- IStorageKey
- Returns:
- A primitive integer value.
 
- 
toLongDeprecated.Description copied from interface:IStorageKeyConverts the key to a Long value.- Specified by:
- toLongin interface- IStorageKey
- Returns:
- A Long value.
 
- 
toSerializableDeprecated.Description copied from interface:IStorageKeyConverts the key to a Serializable value.- Specified by:
- toSerializablein interface- IStorageKey
- Returns:
- The key as an Serializable value.
 
 
-