Package com.dzidzi.dto.merge
Class EntityComposition
java.lang.Object
com.dzidzi.dto.merge.EntityId
com.dzidzi.dto.merge.EntityComposition
- Direct Known Subclasses:
Administration,Courier,CustomerService,User
Represents a composition of all the entities of the Api.
-
Constructor Summary
ConstructorsConstructorDescriptionEntityComposition(UUID id, String firstName, String lastName, String contact) -
Method Summary
Modifier and TypeMethodDescriptionThe contact of the resourceThe first name of the resourceThe first name of the resource
-
Constructor Details
-
EntityComposition
-
-
Method Details
-
getFirstName
The first name of the resource -
getLastName
The first name of the resource -
getContact
The contact of the resource
-