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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.booleanDeprecated.longgetId()Deprecated.inthashCode()Deprecated.booleanDeprecated.voidsetId(long id) Deprecated.voidsetNewEntity(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. 
 -