@Entity(name="AgendaEventConference") public class EventConferenceEntity extends Object implements Serializable
| Constructor and Description |
|---|
EventConferenceEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessCode() |
String |
getDescription() |
EventEntity |
getEvent() |
Long |
getId() |
String |
getPhone() |
String |
getType() |
String |
getUrl() |
void |
setAccessCode(String accessCode) |
void |
setDescription(String description) |
void |
setEvent(EventEntity event) |
void |
setId(Long id) |
void |
setPhone(String phone) |
void |
setType(String type) |
void |
setUrl(String url) |
public Long getId()
public void setId(Long id)
public EventEntity getEvent()
public void setEvent(EventEntity event)
public String getType()
public void setType(String type)
public String getUrl()
public void setUrl(String url)
public String getPhone()
public void setPhone(String phone)
public String getAccessCode()
public void setAccessCode(String accessCode)
public String getDescription()
public void setDescription(String description)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.