📄 user.java
字号:
*/
public Date getDataRegistro() {
return dataRegistro;
}
/**
* @param dataRegistro The dataRegistro to set.
*/
public void setDataRegistro(Date dataRegistro) {
this.dataRegistro = dataRegistro;
}
/**
* @return Returns the localizacao.
*/
public String getLocalizacao() {
return localizacao;
}
/**
* @param localizacao The localizacao to set.
*/
public void setLocalizacao(String localizacao) {
this.localizacao = localizacao;
}
/**
* @return Returns the website.
*/
public String getWebsite() {
return website;
}
/**
* @param website The website to set.
*/
public void setWebsite(String website) {
this.website = website;
}
/**
* @return Returns the occupation.
*/
public String getOccupation() {
return occupation;
}
/**
* @param occupation The occupation to set.
*/
public void setOccupation(String occupation) {
this.occupation = occupation;
}
/**
* @return Returns the userSig.
*/
public String getUserSig() {
return userSig;
}
/**
* TODO Deveria estar em outro lugar. Mesmo na view mas n鉶 aqui.
* @return Returns the userSig.
*/
public String getUserSig_formated() {
String ret;
try {
postFormatter.setAcceptHTML(false);
postFormatter.setAcceptBBCode(true);
ret = postFormatter.preparePostText(getUserSig());
} catch (Exception e) {
ret = userSig;
}
return ret;
}
/**
* @param userSig The userSig to set.
*/
public void setUserSig(String userSig) {
this.userSig = userSig;
}
/**
* @return Returns the user_aim.
*/
public String getUser_aim() {
return user_aim;
}
/**
* @param user_aim The user_aim to set.
*/
public void setUser_aim(String user_aim) {
this.user_aim = user_aim;
}
/**
* @return Returns the hash_fpwd.
*/
public String getHash_fpwd() {
return hash_fpwd;
}
/**
* @param user_aim The hash_fpwd to set.
*/
public void setHash_fpwd(String hash_fpwd) {
this.hash_fpwd = hash_fpwd;
}
/**
* @return Returns the user_avatar.
*/
public String getUser_avatar() {
return user_avatar;
}
/**
* @param user_avatar The user_avatar to set.
*/
public void setUser_avatar(String user_avatar) {
this.user_avatar = user_avatar;
}
/**
* @return Returns the user_dateformat.
*/
public String getUser_dateformat() {
return user_dateformat;
}
/**
* @param user_dateformat The user_dateformat to set.
*/
public void setUser_dateformat(String user_dateformat) {
this.user_dateformat = user_dateformat;
}
/**
* @return Returns the user_icq.
*/
public String getUser_icq() {
return user_icq;
}
/**
* @param user_icq The user_icq to set.
*/
public void setUser_icq(String user_icq) {
this.user_icq = user_icq;
}
/**
* @return Returns the user_interests.
*/
public String getUser_interests() {
return user_interests;
}
/**
* @param user_interests The user_interests to set.
*/
public void setUser_interests(String user_interests) {
this.user_interests = user_interests;
}
/**
* @return Returns the user_msnm.
*/
public String getUser_msnm() {
return user_msnm;
}
/**
* @param user_msnm The user_msnm to set.
*/
public void setUser_msnm(String user_msnm) {
this.user_msnm = user_msnm;
}
/**
* @return Returns the user_sig.
*/
public String getUser_sig() {
return user_sig;
}
/**
* @param user_sig The user_sig to set.
*/
public void setUser_sig(String user_sig) {
this.user_sig = user_sig;
}
/**
* @return Returns the user_yim.
*/
public String getUser_yim() {
return user_yim;
}
/**
* @param user_yim The user_yim to set.
*/
public void setUser_yim(String user_yim) {
this.user_yim = user_yim;
}
/**
* @return Returns the user_lastvisit.
*/
public Date getUser_lastvisit() {
return user_lastvisit;
}
/**
* @param user_lastvisit The user_lastvisit to set.
*/
public void setUser_lastvisit(Date user_lastvisit) {
this.user_lastvisit = user_lastvisit;
}
/**
* @return Returns the user_allow_viewonline.
*/
public String getUser_allow_viewonline() {
return user_allow_viewonline;
}
/**
* @param user_allow_viewonline The user_allow_viewonline to set.
*/
public void setUser_allow_viewonline(String user_allow_viewonline) {
this.user_allow_viewonline = user_allow_viewonline;
}
/**
* @return Returns the show_mail.
*/
public Integer getShow_mail() {
return show_mail;
}
/**
* @param show_mail The show_mail to set.
*/
public void setShow_mail(Integer show_mail) {
this.show_mail = show_mail;
}
/**
* @return Returns the show_signature.
*/
public Integer getShow_signature() {
return show_signature;
}
/**
* @param show_signature The show_signature to set.
*/
public void setShow_signature(Integer show_signature) {
this.show_signature = show_signature;
}
/**
* @return Returns the userStatus.
*/
public Integer getUserStatus() {
return userStatus;
}
/**
* @param userStatus The userStatus to set.
*/
public void setUserStatus(Integer userStatus) {
this.userStatus = userStatus;
}
/**
* @return Returns the userCode.
*/
public String getUserCode() {
return userCode;
}
/**
* @param userCode The userCode to set.
*/
public void setUserCode(String userCode) {
this.userCode = userCode;
}
/**
* @return Returns the timestamp of the last visit.
*/
public Date getLastVisitTimestamp() {
return _lastVisitTimestamp;
}
/**
* @param lastVisitTimestamp
*/
public void setLastVisitTimestamp(Date lastVisitTimestamp) {
this._lastVisitTimestamp = lastVisitTimestamp;
}
/**
* @return Returns the answerNotifies.
*/
public Set getAnswerNotifies() {
return answerNotifies;
}
/**
* @param answerNotifies The answerNotifies to set.
*/
public void setAnswerNotifies(Set answerNotifies) {
this.answerNotifies = answerNotifies;
}
public Set getForumTopUsers() {
return forumTopUsers;
}
public void setForumTopUsers(Set forumTopUsers) {
this.forumTopUsers = forumTopUsers;
}
public Set getFavUserTopics() {
return favUserTopics;
}
public void setFavUserTopics(Set favUserTopics) {
this.favUserTopics = favUserTopics;
}
public Integer getReceiveNews() {
return receiveNews;
}
public void setReceiveNews(Integer receiveNews) {
this.receiveNews = receiveNews;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -