Skip navigation links


oracle.iam.provisioning.vo
Class ChildTableRecord

java.lang.Object
  extended by oracle.iam.provisioning.vo.ChildTableRecord

All Implemented Interfaces:
java.io.Serializable

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

This value object represents the single row of the UD_CHILD table.

Since:
11.1.2.0.0
See Also:
Serialized Form

Nested Class Summary
static class ChildTableRecord.ACTION
          This enumeration list the actions that can be taken on each child table record.

 

Field Summary
static long serialVersionUID
           

 

Constructor Summary
ChildTableRecord()
           

 

Method Summary
 ChildTableRecord.ACTION getAction()
          This method gets the action associated to child table record.
 java.util.Map getChildData()
          This method gets the child table data from a single row of the child table record.
 long getPolicyKey()
           
 long getRequestKey()
           
 java.lang.String getRowKey()
          This method gets the primary key of the child record.
 void setAction(ChildTableRecord.ACTION action)
          This method sets the action associated to child table record.
 void setChildData(java.util.Map childData)
          This method sets the child table data from a single row of the child table record.
 void setPolicyKey(long policyKey)
           
 void setRequestKey(long requestKey)
           
 void setRowKey(java.lang.String rowKey)
          This method sets the primary key of the child record.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

Constructor Detail

ChildTableRecord

public ChildTableRecord()

Method Detail

getAction

public ChildTableRecord.ACTION getAction()
This method gets the action associated to child table record. This can be Add while granting child data, Modify while modifying child record, Delete while deleting child record. .
Returns:
Action associated with child table record.

setAction

public void setAction(ChildTableRecord.ACTION action)
This method sets the action associated to child table record. This can be Add while granting child data, Modify while modifying child record, Delete while deleting child record. .
Parameters:
action -

getRowKey

public java.lang.String getRowKey()
This method gets the primary key of the child record.
Returns:
primary key of the child record.

setRowKey

public void setRowKey(java.lang.String rowKey)
This method sets the primary key of the child record.
Parameters:
rowKey - primary key of the child record.

getChildData

public java.util.Map getChildData()
This method gets the child table data from a single row of the child table record. This map represents the child table attributes of a single record. Key represents the UD_CHILD_FIELD_NAME and value represents field's value.
Returns:
Map containing child table attribute in key-value format.

setChildData

public void setChildData(java.util.Map childData)
This method sets the child table data from a single row of the child table record. This map represents the child table attributes of a single record. Key represents the UD_CHILD_FIELD_NAME and value represents field's value.
Parameters:
childData -

getPolicyKey

public long getPolicyKey()

setPolicyKey

public void setPolicyKey(long policyKey)

getRequestKey

public long getRequestKey()

setRequestKey

public void setRequestKey(long requestKey)

Skip navigation links


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