Skip navigation links


oracle.iam.provisioning.vo
Class AccountData

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

All Implemented Interfaces:
java.io.Serializable

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

This class represents the entire account data. It incorporates the parent form data, and child form data for one or more child tables.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           

 

Constructor Summary
AccountData(java.lang.String formKey, java.lang.String udTablePrimaryKey, java.util.Map parentData)
           

 

Method Summary
 java.util.Map getChildData()
           
 java.util.Map getData()
           
 java.util.Map getEntitlements()
           
 java.lang.String getFormKey()
           
 java.lang.String getUdTablePrimaryKey()
           
 void setChildData(java.util.Map childData)
           
 void setEntitlements(java.util.Map entitlements)
           

 

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

AccountData

public AccountData(java.lang.String formKey,
                   java.lang.String udTablePrimaryKey,
                   java.util.Map parentData)

Method Detail

getFormKey

public java.lang.String getFormKey()

getUdTablePrimaryKey

public java.lang.String getUdTablePrimaryKey()

getData

public java.util.Map getData()

getEntitlements

public java.util.Map getEntitlements()

setEntitlements

public void setEntitlements(java.util.Map entitlements)

getChildData

public java.util.Map getChildData()

setChildData

public void setChildData(java.util.Map childData)

Skip navigation links


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