@Entity public class SessionTelephonyImpl extends Object implements SessionTelephony
| Modifier and Type | Method and Description |
|---|---|
String |
getChairPhone() |
String |
getChairPIN() |
String |
getNonChairPhone() |
String |
getNonChairPIN() |
SessionImpl |
getSession() |
Long |
getSessionId() |
String |
getSessionPIN() |
String |
getSessionSIPPhone() |
long |
getTelephonyId() |
boolean |
isPhone() |
void |
setChairPhone(String chairPhone) |
void |
setChairPIN(String chairPIN) |
void |
setNonChairPhone(String nonChairPhone) |
void |
setNonChairPIN(String nonChairPIN) |
void |
setPhone(boolean isPhone) |
void |
setSessionPIN(String sessionPIN) |
void |
setSessionSIPPhone(String sessionSIPPhone) |
public String getChairPhone()
getChairPhone in interface SessionTelephonypublic void setChairPhone(String chairPhone)
public String getChairPIN()
getChairPIN in interface SessionTelephonypublic void setChairPIN(String chairPIN)
public String getNonChairPhone()
getNonChairPhone in interface SessionTelephonypublic void setNonChairPhone(String nonChairPhone)
public String getNonChairPIN()
getNonChairPIN in interface SessionTelephonypublic void setNonChairPIN(String nonChairPIN)
public boolean isPhone()
isPhone in interface SessionTelephonypublic void setPhone(boolean isPhone)
public String getSessionSIPPhone()
getSessionSIPPhone in interface SessionTelephonypublic void setSessionSIPPhone(String sessionSIPPhone)
public String getSessionPIN()
getSessionPIN in interface SessionTelephonypublic void setSessionPIN(String sessionPIN)
public SessionImpl getSession()
getSession in interface SessionTelephonypublic long getTelephonyId()
getTelephonyId in interface SessionTelephonypublic Long getSessionId()
getSessionId in interface SessionTelephonyCopyright © 2016 Jasig. All Rights Reserved.