类 S_user_profile

java.lang.Object
com.walker.jdbc.BasePo<S_user_profile>
com.iplatform.model.po.S_user_profile
所有已实现的接口:
Serializable, Cloneable
直接已知子类:
S_user_profile_mapper

public class S_user_profile extends com.walker.jdbc.BasePo<S_user_profile>
表名:S_USER_PROFILE *
作者:
genrator
另请参阅:
  • 字段详细资料

    • ROW_MAPPER

      public static final S_user_profile ROW_MAPPER
      用于兼容老写法
    • isset_id

      protected boolean isset_id
    • isset_create_time

      protected boolean isset_create_time
    • isset_mobile

      protected boolean isset_mobile
    • isset_mobile_history

      protected boolean isset_mobile_history
    • isset_card_no

      protected boolean isset_card_no
    • isset_mail

      protected boolean isset_mail
    • isset_birthday

      protected boolean isset_birthday
    • isset_sex

      protected boolean isset_sex
    • isset_card_front_img

      protected boolean isset_card_front_img
    • isset_card_back_img

      protected boolean isset_card_back_img
    • isset_face_img

      protected boolean isset_face_img
    • isset_name

      protected boolean isset_name
    • isset_third_acct

      protected boolean isset_third_acct
    • isset_summary

      protected boolean isset_summary
    • isset_org_id

      protected boolean isset_org_id
    • isset_dept_id

      protected boolean isset_dept_id
    • isset_org_name

      protected boolean isset_org_name
    • isset_dept_name

      protected boolean isset_dept_name
  • 构造器详细资料

    • S_user_profile

      public S_user_profile()
      默认构造函数
    • S_user_profile

      public S_user_profile(Long id)
      根据主键构造对象
  • 方法详细资料

    • setPkValue

      public void setPkValue(Object value)
      设置主键值
      指定者:
      setPkValue 在类中 com.walker.jdbc.BasePo<S_user_profile>
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • isEmptyId

      public boolean isEmptyId()
    • getCreate_time

      public Long getCreate_time()
    • setCreate_time

      public void setCreate_time(Long create_time)
    • isEmptyCreate_time

      public boolean isEmptyCreate_time()
    • getMobile

      public String getMobile()
    • setMobile

      public void setMobile(String mobile)
    • isEmptyMobile

      public boolean isEmptyMobile()
    • getMobile_history

      public String getMobile_history()
    • setMobile_history

      public void setMobile_history(String mobile_history)
    • isEmptyMobile_history

      public boolean isEmptyMobile_history()
    • getCard_no

      public String getCard_no()
    • setCard_no

      public void setCard_no(String card_no)
    • isEmptyCard_no

      public boolean isEmptyCard_no()
    • getMail

      public String getMail()
    • setMail

      public void setMail(String mail)
    • isEmptyMail

      public boolean isEmptyMail()
    • getBirthday

      public String getBirthday()
    • setBirthday

      public void setBirthday(String birthday)
    • isEmptyBirthday

      public boolean isEmptyBirthday()
    • getSex

      public String getSex()
    • setSex

      public void setSex(String sex)
    • isEmptySex

      public boolean isEmptySex()
    • getCard_front_img

      public Long getCard_front_img()
    • setCard_front_img

      public void setCard_front_img(Long card_front_img)
    • isEmptyCard_front_img

      public boolean isEmptyCard_front_img()
    • getCard_back_img

      public Long getCard_back_img()
    • setCard_back_img

      public void setCard_back_img(Long card_back_img)
    • isEmptyCard_back_img

      public boolean isEmptyCard_back_img()
    • getFace_img

      public Long getFace_img()
    • setFace_img

      public void setFace_img(Long face_img)
    • isEmptyFace_img

      public boolean isEmptyFace_img()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isEmptyName

      public boolean isEmptyName()
    • getThird_acct

      public String getThird_acct()
    • setThird_acct

      public void setThird_acct(String third_acct)
    • isEmptyThird_acct

      public boolean isEmptyThird_acct()
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • isEmptySummary

      public boolean isEmptySummary()
    • getOrg_id

      public Long getOrg_id()
    • setOrg_id

      public void setOrg_id(Long org_id)
    • isEmptyOrg_id

      public boolean isEmptyOrg_id()
    • getDept_id

      public Long getDept_id()
    • setDept_id

      public void setDept_id(Long dept_id)
    • isEmptyDept_id

      public boolean isEmptyDept_id()
    • getOrg_name

      public String getOrg_name()
    • setOrg_name

      public void setOrg_name(String org_name)
    • isEmptyOrg_name

      public boolean isEmptyOrg_name()
    • getDept_name

      public String getDept_name()
    • setDept_name

      public void setDept_name(String dept_name)
    • isEmptyDept_name

      public boolean isEmptyDept_name()
    • toString

      public String toString()
      重写 toString() 方法
      覆盖:
      toString 在类中 Object
    • $clone

      public S_user_profile $clone()
      克隆