cisco.uc.cuae.legacy
Class CiscoExtensionMobility.User

java.lang.Object
  extended by cisco.uc.cuae.legacy.CiscoExtensionMobility.User
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CiscoExtensionMobility

public static class CiscoExtensionMobility.User
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String[] deviceNames
          Devices logged in by the user.
 java.lang.Boolean doesNotExist
          This user does not exist, if true.
 java.lang.String userId
          The user name
 
Constructor Summary
CiscoExtensionMobility.User()
          Constructs the User.
CiscoExtensionMobility.User(java.lang.String userId, java.lang.String[] deviceNames, java.lang.Boolean doesNotExist)
          Constructs the User.
 
Method Summary
 java.lang.String[] getDeviceNames()
          Gets the value.
 java.lang.Boolean getDoesNotExist()
          Gets the value.
 java.lang.String getUserId()
          Gets the value.
 void setDeviceNames(java.lang.String[] value)
          Sets the value.
 void setDoesNotExist(java.lang.Boolean value)
          Sets the value.
 void setUserId(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userId

public java.lang.String userId
The user name


deviceNames

public java.lang.String[] deviceNames
Devices logged in by the user.


doesNotExist

public java.lang.Boolean doesNotExist
This user does not exist, if true.

Constructor Detail

CiscoExtensionMobility.User

public CiscoExtensionMobility.User()
Constructs the User. Don't init any fields.


CiscoExtensionMobility.User

public CiscoExtensionMobility.User(java.lang.String userId,
                                   java.lang.String[] deviceNames,
                                   java.lang.Boolean doesNotExist)
Constructs the User.

Parameters:
userId - The user name
deviceNames - Devices logged in by the user.
doesNotExist - This user does not exist, if true.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getUserId

public java.lang.String getUserId()
Gets the value. The user name

Returns:
the value.

setUserId

public void setUserId(java.lang.String value)
Sets the value. The user name

Parameters:
value - the value.

getDeviceNames

public java.lang.String[] getDeviceNames()
Gets the value. Devices logged in by the user.

Returns:
the value.

setDeviceNames

public void setDeviceNames(java.lang.String[] value)
Sets the value. Devices logged in by the user.

Parameters:
value - the value.

getDoesNotExist

public java.lang.Boolean getDoesNotExist()
Gets the value. This user does not exist, if true.

Returns:
the value.

setDoesNotExist

public void setDoesNotExist(java.lang.Boolean value)
Sets the value. This user does not exist, if true.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.