public class DBParam
extends java.lang.Object
EntityManager.create(Class, DBParam...). This class is literally
nothing more than a value container. There is no checking done to ensure
that the values match the type of the field. Thus the responsibility of value/field
matching lies with the developer.| Constructor and Description |
|---|
DBParam(java.lang.String field,
java.lang.Object value) |
public java.lang.String getField()
public void setField(java.lang.String field)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2007-2015. All Rights Reserved.