org.jvoicexml.callmanager
Class CallParameters

java.lang.Object
  extended by org.jvoicexml.callmanager.CallParameters

public class CallParameters
extends Object

Container for call parameters.

Since:
0.7
Version:
$Revision: 2129 $
Author:
Dirk Schnelle-Walka

Constructor Summary
CallParameters()
           
 
Method Summary
 URI getCalledId()
          Retrieves the called id.
 URI getCallerId()
          Retrieves the id of the caller.
 Terminal getTerminal()
          Retrieves the terminal.
 void setCalledId(URI id)
          Sets the called id.
 void setCallerId(URI id)
          Sets the caller id.
 void setTerminal(Terminal term)
          Sets the terminal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallParameters

public CallParameters()
Method Detail

getTerminal

public final Terminal getTerminal()
Retrieves the terminal.

Returns:
the terminal

setTerminal

public final void setTerminal(Terminal term)
Sets the terminal.

Parameters:
term - the terminal to set

getCalledId

public final URI getCalledId()
Retrieves the called id.

Returns:
the calledId

setCalledId

public final void setCalledId(URI id)
Sets the called id.

Parameters:
id - the called id to set

getCallerId

public final URI getCallerId()
Retrieves the id of the caller.

Returns:
the caller id

setCallerId

public final void setCallerId(URI id)
Sets the caller id.

Parameters:
id - the caller id to set


Copyright © 2005-2010JVoiceXML group.