public class Goods extends Object implements Serializable
| 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() |
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 |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
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)
Copyright © 2020. All rights reserved.