.. java:import:: org.motechproject.mds.annotations Entity .. java:import:: java.io Serializable .. java:import:: java.util Objects Lookup ====== .. java:package:: org.motechproject.tasks.domain :noindex: .. java:type:: @Entity public class Lookup implements Serializable Constructors ------------ Lookup ^^^^^^ .. java:constructor:: public Lookup() :outertype: Lookup Lookup ^^^^^^ .. java:constructor:: public Lookup(String field, String value) :outertype: Lookup Methods ------- equals ^^^^^^ .. java:method:: @Override public boolean equals(Object obj) :outertype: Lookup getField ^^^^^^^^ .. java:method:: public String getField() :outertype: Lookup getValue ^^^^^^^^ .. java:method:: public String getValue() :outertype: Lookup hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: Lookup setField ^^^^^^^^ .. java:method:: public void setField(String field) :outertype: Lookup setValue ^^^^^^^^ .. java:method:: public void setValue(String value) :outertype: Lookup