|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface IUser
This interface defines the methods users must implement.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getName()
void setName(String name)
name - Name of the user.String getInitials()
void setInitials(String initials)
String toString()
toString in class Object
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||