org.semispace.take
Class Item

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

public class Item
extends Object

See Also:
TakeUniquenessTest

Constructor Summary
Item()
           
Item(String writer, String value, Long timestamp)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getTimestamp()
           
 String getValue()
           
 String getWriter()
           
 int hashCode()
           
 void setTimestamp(Long timestamp)
           
 void setValue(String value)
           
 void setWriter(String writer)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()

Item

public Item(String writer,
            String value,
            Long timestamp)
Method Detail

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


Copyright © 2008-2012. All Rights Reserved.