public class Goods extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
TYPE_BUSINESS |
static Integer |
TYPE_NAMECARD |
static Integer |
TYPE_NORMAL |
| Constructor and Description |
|---|
Goods() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDescription() |
Long |
getDuration() |
Long |
getId() |
String |
getImg() |
String |
getName() |
String |
getPrice() |
String |
getShowPrice() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDescription(String description) |
void |
setDuration(Long duration) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setName(String name) |
void |
setPrice(String price) |
void |
setShowPrice(String showPrice) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TYPE_NORMAL
public static final Integer TYPE_BUSINESS
public static final Integer TYPE_NAMECARD
public Long getId()
public void setId(Long id)
public String getPrice()
public void setPrice(String price)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getImg()
public Long getDuration()
public void setDuration(Long duration)
public void setImg(String img)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public String getShowPrice()
public void setShowPrice(String showPrice)
public Integer getType()
public void setType(Integer type)
Copyright © 2021. All rights reserved.