Skip navigation links


com.thortech.xl.vo
Class UDChildTableRecord

java.lang.Object
  extended by com.thortech.xl.vo.UDChildTableRecord

All Implemented Interfaces:
java.io.Serializable

public class UDChildTableRecord
extends java.lang.Object
implements java.io.Serializable

Value Object to store the child table records of the policy Data

See Also:
Serialized Form

Constructor Summary
UDChildTableRecord()
          Creates a new UDChildTableRecord 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
 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

UDChildTableRecord

public UDChildTableRecord()
Creates a new UDChildTableRecord object.

Method Detail

getAction

public java.lang.String getAction()
Returns the action need to be performed on thie child table record
Returns:
Returns the action.

setAction

public void setAction(java.lang.String action)
Sets the action need to be performed on thie child table record. Action can be 'Add/Delete'
Parameters:
action - The action to set.

getRecordData

public java.util.HashMap getRecordData()
Returns the child table record data
Returns:
Returns the recordData.

setRecordData

public void setRecordData(java.util.HashMap recordData)
Sets the child table record data
Parameters:
recordData - The recordData to set.

getValue

public java.lang.String getValue(java.lang.String columnName)
                          throws java.lang.Exception
Retrieves the value of a column from the data of the child table record
Parameters:
columnName - The column whose value is to be retrieved.
Returns:
The value of the column.
Throws:
java.lang.Exception - If the specified column does not exist

setValue

public void setValue(java.lang.String columnName,
                     java.lang.String columnValue)
Sets the value of a column in the data of the child table record
Parameters:
columnName - The column whose value is to be set.
columnValue - The value to be set.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.