| |
|
| java.lang.Object org.getahead.dwrdemo.ticketcenter.Call
Call | public class Call (Code) | | author: Joe Walker [joe at getahead dot ltd dot uk] |
getCallStarted | public Date getCallStarted()(Code) | | the callStarted |
getHandlerId | protected String getHandlerId()(Code) | | the handlerId |
getId | public int getId()(Code) | | the id |
getPhoneNumber | public String getPhoneNumber()(Code) | | the phoneNumber |
getWaitTime | public String getWaitTime()(Code) | | A descriptive strong of roughly how long is it since the call started. |
hashCode | public int hashCode()(Code) | | |
isHandled | public boolean isHandled()(Code) | | true if this call has a handler |
isSupervisorAlert | public boolean isSupervisorAlert()(Code) | | the supervisorAlert |
setAddress | public void setAddress(String address)(Code) | | Parameters: address - the address to set |
setCallStarted | public void setCallStarted(Date callStarted)(Code) | | Parameters: callStarted - the callStarted to set |
setHandlerId | protected void setHandlerId(String handlerId)(Code) | | Parameters: handlerId - the handlerIdId to set |
setId | public void setId(int id)(Code) | | Parameters: id - the id to set |
setName | public void setName(String name)(Code) | | Parameters: name - the name to set |
setNotes | public void setNotes(String notes)(Code) | | Parameters: notes - the notes to set |
setPhoneNumber | public void setPhoneNumber(String phoneNumber)(Code) | | Parameters: phoneNumber - the phoneNumber to set |
setSupervisorAlert | public void setSupervisorAlert(boolean supervisorAlert)(Code) | | Parameters: supervisorAlert - the supervisorAlert to set |
|
|
|