Class HvlLogProducerCacheModel

java.lang.Object
tr.com.havelsan.javarch.log.common.model.HvlLogProducerCacheModel
All Implemented Interfaces:
Serializable

public class HvlLogProducerCacheModel extends Object implements Serializable
A data transfer object is used for log cache operations.
See Also:
  • Constructor Details

    • HvlLogProducerCacheModel

      public HvlLogProducerCacheModel()
  • Method Details

    • getKey

      public String getKey()
      Gets key.
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Sets key.
      Parameters:
      key - the key
    • getValue

      public Boolean getValue()
      Gets value.
      Returns:
      the value
    • setValue

      public void setValue(Boolean value)
      Sets value.
      Parameters:
      value - the value