@Entity(name="WebConfCall") public class CallEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
endDate
The call end date as planned (for information and use by providers).
|
protected String |
id
The id.
|
protected boolean |
isGroup
The is group.
|
protected boolean |
isUser
The is user.
|
protected Date |
lastDate
The call last (actual) date of call start.
|
protected String |
ownerId
The owner id.
|
protected String |
ownerType
The owner type.
|
protected String |
providerType
The provider type.
|
protected String |
settings
The settings.
|
protected Date |
startDate
The call start date as planned (for information and use by providers).
|
protected String |
state
The state.
|
protected String |
title
The title.
|
| Constructor and Description |
|---|
CallEntity()
Instantiates a new call entity.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate()
Gets the end date.
|
String |
getId()
Gets the id.
|
Date |
getLastDate()
Gets the call last use date.
|
String |
getOwnerId()
Gets the owner id.
|
String |
getOwnerType()
Gets the owner type.
|
String |
getProviderType()
Gets the provider type.
|
String |
getSettings()
Gets the settings.
|
Date |
getStartDate()
Gets the start date.
|
String |
getState()
Gets the state.
|
String |
getTitle()
Gets the title.
|
boolean |
isGroup()
Checks if is group.
|
boolean |
isUser()
Checks if is user.
|
void |
setEndDate(Date endDate)
Sets the end date.
|
void |
setId(String id)
Sets the id.
|
void |
setIsGroup(boolean isGroup)
Sets the checks if is group.
|
void |
setIsUser(boolean isUser)
Sets the checks if is user.
|
void |
setLastDate(Date lastDate)
Sets the call last use date.
|
void |
setOwnerId(String ownerId)
Sets the owner id.
|
void |
setOwnerType(String ownerType)
Sets the owner type.
|
void |
setProviderType(String providerType)
Sets the provider type.
|
void |
setSettings(String settings)
Sets the settings.
|
void |
setStartDate(Date startDate)
Sets the start date.
|
void |
setState(String state)
Sets the state.
|
void |
setTitle(String title)
Sets the title.
|
protected String id
protected String providerType
protected String ownerType
protected String ownerId
protected String state
protected String title
protected String settings
protected Date lastDate
protected Date startDate
protected Date endDate
protected boolean isGroup
protected boolean isUser
public String getId()
public void setId(String id)
id - the new idpublic String getProviderType()
public void setProviderType(String providerType)
providerType - the new provider typepublic String getTitle()
public void setTitle(String title)
title - the new titlepublic String getState()
public void setState(String state)
state - the new statepublic String getSettings()
public void setSettings(String settings)
settings - the new settingspublic Date getLastDate()
public void setLastDate(Date lastDate)
lastDate - the call last datepublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - the startDate to setpublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - the endDate to setpublic String getOwnerType()
public void setOwnerType(String ownerType)
ownerType - the new owner typepublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - the new owner idpublic boolean isGroup()
public void setIsGroup(boolean isGroup)
isGroup - the new checks if is grouppublic boolean isUser()
public void setIsUser(boolean isUser)
isUser - the new checks if is userCopyright © 2003–2021 eXo Platform SAS. All rights reserved.