IDT - the type of the technical identifier associated to this entity.public abstract class AbstractEntityWithCreationDate<IDT extends Serializable> extends AbstractEntity<IDT> implements IEntityWithCreationDate<IDT>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
creationDate
The creation date of the entity.
|
id| Constructor and Description |
|---|
AbstractEntityWithCreationDate() |
| 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.
|
get, getId, set, setIdprotected Date creationDate
public Date getCreationDate()
getCreationDate in interface IEntityWithCreationDate<IDT extends Serializable>public void setCreationDate(Date creationDate)
setCreationDate in interface IEntityWithCreationDate<IDT extends Serializable>creationDate - the creation date of the entity.Copyright © 2017 GOMOOB. All rights reserved.