cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneDirectoryEntryType

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

public static class CiscoIpPhone.CiscoIPPhoneDirectoryEntryType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 java.lang.String telephone
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneDirectoryEntryType()
          Constructs the CiscoIPPhoneDirectoryEntryType.
CiscoIpPhone.CiscoIPPhoneDirectoryEntryType(java.lang.String name, java.lang.String telephone)
          Constructs the CiscoIPPhoneDirectoryEntryType.
 
Method Summary
 java.lang.String getName()
          Gets the value.
 java.lang.String getTelephone()
          Gets the value.
 void setName(java.lang.String value)
          Sets the value.
 void setTelephone(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

name

public java.lang.String name

telephone

public java.lang.String telephone
Constructor Detail

CiscoIpPhone.CiscoIPPhoneDirectoryEntryType

public CiscoIpPhone.CiscoIPPhoneDirectoryEntryType()
Constructs the CiscoIPPhoneDirectoryEntryType. Don't init any fields.


CiscoIpPhone.CiscoIPPhoneDirectoryEntryType

public CiscoIpPhone.CiscoIPPhoneDirectoryEntryType(java.lang.String name,
                                                   java.lang.String telephone)
Constructs the CiscoIPPhoneDirectoryEntryType.

Method Detail

toString

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

getName

public java.lang.String getName()
Gets the value.

Returns:
the value.

setName

public void setName(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getTelephone

public java.lang.String getTelephone()
Gets the value.

Returns:
the value.

setTelephone

public void setTelephone(java.lang.String value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.