public class SThemeImpl extends PersistentObjectId implements STheme
| Constructor and Description |
|---|
SThemeImpl() |
SThemeImpl(byte[] content,
boolean isDefault,
SThemeType type,
long lastUpdatedDate) |
SThemeImpl(STheme theme) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getContent() |
byte[] |
getCssContent() |
String |
getDiscriminator() |
long |
getLastUpdateDate()
Get the date when this theme was last modified.
|
SThemeType |
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 |
setLastUpdateDate(long lastUpdateDate) |
void |
setType(SThemeType type) |
String |
toString() |
getId, getTenantId, setId, setTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setId, setTenantIdpublic SThemeImpl()
public SThemeImpl(byte[] content,
boolean isDefault,
SThemeType type,
long lastUpdatedDate)
public SThemeImpl(STheme theme)
public byte[] getContent()
getContent in interface SThemepublic void setContent(byte[] content)
public byte[] getCssContent()
getCssContent in interface SThemepublic void setCssContent(byte[] cssContent)
public boolean isDefault()
SThemepublic void setDefault(boolean isDefault)
public long getLastUpdateDate()
SThemegetLastUpdateDate in interface SThemepublic void setLastUpdateDate(long lastUpdateDate)
public SThemeType getType()
SThemepublic void setType(SThemeType type)
public int hashCode()
hashCode in class PersistentObjectIdpublic boolean equals(Object obj)
equals in class PersistentObjectIdpublic String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic String toString()
toString in class PersistentObjectIdCopyright © 2018 Bonitasoft S.A.. All rights reserved.