public class PureOffer extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
PureOffer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
OfferCustomer |
getCustomer()
The identification of the customer as a recipient of the offer.
|
String |
getDescription() |
Date |
getExpiration() |
Integer |
getExpirationDays() |
List<OfferItem> |
getItems() |
Boolean |
getMultipleRecipients() |
String |
getPicture()
The storage name of the picture to be processed as a serving URL (CDN).
|
String |
getSnippet()
The short description of the offer.
|
String |
getTitle()
The offer title.
|
PureOffer |
setCustomer(OfferCustomer customer) |
void |
setCustomerIf(OfferCustomer customer) |
PureOffer |
setDescription(String description) |
PureOffer |
setExpiration(Date expiration) |
PureOffer |
setExpirationDays(Integer expirationDays) |
PureOffer |
setItems(List<OfferItem> items) |
PureOffer |
setMultipleRecipients(Boolean multipleRecipients) |
PureOffer |
setPicture(String picture) |
PureOffer |
setSnippet(String snippet) |
PureOffer |
setTitle(String title) |
public OfferCustomer getCustomer()
public PureOffer setCustomer(OfferCustomer customer)
public void setCustomerIf(OfferCustomer customer)
public String getDescription()
public Date getExpiration()
public Integer getExpirationDays()
public Boolean getMultipleRecipients()
public String getPicture()
public String getSnippet()
public String getTitle()
public boolean allNull()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.