de.starface.integration.uci.java.v30.types
Class SoftPhoneConfig

java.lang.Object
  extended by de.starface.integration.uci.java.v30.types.SoftPhoneConfig
All Implemented Interfaces:
Serializable

@RpcValueObject
public class SoftPhoneConfig
extends Object
implements Serializable

This object holds SIP credentials for SoftPhones

See Also:
Serialized Form

Constructor Summary
SoftPhoneConfig()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getRealm()
           
 String getSipPassword()
           
 int getSipPort()
           
 String getSipUserId()
           
 int hashCode()
           
 void setRealm(String realm)
           
 void setSipPassword(String sipPassword)
           
 void setSipPort(int sipPort)
           
 void setSipUserId(String sipUserId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoftPhoneConfig

public SoftPhoneConfig()
Method Detail

getSipUserId

public String getSipUserId()
Returns:
Returns the sipUserId.

setSipUserId

public void setSipUserId(String sipUserId)
Parameters:
sipUserId - The sipUserId to set.

getSipPassword

public String getSipPassword()
Returns:
Returns the sipPassword.

setSipPassword

public void setSipPassword(String sipPassword)
Parameters:
sipPassword - The sipPassword to set.

getRealm

public String getRealm()
Returns:
Returns the realm.

setRealm

public void setRealm(String realm)
Parameters:
realm - The realm to set.

getSipPort

public int getSipPort()
Returns:
Returns the sipPort.

setSipPort

public void setSipPort(int sipPort)
Parameters:
sipPort - The sipPort to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012 STARFACE GmbH. All rights reserved.