public class ColorPalette extends Object implements Serializable
| Constructor and Description |
|---|
ColorPalette() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getBranduuid() |
String |
getColorpalettedescription() |
String |
getColorpalettename() |
UUID |
getColorpaletteuuid() |
List<Color> |
getColors() |
String |
getStatus() |
void |
setBranduuid(UUID branduuid) |
void |
setColorpalettedescription(String colorpalettedescription) |
void |
setColorpalettename(String colorpalettename) |
void |
setColorpaletteuuid(UUID colorpaletteuuid) |
void |
setColors(List<Color> colors) |
void |
setStatus(String status) |
public UUID getColorpaletteuuid()
public void setColorpaletteuuid(UUID colorpaletteuuid)
colorpaletteuuid - the colorpaletteuuid to setpublic String getColorpalettename()
public void setColorpalettename(String colorpalettename)
colorpalettename - the colorpalettename to setpublic String getColorpalettedescription()
public void setColorpalettedescription(String colorpalettedescription)
colorpalettedescription - the colorpalettedescription to setpublic UUID getBranduuid()
public void setBranduuid(UUID branduuid)
branduuid - the branduuid to setpublic String getStatus()
public void setStatus(String status)
status - the status to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.