Interface Key

  • All Known Implementing Classes:
    DbKey, MultiKey, SyntheticKey

    public interface Key
    This is the interface for the internal representation of an object key.
    • Method Detail

      • getParentKey

        Key getParentKey()
        Get the key's parent key
        Returns:
        ...
      • getID

        java.lang.String getID()
        Get the key's ID part
        Returns:
        ...
      • getStorageName

        java.lang.String getStorageName()
        Get the key's storage type name
        Returns:
        ...