public interface IUser
| Modifier and Type | Method and Description |
|---|---|
String |
getInitials()
Get the initials of the user.
|
String |
getName()
Get the name of the user.
|
void |
setInitials(String initials)
Set the initials of the user.
|
void |
setName(String name)
Set the name of the user.
|
String |
toString()
Get a String representation of the user.
|
String getName()
void setName(String name)
name - Name of the user.String getInitials()
void setInitials(String initials)
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.