public class ShoppingCart extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
SELECTED_STATUS_NO
选中状态0 表示未选中
|
static Integer |
SELECTED_STATUS_YES
选中状态1 表示选中
|
| 构造器和说明 |
|---|
ShoppingCart() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGoodsAmount() |
Long |
getGoodsId() |
Long |
getGoodsSecurityId() |
Long |
getId() |
Integer |
getPayMode() |
Integer |
getRentPeriod() |
Integer |
getSelectedStatus() |
Long |
getSkuId() |
Long |
getStartLeaseDate() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGoodsAmount(Integer goodsAmount) |
void |
setGoodsId(Long goodsId) |
void |
setGoodsSecurityId(Long goodsSecurityId) |
void |
setId(Long id) |
void |
setPayMode(Integer payMode) |
void |
setRentPeriod(Integer rentPeriod) |
void |
setSelectedStatus(Integer selectedStatus) |
void |
setSkuId(Long skuId) |
void |
setStartLeaseDate(Long startLeaseDate) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer SELECTED_STATUS_NO
public static final Integer SELECTED_STATUS_YES
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Long getGoodsId()
public void setGoodsId(Long goodsId)
public Long getSkuId()
public void setSkuId(Long skuId)
public Integer getGoodsAmount()
public void setGoodsAmount(Integer goodsAmount)
public Long getStartLeaseDate()
public void setStartLeaseDate(Long startLeaseDate)
public Integer getPayMode()
public void setPayMode(Integer payMode)
public Integer getRentPeriod()
public void setRentPeriod(Integer rentPeriod)
public Long getGoodsSecurityId()
public void setSelectedStatus(Integer selectedStatus)
public Integer getSelectedStatus()
public void setGoodsSecurityId(Long goodsSecurityId)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2018. All rights reserved.