Package org.openurp.edu.base.model
Class DirectionJournal
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Integer>
-
- org.openurp.edu.base.model.DirectionJournal
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Integer>
@Entity(name="org.openurp.edu.base.model.DirectionJournal") public class DirectionJournal extends org.beangle.commons.entity.pojo.NumberIdObject<Integer>
专业方向建设过程- 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()EducationgetEducation()DategetEndOn()StringgetRemark()voidsetBeginOn(Date beginOn)voidsetDepart(Department depart)voidsetDirection(Direction direction)voidsetEducation(Education education)voidsetEndOn(Date endOn)voidsetRemark(String remark)
-
-
-
Method Detail
-
getEducation
public Education getEducation()
-
setEducation
public void setEducation(Education education)
-
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)
-
-