Package org.openurp.base.edu.model
Class Textbook
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.Textbook
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.base.edu.model.Textbook")
public class Textbook
extends org.beangle.commons.entity.pojo.LongIdObject
教材
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndOn()getIsbn()getName()getPress()getPrice()booleanvoidvoidsetAwardOrg(String awardOrg) voidsetAwardType(BookAwardType awardType) voidsetBeginOn(Date beginOn) voidsetBookType(BookType bookType) voidsetCategory(BookCategory category) voidsetDescription(String description) voidsetEdition(String edition) voidvoidvoidsetMadeInSchool(boolean madeInSchool) voidvoidvoidvoidsetProject(Project project) voidsetPublishedOn(Date publishedOn) voidvoidvoidsetTranslator(String translator) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
Textbook
public Textbook()
-
-
Method Details
-
getIsbn
-
setIsbn
-
getName
-
setName
-
getAuthor
-
setAuthor
-
getPress
-
setPress
-
getEdition
-
setEdition
-
getPrice
-
setPrice
-
getDescription
-
setDescription
-
getRemark
-
setRemark
-
getBookType
-
setBookType
-
getPublishedOn
-
setPublishedOn
-
getAwardType
-
setAwardType
-
isMadeInSchool
public boolean isMadeInSchool() -
setMadeInSchool
public void setMadeInSchool(boolean madeInSchool) -
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-
getProject
-
setProject
-
getCategory
-
setCategory
-
getAwardOrg
-
setAwardOrg
-
getSeries
-
setSeries
-
getTranslator
-
setTranslator
-