public class CheckoutSectionDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
helpMessage |
protected boolean |
populated |
protected CheckoutSectionStateType |
state |
protected CheckoutSectionViewType |
view |
| Constructor and Description |
|---|
CheckoutSectionDTO(CheckoutSectionViewType view,
boolean populated) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpMessage() |
CheckoutSectionStateType |
getState() |
CheckoutSectionViewType |
getView() |
boolean |
isPopulated() |
void |
setHelpMessage(String helpMessage) |
void |
setPopulated(boolean populated) |
void |
setState(CheckoutSectionStateType state) |
void |
setView(CheckoutSectionViewType view) |
protected CheckoutSectionViewType view
protected CheckoutSectionStateType state
protected boolean populated
protected String helpMessage
public CheckoutSectionDTO(CheckoutSectionViewType view, boolean populated)
public CheckoutSectionViewType getView()
public void setView(CheckoutSectionViewType view)
public CheckoutSectionStateType getState()
public void setState(CheckoutSectionStateType state)
public boolean isPopulated()
public void setPopulated(boolean populated)
public String getHelpMessage()
public void setHelpMessage(String helpMessage)
Copyright © 2015. All Rights Reserved.