public class Book extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
Buy |
static Integer |
Lock |
static Integer |
noPaper |
static Integer |
notBuy |
static Integer |
status_freeze |
static Integer |
status_normal |
static Integer |
UnLock |
| 构造器和说明 |
|---|
Book() |
public static final Integer Lock
public static final Integer UnLock
public static final Integer Buy
public static final Integer notBuy
public static final Integer noPaper
public static final Integer status_normal
public static final Integer status_freeze
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getIntroduce()
public void setIntroduce(String introduce)
public Long getPress()
public void setPress(Long press)
public Integer getGrade()
public void setGrade(Integer grade)
public String getImg()
public void setImg(String img)
public Integer getSort()
public void setSort(Integer sort)
public Integer getStudyCount()
public void setStudyCount(Integer studyCount)
public Integer getFavoriteCount()
public void setFavoriteCount(Integer favoriteCount)
public Integer getPeriodCount()
public void setPeriodCount(Integer periodCount)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getTerm()
public void setTerm(Integer term)
public String getPaperPrice()
public void setPaperPrice(String paperPrice)
public Integer getUserLock()
public void setUserLock(Integer userLock)
public Integer getOver()
public void setOver(Integer over)
public Integer getPaperCount()
public void setPaperCount(Integer paperCount)
public Integer getBuy()
public void setBuy(Integer buy)
public Long getOrderId()
public void setOrderId(Long orderId)
public Integer getStep()
public void setStep(Integer step)
public Integer getStarDisplay()
public void setStarDisplay(Integer starDisplay)
public Integer getStarLevel()
public void setStarLevel(Integer starLevel)
public Long getSid()
public void setSid(Long sid)
Copyright © 2018. All rights reserved.