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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
storageKey
 
- 
- 
Constructor Details- 
EzsStorageKey
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IStorageKeyGets the native key object.- Specified by:
- getNativeObjectin interface- IStorageKey
- Returns:
- The native key as an Object value.
 
- 
toString
- 
toIntegerDescription 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()Description copied from interface:IStorageKeyConverts the key to a primitive integer value.- Specified by:
- toIntin interface- IStorageKey
- Returns:
- A primitive integer value.
 
- 
toLongDescription copied from interface:IStorageKeyConverts the key to a Long value.- Specified by:
- toLongin interface- IStorageKey
- Returns:
- A Long value.
 
- 
toSerializableDescription copied from interface:IStorageKeyConverts the key to a Serializable value.- Specified by:
- toSerializablein interface- IStorageKey
- Returns:
- The key as an Serializable value.
 
 
-