Class IdBasedEntityDto<T extends IdBasedEntity>
java.lang.Object
com.foreach.across.modules.hibernate.dto.IdBasedEntityDto<T>
Deprecated.
Base DTO that provides a long id that can be used to insert ids manually.
- Author:
- Arne Vandamme
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.boolean
Deprecated.long
getId()
Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.void
setId
(long id) Deprecated.void
setNewEntity
(boolean newEntity) Deprecated.
-
Constructor Details
-
IdBasedEntityDto
public IdBasedEntityDto()Deprecated.
-
-
Method Details
-
getId
public long getId()Deprecated. -
setId
public void setId(long id) Deprecated. -
isNewEntity
public boolean isNewEntity()Deprecated. -
setNewEntity
public void setNewEntity(boolean newEntity) Deprecated. -
copyFrom
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-