Interface Identifiable


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.tangosol.run.xml.Key getKey()
      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 Detail

      • 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