mgi.logme.data
Class Query

java.lang.Object
  extended bymgi.logme.data.Query
All Implemented Interfaces:
java.io.Serializable

public class Query
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Query()
          default constructor
Query(java.lang.String value)
          full constructor
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.Integer getEid()
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setEid(java.lang.Integer eid)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query

public Query(java.lang.String value)
full constructor


Query

public Query()
default constructor

Method Detail

getEid

public java.lang.Integer getEid()

setEid

public void setEid(java.lang.Integer eid)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()