Package io.rocketbase.commons.model
Interface HasFirstAndLastName
- All Known Implementing Classes:
ContactDto
public interface HasFirstAndLastName
entity/dto has firstName + lastName capability
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringcombines first + last name
will return null in case firstName & lastName is empty
-
Method Details
-
getFirstName
-
getLastName
-
getFullName
combines first + last name
will return null in case firstName & lastName is empty
-