Package org.openurp.edu.base.model
Class DirectionJournal
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.openurp.edu.base.model.DirectionJournal
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.base.model.DirectionJournal") public class DirectionJournal extends org.beangle.commons.entity.pojo.NumberIdObject<Long>
专业方向建设过程- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirectionJournal()
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getDirection
public Direction getDirection()
-
setDirection
public void setDirection(Direction direction)
-
getDepart
public Department getDepart()
-
setDepart
public void setDepart(Department depart)
-
getBeginOn
public Date getBeginOn()
-
setBeginOn
public void setBeginOn(Date beginOn)
-
getEndOn
public Date getEndOn()
-
setEndOn
public void setEndOn(Date endOn)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
getLevel
public EducationLevel getLevel()
-
setLevel
public void setLevel(EducationLevel level)
-
-