public class AppointmentEntityIdHelper extends java.lang.Object implements EntityIdHelper<AppointmentDto,java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getEntityId(AppointmentDto entity)
Will return the unique identifier for the T entity
|
static AppointmentEntityIdHelper |
instanceOf() |
public java.lang.Integer getEntityId(AppointmentDto entity)
EntityIdHelper
getEntityId
in interface EntityIdHelper<AppointmentDto,java.lang.Integer>
public static AppointmentEntityIdHelper instanceOf()