public class Brand extends Object implements Serializable
| Constructor and Description |
|---|
Brand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrandname() |
UUID |
getBranduuid() |
ColorPalette |
getColorpalette() |
List<ColorPurpose> |
getColorpurposes() |
String |
getDescription() |
Logo |
getLogo() |
List<Logo> |
getLogos() |
String |
getStatus() |
void |
setBrandname(String brandname) |
void |
setBranduuid(UUID branduuid) |
void |
setColorpalette(ColorPalette colorpalette) |
void |
setColorpurposes(List<ColorPurpose> colorpurposes) |
void |
setDescription(String description) |
void |
setLogo(Logo logo) |
void |
setLogos(List<Logo> logos) |
void |
setStatus(String status) |
public UUID getBranduuid()
public void setBranduuid(UUID branduuid)
branduuid - the branduuid to setpublic String getBrandname()
public void setBrandname(String brandname)
brandname - the brandname to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic Logo getLogo()
public void setLogo(Logo logo)
logo - the logo to setpublic ColorPalette getColorpalette()
public void setColorpalette(ColorPalette colorpalette)
colorpalette - the colorpalette to setpublic List<ColorPurpose> getColorpurposes()
public void setColorpurposes(List<ColorPurpose> colorpurposes)
colorpurposes - the colorpurposes to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.