com.objex.progeny.anywhere.fields.data
Class XRFTableData.Row
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XRFTableData.Row
public XRFTableData.Row()
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.