⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userdetailinfo.java

📁 天乙代码src_531.rar 天乙代码src_531.rar 天乙代码src_531.rar 天乙代码src_531.rar
💻 JAVA
字号:
package com.laoer.bbscs.bbs.business;

/**
 * <p>Title: 天乙社区V5.0</p>
 * <p>Description: BBS-CS天乙社区V5.0</p>
 * <p>Copyright: Copyright (c) 2003</p>
 * <p>Company: laoer.com</p>
 * @author 龚天乙
 * @version 5.0
 */

public class UserDetailInfo {

  private long lUserID = 0;
  private String sHeight = "";
  private String sWeight = "";
  private String sInterest = "";
  private String sGraduate = "";
  private String sFavourPeople = "";
  private String sDreamJob = "";
  private String sFavourArt = "";
  private String sFavourMusic = "";
  private String sFavourPlace = "";
  private String sFavourMovie = "";
  private String sFavourChat = "";
  private String sFavourBook = "";
  private String sDreamLover = "";
  private String sFavourTeam = "";
  private String sHomePage = "";
  private String sOicqNo = "";
  private String sIcqNo = "";
  private int iSex = 0;
  private String sBrief = "";

  public UserDetailInfo() {

  }

  public long getUserID() {
    return this.lUserID;
  }

  public void setUserID(long userID) {
    this.lUserID = userID;
  }

  public String getHeight() {
    return (this.sHeight == null) ? "" : this.sHeight;
  }

  public void setHeight(String height) {
    this.sHeight = height;
  }

  public String getWeight() {
    return (this.sWeight == null) ? "" : this.sWeight;
  }

  public void setWeight(String weight) {
    this.sWeight = weight;
  }

  public String getInterest() {
    return (this.sInterest == null) ? "" : this.sInterest;
  }

  public void setInterest(String interest) {
    this.sInterest = interest;
  }

  public String getGraduate() {
    return (this.sGraduate == null) ? "" : this.sGraduate;
  }

  public void setGraduate(String graduate) {
    this.sGraduate = graduate;
  }

  public String getFavourPeople() {
    return (this.sFavourPeople == null) ? "" : this.sFavourPeople;
  }

  public void setFavourPeople(String favourPeople) {
    this.sFavourPeople = favourPeople;
  }

  public String getDreamJob() {
    return (this.sDreamJob == null) ? "" : this.sDreamJob;
  }

  public void setDreamJob(String dreamJob) {
    this.sDreamJob = dreamJob;
  }

  public String getFavourArt() {
    return (this.sFavourArt == null) ? "" : this.sFavourArt;
  }

  public void setFavourArt(String favourArt) {
    this.sFavourArt = favourArt;
  }

  public String getFavourMusic() {
    return (this.sFavourMusic == null) ? "" : this.sFavourMusic;
  }

  public void setFavourMusic(String favourMusic) {
    this.sFavourMusic = favourMusic;
  }

  public String getFavourPlace() {
    return (this.sFavourPlace == null) ? "" : this.sFavourPlace;
  }

  public void setFavourPlace(String favourPlace) {
    this.sFavourPlace = favourPlace;
  }

  public String getFavourMovie() {
    return (this.sFavourMovie == null) ? "" : this.sFavourMovie;
  }

  public void setFavourMovie(String favourMovie) {
    this.sFavourMovie = favourMovie;
  }

  public String getFavourChat() {
    return (this.sFavourChat == null) ? "" : this.sFavourChat;
  }

  public void setFavourChat(String favourChat) {
    this.sFavourChat = favourChat;
  }

  public String getFavourBook() {
    return (this.sFavourBook == null) ? "" : this.sFavourBook;
  }

  public void setFavourBook(String favourBook) {
    this.sFavourBook = favourBook;
  }

  public String getDreamLover() {
    return (this.sDreamLover == null) ? "" : this.sDreamLover;
  }

  public void setDreamLover(String dreamLover) {
    this.sDreamLover = dreamLover;
  }

  public String getFavourTeam() {
    return (this.sFavourTeam == null) ? "" : this.sFavourTeam;
  }

  public void setFavourTeam(String favourTeam) {
    this.sFavourTeam = favourTeam;
  }

  public String getHomePage() {
    return (this.sHomePage == null) ? "" : this.sHomePage;
  }

  public void setHomePage(String homePage) {
    this.sHomePage = homePage;
  }

  public String getOicqNo() {
    return (this.sOicqNo == null) ? "" : this.sOicqNo;
  }

  public void setOicqNo(String oicqNo) {
    this.sOicqNo = oicqNo;
  }

  public String getIcqNo() {
    return (this.sIcqNo == null) ? "" : this.sIcqNo;
  }

  public void setIcqNo(String icqNo) {
    this.sIcqNo = icqNo;
  }

  public int getSex() {
    return this.iSex;
  }

  public void setSex(int sex) {
    this.iSex = sex;
  }

  public String getBrief() {
    return (this.sBrief == null) ? "" : this.sBrief;
  }

  public void setBrief(String brief) {
    this.sBrief = brief;
  }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -