public class PhysicalDetails extends Object
| Constructor and Description |
|---|
PhysicalDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Dimensions |
getDimensions() |
AttachedMedia |
getImage() |
Quantity |
getWeight() |
void |
setDescription(String description) |
void |
setDimensions(Dimensions dimensions) |
void |
setImage(AttachedMedia image) |
void |
setWeight(Quantity weight) |
public Quantity getWeight()
public void setWeight(Quantity weight)
public Dimensions getDimensions()
public void setDimensions(Dimensions dimensions)
public String getDescription()
public void setDescription(String description)
public AttachedMedia getImage()
public void setImage(AttachedMedia image)
Copyright © 2021. All rights reserved.