public class HierarchySetupData extends Object
| Constructor and Description |
|---|
HierarchySetupData(PModelHandle parentAccount,
boolean subordinate)
Constructs a hierarchy data object
|
| Modifier and Type | Method and Description |
|---|---|
PModelHandle |
getParentAccount()
Returns the parent account
|
String |
getParentAccountNumber()
Returns the parent account, i.e.,PIN_FLD_ACCOUNT_NO of /account object
|
boolean |
isSubordinate()
Returns the subordinate status
|
void |
setParentAccountNumber(String accountNo)
Sets the account number
|
public HierarchySetupData(PModelHandle parentAccount, boolean subordinate)
parentAccount - The model handle of the current account's parentsubordinate - The subordinate status of the current accountpublic PModelHandle getParentAccount()
public void setParentAccountNumber(String accountNo)
accountNo - public String getParentAccountNumber()
public boolean isSubordinate()
true if the account is a subordinate;
false if it is a self-paying account.Copyright © 2003, 2023, Oracle and/or its affiliates.