de.geomobile.joined.api.data
Class User

java.lang.Object
  extended by de.geomobile.joined.api.data.User

public class User
extends Object

This class contains various methods for receiving information about a user.


Constructor Summary
User()
           
 
Method Summary
 String getId()
          This method returns the identifier of the user.
 String getSecureToken()
          This method returns the secure token of the user.
 void setId(String id)
          This method sets the identifier for the user.
 void setSecureToken(String secureToken)
          This method sets the secure token for the user.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getId

public String getId()
This method returns the identifier of the user.

Returns:
The identifier of the user.

setId

public void setId(String id)
This method sets the identifier for the user.

Parameters:
id - The identifier for the user.

getSecureToken

public String getSecureToken()
This method returns the secure token of the user.

Returns:
The secure token of the user.

setSecureToken

public void setSecureToken(String secureToken)
This method sets the secure token for the user.

Parameters:
secureToken - The secure token for the user.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 GeoMobile GmbH. All Rights Reserved.