Asterisk-Java

org.asteriskjava.fastagi.command
Class SetCallerIdCommand

java.lang.Object
  extended by org.asteriskjava.fastagi.command.AbstractAgiCommand
      extended by org.asteriskjava.fastagi.command.SetCallerIdCommand
All Implemented Interfaces:
java.io.Serializable, AgiCommand

public class SetCallerIdCommand
extends AbstractAgiCommand

Changes the callerid of the current channel.

Version:
$Id: SetCallerIdCommand.java 938 2007-12-31 03:23:38Z srt $
Author:
srt
See Also:
Serialized Form

Constructor Summary
SetCallerIdCommand(java.lang.String callerId)
          Creates a new SetCallerIdCommand.
 
Method Summary
 java.lang.String buildCommand()
          Returns a string suitable to be sent to asterisk.
 java.lang.String getCallerId()
          Returns the new callerId.
 void setCallerId(java.lang.String callerId)
          Sets the new callerId.
 
Methods inherited from class org.asteriskjava.fastagi.command.AbstractAgiCommand
escapeAndQuote, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetCallerIdCommand

public SetCallerIdCommand(java.lang.String callerId)
Creates a new SetCallerIdCommand.

Parameters:
callerId - the new callerId.
Method Detail

getCallerId

public java.lang.String getCallerId()
Returns the new callerId.

Returns:
the new callerId.

setCallerId

public void setCallerId(java.lang.String callerId)
Sets the new callerId.

Parameters:
callerId - the new callerId.

buildCommand

public java.lang.String buildCommand()
Description copied from interface: AgiCommand
Returns a string suitable to be sent to asterisk.

Specified by:
buildCommand in interface AgiCommand
Specified by:
buildCommand in class AbstractAgiCommand
Returns:
a string suitable to be sent to asterisk.

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.