© 2006-2007 ETH Zurich

org.ximtec.igesture.io
Interface IUser

All Known Implementing Classes:
User

public interface IUser

This interface defines the methods users must implement.

Author:
Bjorn Puype, bpuype@gmail.com

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

getName

String getName()
Get the name of the user.

Returns:
Name of the user.

setName

void setName(String name)
Set the name of the user.

Parameters:
name - Name of the user.

getInitials

String getInitials()
Get the initials of the user.

Returns:
Initials of the user.

setInitials

void setInitials(String initials)
Set the initials of the user.


toString

String toString()
Get a String representation of the user.

Overrides:
toString in class Object
Returns:
String representation of the user.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.