public class Paper extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
Buy |
static Integer |
NotBuy |
static String |
PAPER_DEV |
static String |
SCRIPT_DEV |
static Integer |
type_Book |
static Integer |
type_Lesson |
| 构造器和说明 |
|---|
Paper() |
public static final Integer type_Lesson
public static final Integer type_Book
public static final Integer Buy
public static final Integer NotBuy
public Long getId()
public void setId(Long id)
public String getIosId()
public void setIosId(String iosId)
public String getName()
public void setName(String name)
public String getIntroduce()
public void setIntroduce(String introduce)
public String getUrl()
public void setUrl(String url)
public Integer getCount()
public void setCount(Integer count)
public String getPrice()
public void setPrice(String price)
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 Long getSubjectId()
public void setSubjectId(Long subjectId)
public Long getPeriodId()
public void setPeriodId(Long periodId)
public Long getLessonId()
public void setLessonId(Long lessonId)
public Long getTaskId()
public void setTaskId(Long taskId)
public Integer getLevel()
public void setLevel(Integer level)
public String getSubjectName()
public void setSubjectName(String subjectName)
public String getPeriodName()
public void setPeriodName(String periodName)
public String getLeesonName()
public void setLeesonName(String leesonName)
public Long getBookId()
public void setBookId(Long bookId)
public Integer getType()
public void setType(Integer type)
public String getBookName()
public void setBookName(String bookName)
public Integer getBuy()
public void setBuy(Integer buy)
Copyright © 2017. All rights reserved.