| |
---|
| | private Integer curBookId; |
---|
| | private Integer curYear; |
---|
| | private Integer curMonth; |
---|
| | private Integer curDay; |
---|
| | private String curLookingAccountId; |
---|
| | private Integer curLookingBookId; |
---|
| | //getter |
---|
| | public String getToken(){ |
---|
| | return token; |
---|
| | } |
---|
| |
---|
| | public Integer getCurBookId(){return curBookId;} |
---|
| | public Integer getCurYear() {return curYear;} |
---|
| | public Integer getCurMonth(){return curMonth;} |
---|
| | public Integer getCurDay(){return curDay;} |
---|
| | public String getCurLookingAccountId(){return curLookingAccountId;} |
---|
| | public Integer getCurLookingBookId(){return curLookingBookId;} |
---|
| | |
---|
| | //setter |
---|
| | public void setToken(String token){ |
---|
| | this.token = token; |
---|
| |
---|
| | public void setCurBookId(Integer curBookId){this.curBookId = curBookId;} |
---|
| | public void setCurYear(Integer curYear){this.curYear = curYear;} |
---|
| | public void setCurMonth(Integer curMonth){this.curMonth = curMonth;} |
---|
| | public void setCurDay(Integer curDay){this.curDay = curDay;} |
---|
| | public void setCurLookingAccountId(String curLookingAccountId){this.curLookingAccountId = curLookingAccountId;} |
---|
| | public void setCurLookingBookId(Integer curLookingBookId){this.curLookingBookId = curLookingBookId;} |
---|
| | } |
---|
| | |
---|
| | |
こんな感じで大丈夫か確認して、違ったら教えてくださいby塩村
Citrusに今見ているユーザーと本を記録する場所を作成
2590019
intomaster
fromcitrus
on 26 Sep