Interface Identifiable


public interface Identifiable
An interface for access to a key of a value object
Author:
gg 12.26.2000
  • Method Summary

    Modifier and Type
    Method
    Description
    com.tangosol.run.xml.Key
    Determine the key for this value object
    void
    setKey(com.tangosol.run.xml.Key key)
    Set this value object to match to the specified Key
  • Method Details

    • getKey

      com.tangosol.run.xml.Key getKey()
      Determine the key for this value object
      Returns:
      the key
    • setKey

      void setKey(com.tangosol.run.xml.Key key)
      Set this value object to match to the specified Key
      Parameters:
      key - the specified key