Class SocialRelation
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.student.info.model.StudentInfoBean
-
- org.openurp.edu.student.info.model.SocialRelation
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@Entity(name="org.openurp.edu.student.info.model.SocialRelation") public class SocialRelation extends StudentInfoBean
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.edu.student.info.model.StudentInfoBean
updatedAt
-
-
Constructor Summary
Constructors Constructor Description SocialRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetRelation()voidsetName(String name)voidsetRelation(String relation)-
Methods inherited from class org.openurp.edu.student.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAt
-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-