public class ZapDialOffhookAction extends AbstractManagerAction
Constructor and Description |
---|
ZapDialOffhookAction()
Creates a new empty ZapDialOffhookAction.
|
ZapDialOffhookAction(Integer zapChannel,
String number)
Creates a new ZapDialOffhookAction that dials the given number on the
given zap channel.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getNumber()
Returns the number to dial.
|
Integer |
getZapChannel()
Returns the number of the zap channel.
|
void |
setNumber(String number)
Sets the number to dial.
|
void |
setZapChannel(Integer channel)
Sets the number of the zap channel.
|
getActionId, setActionId, toString
public ZapDialOffhookAction()
public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public Integer getZapChannel()
public void setZapChannel(Integer channel)
This property is mandatory.
public String getNumber()
public void setNumber(String number)
This property is mandatory.
Copyright © 2004–2016. All rights reserved.