|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectjqubeObjects.Field
Atomic object that encapsulates a field-value pair of a DB tuple
| Field Summary | |
private java.lang.String |
fieldName
the field name of the object |
private java.lang.String |
fieldValue
the value for this particular field |
| Constructor Summary | |
Field()
Constructor |
|
| Method Summary | |
java.lang.String |
getFieldName()
Get the fieldName property |
java.lang.String |
getFieldValue()
Gets the fieldValue property |
void |
setFieldName(java.lang.String name)
Sets the fieldName property |
void |
setFieldValue(java.lang.String val)
Sets the fieldValue property |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String fieldName
private java.lang.String fieldValue
| Constructor Detail |
public Field()
| Method Detail |
public java.lang.String getFieldValue()
public java.lang.String getFieldName()
public void setFieldValue(java.lang.String val)
val - The value to put in this objectpublic void setFieldName(java.lang.String name)
name - The name of the field for this object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||