|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.thortech.xl.vo.PolicyChildTableRecord
public class PolicyChildTableRecord
Value Object to store the child table records of the policy Data
| Constructor Summary | |
|---|---|
PolicyChildTableRecord()Creates a new PolicyChildTableRecord object. |
|
PolicyChildTableRecord(int recNum)Creates a new PolicyChildTableRecord object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()Returns the action need to be performed on thie child table record |
java.util.HashMap |
getRecordData()Returns the child table record data |
int |
getRecordNumber()Method to get the record number of a child record |
java.lang.String |
getValue(java.lang.String columnName)Retrieves the value of a column from the data of the child table record |
void |
setAction(java.lang.String action)Sets the action need to be performed on thie child table record. |
void |
setRecordData(java.util.HashMap recordData)Sets the child table record data |
void |
setValue(java.lang.String columnName, java.lang.String columnValue)Sets the value of a column in the data of the child table record |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyChildTableRecord()
public PolicyChildTableRecord(int recNum)
recNum - unique identifier of the child record| Method Detail |
|---|
public java.lang.String getAction()
public void setAction(java.lang.String action)
action - The action to set.public java.util.HashMap getRecordData()
public void setRecordData(java.util.HashMap recordData)
recordData - The recordData to set.
public java.lang.String getValue(java.lang.String columnName)
throws java.lang.Exception
columnName - The column whose value is to be retrieved.java.lang.Exception - If the specified column does not exist
public void setValue(java.lang.String columnName,
java.lang.String columnValue)
columnName - The column whose value is to be set.columnValue - The value to be set.public int getRecordNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||