com.objex.progeny.anywhere.fields.data
Class XRFTableData.Row

java.lang.Object
  extended by com.objex.progeny.anywhere.fields.data.XRFTableData.Row
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XRFTableData

public static class XRFTableData.Row
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
XRFTableData.Row()
           
 
Method Summary
 void addData(int ai_subfieldid, XRFData a_sub_data)
           
 java.util.Map getData()
          A map of the m_data_map for this Row Map
 XRFData getData(int ai_subfieldid)
           
 int getRrn()
           
 boolean isDeleted()
           
 boolean isDirty()
           
 boolean isNewrec()
           
 void setData(java.util.Map aData)
           
 void setDeleted(boolean rhs)
          Set this flag to TRUE if the row was deleted from the UI table and may need to be deleted from the database too.
 void setDirty(boolean aDirty)
           
 void setNewrec(boolean aNewrec)
           
 void setRrn(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRFTableData.Row

public XRFTableData.Row()
Method Detail

getRrn

public int getRrn()

setRrn

public void setRrn(int id)

isDirty

public boolean isDirty()

setDirty

public void setDirty(boolean aDirty)

isNewrec

public boolean isNewrec()

setNewrec

public void setNewrec(boolean aNewrec)

addData

public void addData(int ai_subfieldid,
                    XRFData a_sub_data)

getData

public XRFData getData(int ai_subfieldid)

getData

public java.util.Map getData()
A map of the m_data_map for this Row Map


setData

public void setData(java.util.Map aData)

isDeleted

public boolean isDeleted()
Returns:
TRUE if the row was deleted from the UI table and may need to be deleted from the database too.

setDeleted

public void setDeleted(boolean rhs)
Set this flag to TRUE if the row was deleted from the UI table and may need to be deleted from the database too. Actuall deletion from the database table will be done when the users has saves the IDS to which this m_data_map belongs.