Interface IStorageKey

All Superinterfaces:
Serializable
All Known Implementing Classes:
EzsStorageKey, PortalStorageKey, StringStorageKey

public interface IStorageKey extends Serializable
The key interface for all objects.
Since:
1.0, 15/04/2008
Author:
vlygeros
  • Method Details Link icon

    • getNativeObject Link icon

      Object getNativeObject()
      Gets the native key object.
      Returns:
      The native key as an Object value.
    • toInteger Link icon

      Integer toInteger()
      Converts the key to an Integer value.
      Returns:
      The key as an Integer value.
    • toInt Link icon

      int toInt()
      Converts the key to a primitive integer value.
      Returns:
      A primitive integer value.
    • toLong Link icon

      Long toLong()
      Converts the key to a Long value.
      Returns:
      A Long value.
    • toSerializable Link icon

      Serializable toSerializable()
      Converts the key to a Serializable value.
      Returns:
      The key as an Serializable value.