public class ThemeImpl extends BaseElementImpl implements Theme
| Constructor and Description |
|---|
ThemeImpl(byte[] content,
byte[] cssContent,
boolean isDefault,
ThemeType type,
Date lastUpdateDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getContent() |
byte[] |
getCssContent() |
Date |
getLastUpdatedDate()
Get the date when this theme was last modified.
|
ThemeType |
getType()
Get the type of this theme
|
int |
hashCode() |
boolean |
isDefault()
This theme is default, or not.
|
void |
setContent(byte[] content) |
void |
setCssContent(byte[] cssContent) |
void |
setDefault(boolean isDefault) |
void |
setLastUpdatedDate(Date lastUpdatedDate) |
void |
setType(ThemeType type) |
String |
toString() |
getId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic byte[] getContent()
getContent in interface Themepublic void setContent(byte[] content)
public byte[] getCssContent()
getCssContent in interface Themepublic void setCssContent(byte[] cssContent)
public boolean isDefault()
Themepublic void setDefault(boolean isDefault)
public Date getLastUpdatedDate()
ThemegetLastUpdatedDate in interface Themepublic void setLastUpdatedDate(Date lastUpdatedDate)
public ThemeType getType()
Themepublic void setType(ThemeType type)
public int hashCode()
hashCode in class BaseElementImplpublic boolean equals(Object obj)
equals in class BaseElementImplpublic String toString()
toString in class BaseElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.