Class StringStorageKey

java.lang.Object
com.axemble.vdoc.sdk.impl.StringStorageKey
All Implemented Interfaces:
IStorageKey, Serializable

@Deprecated public class StringStorageKey extends Object implements IStorageKey
Deprecated.
Stores old string ids for compatibility
Author:
omenuel
See Also:
  • Field Details

    • storageKey

      protected String storageKey
      Deprecated.
  • Constructor Details

    • StringStorageKey

      protected StringStorageKey(String storageKey)
      Deprecated.
  • Method Details

    • getNativeObject

      public Object getNativeObject()
      Deprecated.
      Description copied from interface: IStorageKey
      Gets the native key object.
      Specified by:
      getNativeObject in interface IStorageKey
      Returns:
      The native key as an Object value.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toInteger

      public Integer toInteger()
      Deprecated.
      Description copied from interface: IStorageKey
      Converts the key to an Integer value.
      Specified by:
      toInteger in interface IStorageKey
      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 interface IStorageKey
      Returns:
      A primitive integer value.
    • toLong

      public Long toLong()
      Deprecated.
      Description copied from interface: IStorageKey
      Converts the key to a Long value.
      Specified by:
      toLong in interface IStorageKey
      Returns:
      A Long value.
    • toSerializable

      public Serializable toSerializable()
      Deprecated.
      Description copied from interface: IStorageKey
      Converts the key to a Serializable value.
      Specified by:
      toSerializable in interface IStorageKey
      Returns:
      The key as an Serializable value.