public class TelephonyForm extends Object implements SessionTelephony
| Constructor and Description |
|---|
TelephonyForm() |
TelephonyForm(long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChairPhone() |
String |
getChairPIN() |
String |
getNonChairPhone() |
String |
getNonChairPIN() |
Session |
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 |
setSessionId(Long sessionId) |
void |
setSessionPIN(String sessionPIN) |
void |
setSessionSIPPhone(String sessionSIPPhone)
Sets the variable sessionSIPPhone.
|
public TelephonyForm(long sessionId)
public TelephonyForm()
@NotBlank @PhoneNumber public String getChairPhone()
getChairPhone in interface SessionTelephonypublic void setChairPhone(String chairPhone)
@Pattern(regexp="[0-9\\*\\#\\,]*",
message="{org.jasig.portlet.blackboardvcportlet.validations.pin.defaultmessage}")
@Length(max=64)
public String getChairPIN()
getChairPIN in interface SessionTelephonypublic void setChairPIN(String chairPIN)
@PhoneNumber @NotBlank public String getNonChairPhone()
getNonChairPhone in interface SessionTelephonypublic void setNonChairPhone(String nonChairPhone)
@Pattern(regexp="[0-9\\*\\#\\,]*",
message="{org.jasig.portlet.blackboardvcportlet.validations.pin.defaultmessage}")
@Length(max=64)
public String getNonChairPIN()
getNonChairPIN in interface SessionTelephonypublic void setNonChairPIN(String nonChairPIN)
public boolean isPhone()
isPhone in interface SessionTelephonypublic void setPhone(boolean isPhone)
@NotBlank
@Pattern(regexp="^sip\\:\\S{1,}",
message="{org.jasig.portlet.blackboardvcportlet.validations.sipphone.defaultmessage}")
public String getSessionSIPPhone()
getSessionSIPPhone in interface SessionTelephonypublic void setSessionSIPPhone(String sessionSIPPhone)
sessionSIPPhone - public String getSessionPIN()
getSessionPIN in interface SessionTelephony@Pattern(regexp="[0-9\\*\\#\\,]*",
message="{org.jasig.portlet.blackboardvcportlet.validations.pin.defaultmessage}")
@Length(max=64)
public void setSessionPIN(String sessionPIN)
public Session getSession()
getSession in interface SessionTelephonypublic long getTelephonyId()
getTelephonyId in interface SessionTelephonypublic Long getSessionId()
getSessionId in interface SessionTelephonypublic void setSessionId(Long sessionId)
Copyright © 2016 Jasig. All Rights Reserved.