jqubeObjects
Class Field

java.lang.Object
  extended byjqubeObjects.Field
Direct Known Subclasses:
VectorField

public class Field
extends java.lang.Object

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

fieldName

private java.lang.String fieldName
the field name of the object


fieldValue

private java.lang.String fieldValue
the value for this particular field

Constructor Detail

Field

public Field()
Constructor

Method Detail

getFieldValue

public java.lang.String getFieldValue()
Gets the fieldValue property

Returns:
the field value for this object

getFieldName

public java.lang.String getFieldName()
Get the fieldName property

Returns:
Returns the field name for this object

setFieldValue

public void setFieldValue(java.lang.String val)
Sets the fieldValue property

Parameters:
val - The value to put in this object

setFieldName

public void setFieldName(java.lang.String name)
Sets the fieldName property

Parameters:
name - The name of the field for this object