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

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

@RpcValueObject
public class SoftPhoneSetting
extends Object
implements Serializable

This object holds information to identify and register a SoftPhone

See Also:
Serialized Form

Field Summary
static String DEFAULT_CODECS
           
static SoftPhoneNatType DEFAULT_NATTYPE
           
 
Constructor Summary
SoftPhoneSetting()
           
SoftPhoneSetting(String softPhoneId)
           
SoftPhoneSetting(String softPhoneId, String codecs, SoftPhoneNatType natType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCodecs()
           
 SoftPhoneNatType getNatType()
           
 String getSoftPhoneId()
           
 int hashCode()
           
 void setCodecs(String codecs)
           
 void setNatType(SoftPhoneNatType natType)
           
 void setSoftPhoneId(String softPhoneId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_CODECS

public static final String DEFAULT_CODECS
See Also:
Constant Field Values

DEFAULT_NATTYPE

public static final SoftPhoneNatType DEFAULT_NATTYPE
Constructor Detail

SoftPhoneSetting

public SoftPhoneSetting(String softPhoneId,
                        String codecs,
                        SoftPhoneNatType natType)

SoftPhoneSetting

public SoftPhoneSetting(String softPhoneId)

SoftPhoneSetting

public SoftPhoneSetting()
Method Detail

getSoftPhoneId

public String getSoftPhoneId()
Returns:
Returns the softPhoneType.

setSoftPhoneId

public void setSoftPhoneId(String softPhoneId)
Parameters:
softPhoneId - The softPhoneType to set.

getCodecs

public String getCodecs()
Returns:
Returns the codecs.

setCodecs

public void setCodecs(String codecs)
Parameters:
codecs - The codecs to set.

getNatType

public SoftPhoneNatType getNatType()
Returns:
Returns the natType.

setNatType

public void setNatType(SoftPhoneNatType natType)
Parameters:
natType - The natType 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.