public class Badges extends Object
| Constructor and Description |
|---|
Badges() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttachments() |
int |
getCheckItems() |
int |
getCheckItemsChecked() |
int |
getComments() |
Date |
getDue() |
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(Date due) |
void |
setFogbugz(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 Date getDue()
public void setDue(Date due)
public String getFogbugz()
public void setFogbugz(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)
Copyright © 2015. All rights reserved.