IDT - the type of the technical identifier associated to this entity.public abstract class AbstractTranslatableEntityWithCreationDate<IDT extends Serializable> extends AbstractTranslatableEntity<IDT> implements ITranslatableEntityWithCreationDate<IDT>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
creationDate
The creation date of the entity.
|
id| Constructor and Description |
|---|
AbstractTranslatableEntityWithCreationDate() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Gets the creation date of the entity.
|
void |
setCreationDate(Date creationDate)
Sets the creation date of the entity.
|
applyTranslation, deleteTranslation, deleteTranslations, getDefaultLanguageCode, getTranslation, getTranslationLanguageCode, getTranslations, isTranslated, setDefaultLanguageCode, setTranslation, setTranslationLanguageCode, setTranslationsget, getId, set, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyTranslation, deleteTranslation, deleteTranslations, getDefaultLanguageCode, getTranslation, getTranslationLanguageCode, getTranslations, isTranslated, setDefaultLanguageCode, setTranslation, setTranslationLanguageCode, setTranslationsprotected Date creationDate
public AbstractTranslatableEntityWithCreationDate()
public Date getCreationDate()
getCreationDate in interface ITranslatableEntityWithCreationDate<IDT extends Serializable>public void setCreationDate(Date creationDate)
setCreationDate in interface ITranslatableEntityWithCreationDate<IDT extends Serializable>creationDate - the creation date of the entity.Copyright © 2017 GOMOOB. All rights reserved.