Class Item

java.lang.Object
org.semispace.take.Item

public class Item extends Object
See Also:
  • Constructor Details

    • Item

      public Item()
    • Item

      public Item(String writer, String value, Long timestamp)
  • Method Details

    • getWriter

      public String getWriter()
    • setWriter

      public void setWriter(String writer)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getTimestamp

      public Long getTimestamp()
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object