IDT - the type of the technical identifier associated to this entity.public class AbstractEntityWithCreationDateAndUpdateDate<IDT extends Serializable> extends AbstractEntityWithCreationDate<IDT> implements IEntityWithCreationDateAndUpdateDate<IDT>
creationDateid| Constructor and Description |
|---|
AbstractEntityWithCreationDateAndUpdateDate() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getUpdateDate()
Gets the update date of the entity.
|
void |
setUpdateDate(Date updateDate)
Sets the update date of the entity.
|
getCreationDate, setCreationDateget, getId, set, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreationDate, setCreationDatepublic AbstractEntityWithCreationDateAndUpdateDate()
public Date getUpdateDate()
getUpdateDate in interface IEntityWithCreationDateAndUpdateDate<IDT extends Serializable>public void setUpdateDate(Date updateDate)
setUpdateDate in interface IEntityWithCreationDateAndUpdateDate<IDT extends Serializable>updateDate - the update date of the entity.Copyright © 2017 GOMOOB. All rights reserved.