Class ContactDto
- java.lang.Object
-
- io.rocketbase.commons.dto.address.ContactDto
-
- All Implemented Interfaces:
HasFirstAndLastName,Serializable
public class ContactDto extends Object implements Serializable, HasFirstAndLastName
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContactDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()similar to getFullName but has email as fallback-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.rocketbase.commons.model.HasFirstAndLastName
getFirstName, getFullName, getLastName
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
similar to getFullName but has email as fallback
-
-