Class FlashSale
java.lang.Object
org.summerboot.jexpress.integration.cache.domain.FlashSale
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Status
- See Also:
-
Total
- See Also:
-
Limit
- See Also:
-
Booked
- See Also:
-
status
protected int status -
total
protected long total -
limit
protected long limit -
booked
protected long booked
-
-
Constructor Details
-
FlashSale
public FlashSale()
-
-
Method Details
-
toString
-
getStatus
public int getStatus() -
setStatus
public void setStatus(int status) -
getTotal
public long getTotal() -
setTotal
public void setTotal(long total) -
getLimit
public long getLimit() -
setLimit
public void setLimit(long limit) -
getBooked
public long getBooked() -
setBooked
public void setBooked(long booked)
-