cisco.uc.cuae.mgmt
Class Management.SipDomainProxy

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.SipDomainProxy
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.SipDomainProxy
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String host
          Address for this proxy
 java.lang.String id
          Id for this proxy
 
Constructor Summary
Management.SipDomainProxy()
          Constructs the SipDomainProxy.
Management.SipDomainProxy(java.lang.String id, java.lang.String host)
          Constructs the SipDomainProxy.
 
Method Summary
 java.lang.String getHost()
          Gets the value.
 java.lang.String getId()
          Gets the value.
 void setHost(java.lang.String value)
          Sets the value.
 void setId(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

id

public java.lang.String id
Id for this proxy


host

public java.lang.String host
Address for this proxy

Constructor Detail

Management.SipDomainProxy

public Management.SipDomainProxy()
Constructs the SipDomainProxy. Don't init any fields.


Management.SipDomainProxy

public Management.SipDomainProxy(java.lang.String id,
                                 java.lang.String host)
Constructs the SipDomainProxy.

Parameters:
id - Id for this proxy
host - Address for this proxy
Method Detail

toString

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

getId

public java.lang.String getId()
Gets the value. Id for this proxy

Returns:
the value.

setId

public void setId(java.lang.String value)
Sets the value. Id for this proxy

Parameters:
value - the value.

getHost

public java.lang.String getHost()
Gets the value. Address for this proxy

Returns:
the value.

setHost

public void setHost(java.lang.String value)
Sets the value. Address for this proxy

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.