public class VoteToSend
extends java.lang.Object
| コンストラクタと説明 |
|---|
VoteToSend() |
VoteToSend(Vote vote) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getAgent() |
int |
getDay() |
int |
getTarget() |
void |
setAgent(int agent) |
void |
setDay(int day) |
void |
setTarget(int target) |
Vote |
toVote() |
public VoteToSend()
public VoteToSend(Vote vote)
public int getDay()
public void setDay(int day)
day - セットする daypublic int getAgent()
public void setAgent(int agent)
agent - セットする agentpublic int getTarget()
public void setTarget(int target)
target - セットする targetpublic Vote toVote()