Package org.dajlab.bricksetapi.v3.vo
Class Collection
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Collection
-
public class Collection extends Object
-
-
Constructor Summary
Constructors Constructor Description Collection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNotes()BooleangetOwned()IntegergetQtyOwned()IntegergetRating()BooleangetWanted()voidsetNotes(String notes)voidsetOwned(Boolean owned)voidsetQtyOwned(Integer qtyOwned)voidsetRating(Integer rating)voidsetWanted(Boolean wanted)
-
-
-
Method Detail
-
getOwned
public Boolean getOwned()
- Returns:
- the owned
-
setOwned
public void setOwned(Boolean owned)
- Parameters:
owned- the owned to set
-
getWanted
public Boolean getWanted()
- Returns:
- the wanted
-
setWanted
public void setWanted(Boolean wanted)
- Parameters:
wanted- the wanted to set
-
getQtyOwned
public Integer getQtyOwned()
- Returns:
- the qtyOwned
-
setQtyOwned
public void setQtyOwned(Integer qtyOwned)
- Parameters:
qtyOwned- the qtyOwned to set
-
getRating
public Integer getRating()
- Returns:
- the rating
-
setRating
public void setRating(Integer rating)
- Parameters:
rating- the rating to set
-
getNotes
public String getNotes()
- Returns:
- the notes
-
setNotes
public void setNotes(String notes)
- Parameters:
notes- the notes to set
-
-