| Constructor and Description |
|---|
ProductBranding() |
ProductBranding(Cog state) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCopyright() |
java.lang.String |
getDescription() |
java.awt.Image |
getLargeLogo() |
java.lang.String |
getLicense() |
java.lang.String |
getName() |
OrganizationBranding |
getOrganization() |
java.awt.Image |
getSmallLogo() |
java.awt.Color |
getThemeBackgroundColor() |
java.lang.String |
getThemeBackgroundColorName() |
java.awt.Color |
getThemeForegroundColor() |
java.lang.String |
getThemeForegroundColorName() |
java.lang.String |
getWebsite() |
void |
setCopyright(java.lang.String copyright) |
void |
setDescription(java.lang.String description) |
void |
setLargeLogo(java.awt.Image largeLogo) |
void |
setLicense(java.lang.String license) |
void |
setName(java.lang.String name) |
void |
setOrganization(OrganizationBranding organization) |
void |
setSmallLogo(java.awt.Image smallLogo) |
void |
setThemeBackgroundColorName(java.lang.String themeBackgroundColorName) |
void |
setThemeForegroundColorName(java.lang.String themeForegroundColorName) |
void |
setWebsite(java.lang.String website) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
java.lang.String |
toText()
Returns a multiple-line, full description of the product using all the
available branding info.
|
public ProductBranding()
public ProductBranding(Cog state)
public Cog toCog()
CoggableCog.public java.lang.String toText()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.awt.Image getLargeLogo()
public void setLargeLogo(java.awt.Image largeLogo)
public java.lang.String getName()
public void setName(java.lang.String name)
public OrganizationBranding getOrganization()
public void setOrganization(OrganizationBranding organization)
public java.awt.Image getSmallLogo()
public void setSmallLogo(java.awt.Image smallLogo)
public java.lang.String getWebsite()
public void setWebsite(java.lang.String website)
public java.lang.String getCopyright()
public void setCopyright(java.lang.String copyright)
public java.lang.String getLicense()
public void setLicense(java.lang.String license)
public java.lang.String getThemeBackgroundColorName()
public void setThemeBackgroundColorName(java.lang.String themeBackgroundColorName)
public java.awt.Color getThemeBackgroundColor()
public java.lang.String getThemeForegroundColorName()
public void setThemeForegroundColorName(java.lang.String themeForegroundColorName)
public java.awt.Color getThemeForegroundColor()