Package org.openurp.edu.base.model
Class Textbook
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.base.model.Textbook
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.base.model.Textbook") public class Textbook extends org.beangle.commons.entity.pojo.LongIdObject教材- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Textbook()
-
Method Summary
-
-
-
Method Detail
-
getIsbn
public String getIsbn()
-
setIsbn
public void setIsbn(String isbn)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getAuthor
public String getAuthor()
-
setAuthor
public void setAuthor(String author)
-
getPress
public Press getPress()
-
setPress
public void setPress(Press press)
-
getEdition
public String getEdition()
-
setEdition
public void setEdition(String edition)
-
getPrice
public Integer getPrice()
-
setPrice
public void setPrice(Integer price)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
getBookType
public BookType getBookType()
-
setBookType
public void setBookType(BookType bookType)
-
getPublishedOn
public Date getPublishedOn()
-
setPublishedOn
public void setPublishedOn(Date publishedOn)
-
getAwardType
public BookAwardType getAwardType()
-
setAwardType
public void setAwardType(BookAwardType awardType)
-
isMadeInSchool
public boolean isMadeInSchool()
-
setMadeInSchool
public void setMadeInSchool(boolean madeInSchool)
-
getBeginOn
public Date getBeginOn()
-
setBeginOn
public void setBeginOn(Date beginOn)
-
getEndOn
public Date getEndOn()
-
setEndOn
public void setEndOn(Date endOn)
-
getProject
public Project getProject()
-
setProject
public void setProject(Project project)
-
getCategory
public BookCategory getCategory()
-
setCategory
public void setCategory(BookCategory category)
-
getAwardOrg
public String getAwardOrg()
-
setAwardOrg
public void setAwardOrg(String awardOrg)
-
getSeries
public String getSeries()
-
setSeries
public void setSeries(String series)
-
getTranslator
public String getTranslator()
-
setTranslator
public void setTranslator(String translator)
-
-