org.hkzo.atnd4j
クラス User
java.lang.Object
org.hkzo.atnd4j.User
- すべての実装されたインタフェース:
- java.io.Serializable
public class User
- extends java.lang.Object
- implements java.io.Serializable
ユーザ情報クラスです。
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
getUserId
public long getUserId()
- 戻り値:
- the userId
setUserId
public void setUserId(long userId)
- パラメータ:
userId
- the userId to set
getNickname
public java.lang.String getNickname()
- 戻り値:
- the nickname
setNickname
public void setNickname(java.lang.String nickname)
- パラメータ:
nickname
- the nickname to set
getTwitterId
public java.lang.String getTwitterId()
- 戻り値:
- the twitterId
setTwitterId
public void setTwitterId(java.lang.String twitterId)
- パラメータ:
twitterId
- the twitterId to set
getTwitterImg
public java.lang.String getTwitterImg()
- 戻り値:
- the twitterImg
setTwitterImg
public void setTwitterImg(java.lang.String twitterImg)
- パラメータ:
twitterImg
- the twitterImg to set
getStatus
public int getStatus()
- 戻り値:
- the status
setStatus
public void setStatus(int status)
- パラメータ:
status
- the status to set