Interface ILcdAssoc

All Superinterfaces:
Serializable
All Known Implementing Classes:
TLcdAssoc

public interface ILcdAssoc extends Serializable
This interface defines methods for managing and using a single key-value association.
  • Method Details

    • getKey

      Object getKey()
      Returns:
      the key of this association.
    • setKey

      void setKey(Object aKey)
      Sets the key of this association.
    • getValue

      Object getValue()
      Returns:
      the value of this association.
    • setValue

      void setValue(Object aValue)
      Sets the value of this association.
    • cloneAsILcdAssoc

      ILcdAssoc cloneAsILcdAssoc()
      Returns:
      a clone of this ILcdAssoc.