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

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

@RpcValueObject
public class CcbsAccount
extends Object
implements Serializable

This object holds the properties of the ccbsaccount as returned by UciCcbsCallEvents.receiveCcbsAccountState(CcbsAccountState).

See Also:
Serialized Form

Field Summary
protected  CcbsAccountState ccbsAccountState
          The state of the call
 
Constructor Summary
CcbsAccount()
           
 
Method Summary
 boolean equals(Object obj)
           
 CcbsAccountState getCcbsAccountState()
           
 int hashCode()
           
 void setCcbsAccountState(CcbsAccountState state)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ccbsAccountState

@RpcValue
protected CcbsAccountState ccbsAccountState
The state of the call

Constructor Detail

CcbsAccount

public CcbsAccount()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getCcbsAccountState

public CcbsAccountState getCcbsAccountState()

setCcbsAccountState

public void setCcbsAccountState(CcbsAccountState state)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 STARFACE GmbH. All rights reserved.