com.mdp.voice
Class Globals

java.lang.Object
  extended by com.mdp.voice.Globals

public class Globals
extends java.lang.Object


Constructor Summary
Globals()
           
 
Method Summary
 Status getStatusScreen()
           
 java.lang.String getTARGET()
           
static int getVOICE_PORT()
           
 boolean isHangup()
           
 void setHangup(boolean hangup)
           
 void setStatusScreen(Status statusScreen)
           
 void setTARGET(java.lang.String target)
           
static void setVOICE_PORT(int voice_port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Globals

public Globals()
Method Detail

getVOICE_PORT

public static int getVOICE_PORT()
Returns:
the vOICE_PORT

setVOICE_PORT

public static void setVOICE_PORT(int voice_port)
Parameters:
voice_port - the vOICE_PORT to set

getTARGET

public java.lang.String getTARGET()
Returns:
the tARGET

setTARGET

public void setTARGET(java.lang.String target)
Parameters:
target - the tARGET to set

isHangup

public boolean isHangup()
Returns:
the hangup

setHangup

public void setHangup(boolean hangup)
Parameters:
hangup - the hangup to set

getStatusScreen

public Status getStatusScreen()
Returns:
the statusScreen

setStatusScreen

public void setStatusScreen(Status statusScreen)
Parameters:
statusScreen - the statusScreen to set