Class PersonDisplayable
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.person.PersonDisplayable
-
- All Implemented Interfaces:
Displayable
@DciRole(datumType=it.tidalwave.thesefoolishthings.examples.person.Person.class) public final class PersonDisplayable extends java.lang.Object implements Displayable
A Displayable Role for Person.- Author:
- Fabrizio Giudici
-
-
Field Summary
-
Fields inherited from interface it.tidalwave.role.ui.Displayable
_Displayable_, DEFAULT
-
-
Constructor Summary
Constructors Constructor Description PersonDisplayable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
-
-
-
Method Detail
-
getDisplayName
@Nonnull public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interfaceDisplayable
-
-