com.safi.asterisk
Class localuser

java.lang.Object
  extended by com.safi.asterisk.localuser

public class localuser
extends java.lang.Object


Constructor Summary
localuser()
           
 
Method Summary
 void delete()
           
 int getAllowdisconnect_in()
           
 int getAllowdisconnect_out()
           
 int getAllowredirect_in()
           
 int getAllowredirect_out()
           
 ast_channel getChan()
           
 int getForcecallerid()
           
 int getMusiconhold()
           
 localuser getNext()
           
 int getRingbackonly()
           
 int getStillgoing()
           
 void setAllowdisconnect_in(int allowdisconnect_in)
           
 void setAllowdisconnect_out(int allowdisconnect_out)
           
 void setAllowredirect_in(int allowredirect_in)
           
 void setAllowredirect_out(int allowredirect_out)
           
 void setChan(ast_channel chan)
           
 void setForcecallerid(int forcecallerid)
           
 void setMusiconhold(int musiconhold)
           
 void setNext(localuser next)
           
 void setRingbackonly(int ringbackonly)
           
 void setStillgoing(int stillgoing)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

localuser

public localuser()
Method Detail

delete

public void delete()

setChan

public void setChan(ast_channel chan)

getChan

public ast_channel getChan()

setStillgoing

public void setStillgoing(int stillgoing)

getStillgoing

public int getStillgoing()

setAllowredirect_in

public void setAllowredirect_in(int allowredirect_in)

getAllowredirect_in

public int getAllowredirect_in()

setAllowredirect_out

public void setAllowredirect_out(int allowredirect_out)

getAllowredirect_out

public int getAllowredirect_out()

setRingbackonly

public void setRingbackonly(int ringbackonly)

getRingbackonly

public int getRingbackonly()

setMusiconhold

public void setMusiconhold(int musiconhold)

getMusiconhold

public int getMusiconhold()

setAllowdisconnect_in

public void setAllowdisconnect_in(int allowdisconnect_in)

getAllowdisconnect_in

public int getAllowdisconnect_in()

setAllowdisconnect_out

public void setAllowdisconnect_out(int allowdisconnect_out)

getAllowdisconnect_out

public int getAllowdisconnect_out()

setForcecallerid

public void setForcecallerid(int forcecallerid)

getForcecallerid

public int getForcecallerid()

setNext

public void setNext(localuser next)

getNext

public localuser getNext()