public class Dimensions extends Object
| Constructor and Description |
|---|
Dimensions() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDepth() |
BigDecimal |
getHeight() |
BigDecimal |
getWeight() |
BigDecimal |
getWidth() |
void |
setDepth(BigDecimal depth) |
void |
setHeight(BigDecimal height) |
void |
setWeight(BigDecimal weight) |
void |
setWidth(BigDecimal width) |
public BigDecimal getHeight()
public void setHeight(BigDecimal height)
height - the height to setpublic BigDecimal getWidth()
public void setWidth(BigDecimal width)
width - the width to setpublic BigDecimal getDepth()
public void setDepth(BigDecimal depth)
depth - the depth to setpublic BigDecimal getWeight()
public void setWeight(BigDecimal weight)
weight - the weight to setCopyright © 2021. All rights reserved.