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
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndOn()getLevel()voidsetBeginOn(Date beginOn)voidsetDepart(Department depart)voidsetDirection(Direction direction)voidvoidsetLevel(EducationLevel level)voidMethods 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
-