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

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

@RpcValueObject
public class SoftPhoneRegistrationInfo
extends Object
implements Serializable

This object hold the SIP userId which has been requested by another UCI instance

See Also:
Serialized Form

Constructor Summary
SoftPhoneRegistrationInfo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSipUserId()
           
 int hashCode()
           
 void setSipUserId(String sipUserId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoftPhoneRegistrationInfo

public SoftPhoneRegistrationInfo()
Method Detail

getSipUserId

public String getSipUserId()
Returns:
Returns the sipUserId.

setSipUserId

public void setSipUserId(String sipUserId)
Parameters:
sipUserId - The sipUserId 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.