Package org.dajlab.bricksetapi.v3.vo
Class Dimensions
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Dimensions
-
public class Dimensions extends Object
-
-
Constructor Summary
Constructors Constructor Description Dimensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetDepth()BigDecimalgetHeight()BigDecimalgetWeight()BigDecimalgetWidth()voidsetDepth(BigDecimal depth)voidsetHeight(BigDecimal height)voidsetWeight(BigDecimal weight)voidsetWidth(BigDecimal width)
-
-
-
Method Detail
-
getHeight
public BigDecimal getHeight()
- Returns:
- the height
-
setHeight
public void setHeight(BigDecimal height)
- Parameters:
height- the height to set
-
getWidth
public BigDecimal getWidth()
- Returns:
- the width
-
setWidth
public void setWidth(BigDecimal width)
- Parameters:
width- the width to set
-
getDepth
public BigDecimal getDepth()
- Returns:
- the depth
-
setDepth
public void setDepth(BigDecimal depth)
- Parameters:
depth- the depth to set
-
getWeight
public BigDecimal getWeight()
- Returns:
- the weight
-
setWeight
public void setWeight(BigDecimal weight)
- Parameters:
weight- the weight to set
-
-