Package io.rocketbase.commons.model
Interface HasFirstAndLastName
-
- All Known Implementing Classes:
ContactDto
public interface HasFirstAndLastNameentity/dto has firstName + lastName capability
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetFirstName()default StringgetFullName()combines first + last name
will return null in case firstName & lastName is emptyStringgetLastName()
-