Package org.openurp.base.edu.model
Class MajorDiscipline
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.MajorDiscipline
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TemporalOn
@Entity(name="org.openurp.base.edu.model.MajorDiscipline")
public class MajorDiscipline
extends org.beangle.commons.entity.pojo.LongIdObject
implements org.beangle.commons.entity.TemporalOn
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndOn()getMajor()booleanvoidsetBeginOn(Date beginOn) voidsetCategory(DisciplineCategory category) voidsetDisciplineCode(String disciplineCode) voidvoidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
MajorDiscipline
public MajorDiscipline()
-
-
Method Details
-
isMatchIn
-
getMajor
-
setMajor
-
getCategory
-
setCategory
-
getDisciplineCode
-
setDisciplineCode
-
getBeginOn
- Specified by:
getBeginOnin interfaceorg.beangle.commons.entity.TemporalOn
-
setBeginOn
- Specified by:
setBeginOnin interfaceorg.beangle.commons.entity.TemporalOn
-
getEndOn
- Specified by:
getEndOnin interfaceorg.beangle.commons.entity.TemporalOn
-
setEndOn
- Specified by:
setEndOnin interfaceorg.beangle.commons.entity.TemporalOn
-