@Entity public abstract class BaseStaticContent extends BaseEntity
| Constructor and Description |
|---|
BaseStaticContent() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration() |
java.lang.String |
getContent() |
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
java.util.Date |
getLastModified() |
java.lang.Long |
getLastModifiedMillis() |
abstract StaticContentNature |
getNature() |
Network |
getNetwork() |
abstract boolean |
isCustomized() |
void |
setConfiguration(Configuration configuration) |
void |
setContent(java.lang.String content) |
void |
setLastModified(java.util.Date lastModified) |
getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic Configuration getConfiguration()
public java.lang.String getContent()
public DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic java.util.Date getLastModified()
public java.lang.Long getLastModifiedMillis()
public abstract StaticContentNature getNature()
public Network getNetwork()
getNetwork in class BaseEntitypublic abstract boolean isCustomized()
public void setConfiguration(Configuration configuration)
public void setContent(java.lang.String content)
public void setLastModified(java.util.Date lastModified)