cisco.uc.cuae.legacy
Class CiscoExtensionMobility.Device

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String deviceName
          The name of the device.
 java.lang.Boolean doesNotExist
          This device does not exist, if true
 java.lang.String lastlogin
          If not empty and not null, then this indicates the last username to be logged into this device
 java.lang.String userId
          The user that owns the device.
 
Constructor Summary
CiscoExtensionMobility.Device()
          Constructs the Device.
CiscoExtensionMobility.Device(java.lang.String deviceName, java.lang.String userId, java.lang.Boolean doesNotExist, java.lang.String lastlogin)
          Constructs the Device.
 
Method Summary
 java.lang.String getDeviceName()
          Gets the value.
 java.lang.Boolean getDoesNotExist()
          Gets the value.
 java.lang.String getLastlogin()
          Gets the value.
 java.lang.String getUserId()
          Gets the value.
 void setDeviceName(java.lang.String value)
          Sets the value.
 void setDoesNotExist(java.lang.Boolean value)
          Sets the value.
 void setLastlogin(java.lang.String 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

deviceName

public java.lang.String deviceName
The name of the device.


userId

public java.lang.String userId
The user that owns the device. If null, no user owns the device


doesNotExist

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


lastlogin

public java.lang.String lastlogin
If not empty and not null, then this indicates the last username to be logged into this device

Constructor Detail

CiscoExtensionMobility.Device

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


CiscoExtensionMobility.Device

public CiscoExtensionMobility.Device(java.lang.String deviceName,
                                     java.lang.String userId,
                                     java.lang.Boolean doesNotExist,
                                     java.lang.String lastlogin)
Constructs the Device.

Parameters:
deviceName - The name of the device.
userId - The user that owns the device. If null, no user owns the device
doesNotExist - This device does not exist, if true
lastlogin - If not empty and not null, then this indicates the last username to be logged into this device
Method Detail

toString

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

getDeviceName

public java.lang.String getDeviceName()
Gets the value. The name of the device.

Returns:
the value.

setDeviceName

public void setDeviceName(java.lang.String value)
Sets the value. The name of the device.

Parameters:
value - the value.

getUserId

public java.lang.String getUserId()
Gets the value. The user that owns the device. If null, no user owns the device

Returns:
the value.

setUserId

public void setUserId(java.lang.String value)
Sets the value. The user that owns the device. If null, no user owns the device

Parameters:
value - the value.

getDoesNotExist

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

Returns:
the value.

setDoesNotExist

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

Parameters:
value - the value.

getLastlogin

public java.lang.String getLastlogin()
Gets the value. If not empty and not null, then this indicates the last username to be logged into this device

Returns:
the value.

setLastlogin

public void setLastlogin(java.lang.String value)
Sets the value. If not empty and not null, then this indicates the last username to be logged into this device

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.