@Entity public class SizeDimensions extends Size
Constructor and Description |
---|
SizeDimensions() |
SizeDimensions(Double length,
Double width,
String unit) |
SizeDimensions(Double length,
Double width,
String unit,
Product p) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getHeight() |
Double |
getLength() |
String |
getUnit() |
Double |
getWidth() |
int |
hashCode() |
void |
setHeight(Double height) |
void |
setLength(Double length) |
void |
setUnit(String unit) |
void |
setWidth(Double width) |
getId, getProduct, setId, setProduct, toString
public Double getLength()
public void setLength(Double length)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
public String getUnit()
public void setUnit(String unit)
Copyright © 2018. All rights reserved.