Package org.dajlab.bricksetapi.v3.vo
Class MinifigCollection
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.MinifigCollection
-
public class MinifigCollection extends Object
-
-
Constructor Summary
Constructors Constructor Description MinifigCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()StringgetMinifigNumber()StringgetName()IntegergetOwnedInSets()IntegergetOwnedLoose()IntegergetOwnedTotal()BooleangetWanted()voidsetCategory(String category)voidsetMinifigNumber(String minifigNumber)voidsetName(String name)voidsetOwnedInSets(Integer ownedInSets)voidsetOwnedLoose(Integer ownedLoose)voidsetOwnedTotal(Integer ownedTotal)voidsetWanted(Boolean wanted)
-
-
-
Method Detail
-
getMinifigNumber
public final String getMinifigNumber()
- Returns:
- the minifigNumber
-
setMinifigNumber
public final void setMinifigNumber(String minifigNumber)
- Parameters:
minifigNumber- the minifigNumber to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getCategory
public String getCategory()
- Returns:
- the category
-
setCategory
public void setCategory(String category)
- Parameters:
category- the category to set
-
getOwnedInSets
public final Integer getOwnedInSets()
- Returns:
- the ownedInSets
-
setOwnedInSets
public final void setOwnedInSets(Integer ownedInSets)
- Parameters:
ownedInSets- the ownedInSets to set
-
getOwnedLoose
public final Integer getOwnedLoose()
- Returns:
- the ownedLoose
-
setOwnedLoose
public final void setOwnedLoose(Integer ownedLoose)
- Parameters:
ownedLoose- the ownedLoose to set
-
getOwnedTotal
public final Integer getOwnedTotal()
- Returns:
- the ownedTotal
-
setOwnedTotal
public final void setOwnedTotal(Integer ownedTotal)
- Parameters:
ownedTotal- the ownedTotal to set
-
getWanted
public final Boolean getWanted()
- Returns:
- the wanted
-
setWanted
public final void setWanted(Boolean wanted)
- Parameters:
wanted- the wanted to set
-
-