Package org.dajlab.bricksetapi.v3.vo
Class Set
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Set
-
public class Set extends Object
Set.
-
-
Constructor Summary
Constructors Constructor Description Set()
-
Method Summary
-
-
-
Method Detail
-
getSetId
public int getSetId()
- Returns:
- the setId
-
setSetId
public void setSetId(int setId)
- Parameters:
setId- the setId to set
-
getNumber
public String getNumber()
- Returns:
- the number
-
setNumber
public void setNumber(String number)
- Parameters:
number- the number to set
-
getNumberVariant
public int getNumberVariant()
- Returns:
- the numberVariant
-
setNumberVariant
public void setNumberVariant(int numberVariant)
- Parameters:
numberVariant- the numberVariant to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getYear
public Integer getYear()
- Returns:
- the year
-
setYear
public void setYear(Integer year)
- Parameters:
year- the year to set
-
getTheme
public String getTheme()
- Returns:
- the theme
-
setTheme
public void setTheme(String theme)
- Parameters:
theme- the theme to set
-
getThemeGroup
public String getThemeGroup()
- Returns:
- the themeGroup
-
setThemeGroup
public void setThemeGroup(String themeGroup)
- Parameters:
themeGroup- the themeGroup to set
-
getSubtheme
public String getSubtheme()
- Returns:
- the subtheme
-
setSubtheme
public void setSubtheme(String subtheme)
- Parameters:
subtheme- the subtheme to set
-
getCategory
public String getCategory()
- Returns:
- the category
-
setCategory
public void setCategory(String category)
- Parameters:
category- the category to set
-
getReleased
public Boolean getReleased()
- Returns:
- the released
-
setReleased
public void setReleased(Boolean released)
- Parameters:
released- the released to set
-
getPieces
public Integer getPieces()
- Returns:
- the pieces
-
setPieces
public void setPieces(Integer pieces)
- Parameters:
pieces- the pieces to set
-
getMinifigs
public Integer getMinifigs()
- Returns:
- the minifigs
-
setMinifigs
public void setMinifigs(Integer minifigs)
- Parameters:
minifigs- the minifigs to set
-
getImage
public Image getImage()
- Returns:
- the image
-
setImage
public void setImage(Image image)
- Parameters:
image- the image to set
-
getBricksetURL
public String getBricksetURL()
- Returns:
- the bricksetURL
-
setBricksetURL
public void setBricksetURL(String bricksetURL)
- Parameters:
bricksetURL- the bricksetURL to set
-
getCollection
public Collection getCollection()
- Returns:
- the collection
-
setCollection
public void setCollection(Collection collection)
- Parameters:
collection- the collection to set
-
getCollections
public Collections getCollections()
- Returns:
- the collections
-
setCollections
public void setCollections(Collections collections)
- Parameters:
collections- the collections to set
-
getLegoCom
public LegoCom getLegoCom()
- Returns:
- the legoCom
-
setLegoCom
public void setLegoCom(LegoCom legoCom)
- Parameters:
legoCom- the legoCom to set
-
getRating
public BigDecimal getRating()
- Returns:
- the rating
-
setRating
public void setRating(BigDecimal rating)
- Parameters:
rating- the rating to set
-
getReviewCount
public Integer getReviewCount()
- Returns:
- the reviewCount
-
setReviewCount
public void setReviewCount(Integer reviewCount)
- Parameters:
reviewCount- the reviewCount to set
-
getPackagingType
public String getPackagingType()
- Returns:
- the packagingType
-
setPackagingType
public void setPackagingType(String packagingType)
- Parameters:
packagingType- the packagingType to set
-
getAvailability
public String getAvailability()
- Returns:
- the availability
-
setAvailability
public void setAvailability(String availability)
- Parameters:
availability- the availability to set
-
getInstructionsCount
public Integer getInstructionsCount()
- Returns:
- the instructionsCount
-
setInstructionsCount
public void setInstructionsCount(Integer instructionsCount)
- Parameters:
instructionsCount- the instructionsCount to set
-
getAdditionalImageCount
public Integer getAdditionalImageCount()
- Returns:
- the additionalImageCount
-
setAdditionalImageCount
public void setAdditionalImageCount(Integer additionalImageCount)
- Parameters:
additionalImageCount- the additionalImageCount to set
-
getAgeRange
public AgeRange getAgeRange()
- Returns:
- the ageRange
-
setAgeRange
public void setAgeRange(AgeRange ageRange)
- Parameters:
ageRange- the ageRange to set
-
getDimensions
public Dimensions getDimensions()
- Returns:
- the dimensions
-
setDimensions
public void setDimensions(Dimensions dimensions)
- Parameters:
dimensions- the dimensions to set
-
getBarcode
public Barcodes getBarcode()
- Returns:
- the barcodes
-
setBarcode
public void setBarcode(Barcodes barcodes)
- Parameters:
barcodes- the barcodes to set
-
getExtendedData
public ExtendedData getExtendedData()
- Returns:
- the extendedData
-
setExtendedData
public void setExtendedData(ExtendedData extendedData)
- Parameters:
extendedData- the extendedData to set
-
getLastUpdated
public Calendar getLastUpdated()
- Returns:
- the lastUpdated
-
setLastUpdated
public void setLastUpdated(Calendar lastUpdated)
- Parameters:
lastUpdated- the lastUpdated to set
-
-