|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.checkout.OrderDetails.OrderDetailsBuilder
public static class OrderDetails.OrderDetailsBuilder
The OrderDetailsBuilder.
| Constructor Summary | |
|---|---|
OrderDetails.OrderDetailsBuilder()
The no-argument constructor used for processing forms. |
|
OrderDetails.OrderDetailsBuilder(boolean nof)
Creates a new OrderDetailsBuilder from the given
net-order-flag. |
|
| Method Summary | |
|---|---|
OrderDetails |
build()
Builds new OrderDetails. |
java.lang.String |
getAnnotation()
Returns the annotation. |
boolean |
isCancellationPolicyAccepted()
Returns the cancellation-policy-accepted-flag, indicating whether the user has accepted the cancellation policy. |
boolean |
isLegalNoticeAccepted()
Returns the legal-notice-accepted-flag, indicating whether the user has accepted the legal notice. |
boolean |
isNetOrder()
Returns the net-order-flag, indicating whether the order is a net order. |
boolean |
isPrivacyStatementAccepted()
Returns the privacy-statement-accepted-flag, indicating whether the user has accepted the privacy statement. |
boolean |
isTermsAndConditionsAccepted()
Returns the terms-and-conditions-accepted-flag, indicating whether the user has accepted the terms and conditions. |
void |
setAnnotation(java.lang.String a)
Sets the annotation. |
void |
setCancellationPolicyAccepted(boolean cpaf)
Sets the cancellation-policy-accepted-flag, indicating whether the user has accepted the cancellation policy. |
void |
setLegalNoticeAccepted(boolean lnaf)
Sets the legal-notice-accepted-flag, indicating whether the user has accepted the legal notice. |
void |
setNetOrder(boolean nof)
Sets the net-order-flag, indicating whether the order is a net order. |
void |
setPrivacyStatementAccepted(boolean psaf)
Sets the privacy-statement-accepted-flag, indicating whether the user has accepted the privacy statement. |
void |
setTermsAndConditionsAccepted(boolean tacaf)
Sets the terms-and-conditions-accepted-flag, indicating whether the user has accepted the terms and conditions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrderDetails.OrderDetailsBuilder()
public OrderDetails.OrderDetailsBuilder(boolean nof)
OrderDetailsBuilder from the given
net-order-flag.
nof - the net-order-flag.| Method Detail |
|---|
public final boolean isNetOrder()
public final void setNetOrder(boolean nof)
nof - the net-order-flag to set.public final boolean isLegalNoticeAccepted()
public final void setLegalNoticeAccepted(boolean lnaf)
lnaf - the legal-notice-accepted-flag to set.public final boolean isTermsAndConditionsAccepted()
public final void setTermsAndConditionsAccepted(boolean tacaf)
tacaf - the terms-and-conditions-accepted-flag to set.public final boolean isCancellationPolicyAccepted()
public final void setCancellationPolicyAccepted(boolean cpaf)
cpaf - the cancellation-policy-accepted-flag to set.public final boolean isPrivacyStatementAccepted()
public final void setPrivacyStatementAccepted(boolean psaf)
psaf - the privacy-statement-accepted-flag to set.public final java.lang.String getAnnotation()
public final void setAnnotation(java.lang.String a)
a - the annotation to set.public final OrderDetails build()
OrderDetails.
OrderDetails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||