Package org.openurp.base.edu.model
Class DirectionJournal
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.openurp.base.edu.model.DirectionJournal
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.base.edu.model.DirectionJournal") public class DirectionJournal extends org.beangle.commons.entity.pojo.NumberIdObject<Long>
专业方向建设过程
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description DirectionJournal() -
Method Summary
Modifier and Type Method Description DategetBeginOn()DepartmentgetDepart()DirectiongetDirection()DategetEndOn()EducationLevelgetLevel()StringgetRemark()voidsetBeginOn(Date beginOn)voidsetDepart(Department depart)voidsetDirection(Direction direction)voidsetEndOn(Date endOn)voidsetLevel(EducationLevel level)voidsetRemark(String remark)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
beginOn
生效时间 -
endOn
失效时间
-
-
Constructor Details
-
DirectionJournal
public DirectionJournal()
-
-
Method Details
-
getDirection
-
setDirection
-
getDepart
-
setDepart
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-
getRemark
-
setRemark
-
getLevel
-
setLevel
-