@Entity public class SOAPLogin extends Object implements Serializable
Constructor and Description |
---|
SOAPLogin() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowSameURLMultipleTimes() |
String |
getClientURL() |
Date |
getCreated() |
String |
getHash() |
Long |
getId() |
String |
getLandingZone() |
Long |
getRecordingId() |
Long |
getRoomId() |
String |
getSessionHash() |
boolean |
getShowAudioVideoTest() |
boolean |
getShowNickNameDialog() |
Date |
getUseDate() |
boolean |
isAllowRecording() |
boolean |
isBecomemoderator() |
boolean |
isUsed() |
void |
setAllowRecording(boolean allowRecording) |
void |
setAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes) |
void |
setBecomemoderator(boolean becomemoderator) |
void |
setClientURL(String clientURL) |
void |
setCreated(Date created) |
void |
setHash(String hash) |
void |
setId(Long id) |
void |
setLandingZone(String landingZone) |
void |
setRecordingId(Long recordingId) |
void |
setRoomId(Long roomId) |
void |
setSessionHash(String sessionHash) |
void |
setShowAudioVideoTest(boolean showAudioVideoTest) |
void |
setShowNickNameDialog(boolean showNickNameDialog) |
void |
setUsed(boolean used) |
void |
setUseDate(Date useDate) |
public Long getId()
public void setId(Long id)
public String getHash()
public void setHash(String hash)
public Long getRoomId()
public void setRoomId(Long roomId)
public String getSessionHash()
public void setSessionHash(String sessionHash)
public Date getCreated()
public void setCreated(Date created)
public boolean isUsed()
public void setUsed(boolean used)
public Date getUseDate()
public void setUseDate(Date useDate)
public boolean isBecomemoderator()
public void setBecomemoderator(boolean becomemoderator)
public boolean getShowAudioVideoTest()
public void setShowAudioVideoTest(boolean showAudioVideoTest)
public boolean getAllowSameURLMultipleTimes()
public void setAllowSameURLMultipleTimes(boolean allowSameURLMultipleTimes)
public boolean getShowNickNameDialog()
public void setShowNickNameDialog(boolean showNickNameDialog)
public String getClientURL()
public void setClientURL(String clientURL)
public Long getRecordingId()
public void setRecordingId(Long recordingId)
public String getLandingZone()
public void setLandingZone(String landingZone)
public boolean isAllowRecording()
public void setAllowRecording(boolean allowRecording)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.