类 SocialRelation

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.StudentInfoBean
org.openurp.std.info.model.SocialRelation
所有已实现的接口:
Serializable, org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity, StudentBasedEntity

@Entity(name="org.openurp.std.info.model.SocialRelation") public class SocialRelation extends StudentInfoBean
另请参阅:
  • 构造器详细资料

    • SocialRelation

      public SocialRelation()
  • 方法详细资料

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRelation

      public String getRelation()
    • setRelation

      public void setRelation(String relation)