@Entity public class OfferPriceDataImpl extends Object implements OfferPriceData
| Modifier and Type | Field and Description |
|---|---|
protected Date |
activeEndDate |
protected Date |
activeStartDate |
protected BigDecimal |
amount |
protected ArchiveStatus |
archiveStatus |
protected String |
discountType |
protected Long |
id |
protected String |
identifierType |
protected String |
identifierValue |
protected Offer |
offer |
protected Integer |
quantity |
static long |
serialVersionUID |
| Constructor and Description |
|---|
OfferPriceDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends OfferPriceData> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object o) |
Date |
getActiveEndDate() |
Date |
getActiveStartDate() |
BigDecimal |
getAmount() |
Character |
getArchived() |
OfferDiscountType |
getDiscountType() |
Long |
getId() |
OfferPriceDataIdentifierType |
getIdentifierType() |
String |
getIdentifierValue() |
Offer |
getOffer() |
Integer |
getQuantity() |
int |
hashCode() |
boolean |
isActive() |
void |
setActiveEndDate(Date activeEndDate) |
void |
setActiveStartDate(Date activeStartDate) |
void |
setAmount(BigDecimal amount) |
void |
setArchived(Character archived) |
void |
setDiscountType(OfferDiscountType discountType) |
void |
setId(Long id) |
void |
setIdentifierType(OfferPriceDataIdentifierType identifierType) |
void |
setIdentifierValue(String identifierValue) |
void |
setOffer(Offer offer) |
void |
setQuantity(Integer quantity) |
public static final long serialVersionUID
protected Long id
protected Offer offer
protected Date activeStartDate
protected Date activeEndDate
protected String identifierType
protected String identifierValue
protected String discountType
protected BigDecimal amount
protected Integer quantity
protected ArchiveStatus archiveStatus
public Long getId()
getId in interface OfferPriceDatapublic void setId(Long id)
setId in interface OfferPriceDatapublic Offer getOffer()
getOffer in interface OfferPriceDatapublic void setOffer(Offer offer)
setOffer in interface OfferPriceDatapublic Date getActiveStartDate()
getActiveStartDate in interface OfferPriceDatapublic void setActiveStartDate(Date activeStartDate)
setActiveStartDate in interface OfferPriceDatapublic Date getActiveEndDate()
getActiveEndDate in interface OfferPriceDatapublic void setActiveEndDate(Date activeEndDate)
setActiveEndDate in interface OfferPriceDatapublic OfferPriceDataIdentifierType getIdentifierType()
getIdentifierType in interface OfferPriceDatapublic void setIdentifierType(OfferPriceDataIdentifierType identifierType)
setIdentifierType in interface OfferPriceDatapublic String getIdentifierValue()
getIdentifierValue in interface OfferPriceDatapublic void setIdentifierValue(String identifierValue)
setIdentifierValue in interface OfferPriceDatapublic OfferDiscountType getDiscountType()
getDiscountType in interface OfferPriceDatapublic void setDiscountType(OfferDiscountType discountType)
setDiscountType in interface OfferPriceDatapublic BigDecimal getAmount()
getAmount in interface OfferPriceDatapublic void setAmount(BigDecimal amount)
setAmount in interface OfferPriceDatapublic Integer getQuantity()
getQuantity in interface OfferPriceDatapublic void setQuantity(Integer quantity)
setQuantity in interface OfferPriceDatapublic Character getArchived()
getArchived in interface Statuspublic void setArchived(Character archived)
setArchived in interface Statuspublic <G extends OfferPriceData> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<OfferPriceData>CloneNotSupportedExceptionCopyright © 2021. All rights reserved.