Class CheckoutSectionDTO
java.lang.Object
org.broadleafcommerce.core.web.checkout.section.CheckoutSectionDTO
- Author:
- Elbert Bautista (elbertbautista)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected CheckoutSectionStateTypeprotected CheckoutSectionViewType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()getView()booleanvoidsetHelpMessage(String helpMessage) voidsetPopulated(boolean populated) voidsetState(CheckoutSectionStateType state) void
-
Field Details
-
view
-
state
-
populated
protected boolean populated -
helpMessage
-
-
Constructor Details
-
CheckoutSectionDTO
-
-
Method Details
-
getView
-
setView
-
getState
-
setState
-
isPopulated
public boolean isPopulated() -
setPopulated
public void setPopulated(boolean populated) -
getHelpMessage
-
setHelpMessage
-