Class PersonDisplayable
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.person.PersonDisplayable
-
- All Implemented Interfaces:
Displayable
@DciRole(datumType=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()
Returns the display name in the currentLocale
.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.tidalwave.role.ui.Displayable
display
-
-
-
-
Method Detail
-
getDisplayName
@Nonnull public java.lang.String getDisplayName()
Description copied from interface:Displayable
Returns the display name in the currentLocale
.- Specified by:
getDisplayName
in interfaceDisplayable
- Returns:
- the display name
-
-