public class Element extends Object
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
String |
getDesignId() |
String |
getElementId() |
Part |
getPart() |
String |
getPartImgUrl() |
void |
setColor(Color color) |
void |
setDesignId(String designId) |
void |
setElementId(String elementId) |
void |
setPart(Part part) |
void |
setPartImgUrl(String partImgUrl) |
public String getElementId()
public void setElementId(String elementId)
elementId - the elementId to setpublic String getDesignId()
public void setDesignId(String designId)
designId - the designId to setpublic String getPartImgUrl()
public void setPartImgUrl(String partImgUrl)
partImgUrl - the partImgUrl to setpublic Part getPart()
public void setPart(Part part)
part - the part to setpublic Color getColor()
public void setColor(Color color)
color - the color to setCopyright © 2022. All rights reserved.