public class Badges
extends java.lang.Object
| Constructor and Description |
|---|
Badges() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttachments() |
int |
getCheckItems() |
int |
getCheckItemsChecked() |
int |
getComments() |
java.util.Date |
getDue() |
java.lang.String |
getFogbugz() |
int |
getVotes() |
boolean |
isDescription() |
boolean |
isSubscribed() |
boolean |
isViewingMemberVoted() |
void |
setAttachments(int attachments) |
void |
setCheckItems(int checkItems) |
void |
setCheckItemsChecked(int checkItemsChecked) |
void |
setComments(int comments) |
void |
setDescription(boolean description) |
void |
setDue(java.util.Date due) |
void |
setFogbugz(java.lang.String fogbugz) |
void |
setSubscribed(boolean subscribed) |
void |
setViewingMemberVoted(boolean viewingMemberVoted) |
void |
setVotes(int votes) |
public int getAttachments()
public void setAttachments(int attachments)
public int getCheckItems()
public void setCheckItems(int checkItems)
public int getCheckItemsChecked()
public void setCheckItemsChecked(int checkItemsChecked)
public int getComments()
public void setComments(int comments)
public boolean isDescription()
public void setDescription(boolean description)
public java.util.Date getDue()
public void setDue(java.util.Date due)
public java.lang.String getFogbugz()
public void setFogbugz(java.lang.String fogbugz)
public boolean isSubscribed()
public void setSubscribed(boolean subscribed)
public boolean isViewingMemberVoted()
public void setViewingMemberVoted(boolean viewingMemberVoted)
public int getVotes()
public void setVotes(int votes)