public class UmpTimelimitedDiscountGoodsJoin extends Object implements Serializable
Constructor and Description |
---|
UmpTimelimitedDiscountGoodsJoin() |
UmpTimelimitedDiscountGoodsJoin(Instant createdTime,
Long itemId,
String imageUrl,
BigDecimal discountPrice,
Long stockNum,
Instant endTime,
String discountValue,
String title,
Integer discountType,
Instant startTime,
Integer eraseType,
BigDecimal price,
String itemUrl,
String alias) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
Instant |
getCreatedTime() |
BigDecimal |
getDiscountPrice() |
Integer |
getDiscountType() |
String |
getDiscountValue() |
Instant |
getEndTime() |
Integer |
getEraseType() |
String |
getImageUrl() |
Long |
getItemId() |
String |
getItemUrl() |
BigDecimal |
getPrice() |
Instant |
getStartTime() |
Long |
getStockNum() |
String |
getTitle() |
void |
setAlias(String alias) |
void |
setCreatedTime(Instant createdTime) |
void |
setDiscountPrice(BigDecimal discountPrice) |
void |
setDiscountType(Integer discountType) |
void |
setDiscountValue(String discountValue) |
void |
setEndTime(Instant endTime) |
void |
setEraseType(Integer eraseType) |
void |
setImageUrl(String imageUrl) |
void |
setItemId(Long itemId) |
void |
setItemUrl(String itemUrl) |
void |
setPrice(BigDecimal price) |
void |
setStartTime(Instant startTime) |
void |
setStockNum(Long stockNum) |
void |
setTitle(String title) |
public UmpTimelimitedDiscountGoodsJoin()
public UmpTimelimitedDiscountGoodsJoin(Instant createdTime, Long itemId, String imageUrl, BigDecimal discountPrice, Long stockNum, Instant endTime, String discountValue, String title, Integer discountType, Instant startTime, Integer eraseType, BigDecimal price, String itemUrl, String alias)
public Instant getCreatedTime()
public void setCreatedTime(Instant createdTime)
public Long getItemId()
public void setItemId(Long itemId)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public BigDecimal getDiscountPrice()
public void setDiscountPrice(BigDecimal discountPrice)
public Long getStockNum()
public void setStockNum(Long stockNum)
public Instant getEndTime()
public void setEndTime(Instant endTime)
public String getDiscountValue()
public void setDiscountValue(String discountValue)
public String getTitle()
public void setTitle(String title)
public Integer getDiscountType()
public void setDiscountType(Integer discountType)
public Instant getStartTime()
public void setStartTime(Instant startTime)
public Integer getEraseType()
public void setEraseType(Integer eraseType)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public String getItemUrl()
public void setItemUrl(String itemUrl)
public String getAlias()
public void setAlias(String alias)
Copyright © 2016–2017. All rights reserved.