public class Collection extends Object
| Constructor and Description |
|---|
Collection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotes() |
Boolean |
getOwned() |
Integer |
getQtyOwned() |
Integer |
getRating() |
Boolean |
getWanted() |
void |
setNotes(String notes) |
void |
setOwned(Boolean owned) |
void |
setQtyOwned(Integer qtyOwned) |
void |
setRating(Integer rating) |
void |
setWanted(Boolean wanted) |
public Boolean getOwned()
public void setOwned(Boolean owned)
owned - the owned to setpublic Boolean getWanted()
public void setWanted(Boolean wanted)
wanted - the wanted to setpublic Integer getQtyOwned()
public void setQtyOwned(Integer qtyOwned)
qtyOwned - the qtyOwned to setpublic Integer getRating()
public void setRating(Integer rating)
rating - the rating to setpublic String getNotes()
public void setNotes(String notes)
notes - the notes to setCopyright © 2020. All rights reserved.