com.pras.sp
Class Field

java.lang.Object
  extended by com.pras.sp.Field

public class Field
extends java.lang.Object

Class for Table Feed data record in Feed XML

Author:
Prasanta Paul

Constructor Summary
Field()
           
 
Method Summary
 java.lang.String getColName()
           
 java.lang.String getIndex()
           
 java.lang.String getValue()
           
 void setColName(java.lang.String colName)
           
 void setIndex(java.lang.String index)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field()
Method Detail

getColName

public java.lang.String getColName()

setColName

public void setColName(java.lang.String colName)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getIndex

public java.lang.String getIndex()

setIndex

public void setIndex(java.lang.String index)