@Embeddable public class Weight extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
weight |
protected String |
weightUnitOfMeasure |
| Constructor and Description |
|---|
Weight() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getWeight() |
WeightUnitOfMeasureType |
getWeightUnitOfMeasure() |
int |
hashCode() |
void |
setWeight(BigDecimal weight) |
void |
setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure) |
protected BigDecimal weight
protected String weightUnitOfMeasure
public WeightUnitOfMeasureType getWeightUnitOfMeasure()
public void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
public BigDecimal getWeight()
public void setWeight(BigDecimal weight)
Copyright © 2015. All Rights Reserved.