public class FetchCustomerOptions extends java.lang.Object implements FetchCustomerOptionsIf
Constructor and Description |
---|
FetchCustomerOptions()
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
|
boolean |
isGetProductSuggestions()
Populate customer with Product Suggestions from the AI Service
|
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
|
void |
setGetProductSuggestions(boolean getProductSuggestions)
Populate customer with Product Suggestions from the AI Service
|
public boolean isGetChildren()
isGetChildren
in interface FetchCustomerOptionsIf
public void setGetChildren(boolean getChildren)
setGetChildren
in interface FetchCustomerOptionsIf
getChildren
- the getChildren to setpublic boolean isGetChildTree()
isGetChildTree
in interface FetchCustomerOptionsIf
public void setGetChildTree(boolean getChildTree)
setGetChildTree
in interface FetchCustomerOptionsIf
getChildTree
- the getChildTree to setpublic boolean isGetParent()
isGetParent
in interface FetchCustomerOptionsIf
public void setGetParent(boolean getParent)
setGetParent
in interface FetchCustomerOptionsIf
getParent
- the getParent to setpublic boolean isGetProductSuggestions()
FetchCustomerOptionsIf
isGetProductSuggestions
in interface FetchCustomerOptionsIf
public void setGetProductSuggestions(boolean getProductSuggestions)
FetchCustomerOptionsIf
setGetProductSuggestions
in interface FetchCustomerOptionsIf
getProductSuggestions
- the getProductSuggestions to setCopyright © 2018 DS Data Systems UK Ltd.