public class AdminGetCustomerOptions
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private boolean | 
getChildren
Populate customers with an array of children. 
 | 
private boolean | 
getChildTree
Populate customers with a child tree where each child in the array of children may also have
 children etc. 
 | 
private boolean | 
getParent
Populate customer with a parent customer when a parent Id exists 
 | 
| Constructor and Description | 
|---|
AdminGetCustomerOptions()
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isGetChildren()
Populate customers with an array of children. 
 | 
boolean | 
isGetChildTree()
Populate customers with a child tree where each child in the array of children may also have
 children etc. 
 | 
boolean | 
isGetParent()
Populate customer with a parent customer when a parent Id exists 
 | 
void | 
setGetChildren(boolean getChildren)
Populate customers with an array of children. 
 | 
void | 
setGetChildTree(boolean getChildTree)
Populate customers with a child tree where each child in the array of children may also have
 children etc. 
 | 
void | 
setGetParent(boolean getParent)
Populate customer with a parent customer when a parent Id exists 
 | 
private boolean getChildren
private boolean getChildTree
private boolean getParent
public boolean isGetChildren()
public void setGetChildren(boolean getChildren)
getChildren - the getChildren to setpublic boolean isGetChildTree()
public void setGetChildTree(boolean getChildTree)
getChildTree - the getChildTree to setpublic boolean isGetParent()
public void setGetParent(boolean getParent)
getParent - the getParent to setCopyright © 2018 DS Data Systems UK Ltd.