IDT - the type of the technical identifier associated to this entity.public interface IEntityWithCreationDate<IDT extends Serializable> extends IEntity<IDT>
| 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.
|
Copyright © 2017 GOMOOB. All rights reserved.