Class CallEntity
java.lang.Object
org.exoplatform.webconferencing.domain.CallEntity
Created by The eXo Platform SAS.
- Version:
- $Id: CallEntity.java 00000 Dec 22, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateThe call end date as planned (for information and use by providers).protected StringThe id.protected booleanThe is group.protected booleanThe is user.protected DateThe call last (actual) date of call start.protected StringThe owner id.protected StringThe owner type.protected StringThe provider type.protected StringThe settings.protected DateThe call start date as planned (for information and use by providers).protected StringThe state.protected StringThe title. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the end date.getId()Gets the id.Gets the call last use date.Gets the owner id.Gets the owner type.Gets the provider type.Gets the settings.Gets the start date.getState()Gets the state.getTitle()Gets the title.booleanisGroup()Checks if is group.booleanisUser()Checks if is user.voidsetEndDate(Date endDate) Sets the end date.voidSets the id.voidsetIsGroup(boolean isGroup) Sets the checks if is group.voidsetIsUser(boolean isUser) Sets the checks if is user.voidsetLastDate(Date lastDate) Sets the call last use date.voidsetOwnerId(String ownerId) Sets the owner id.voidsetOwnerType(String ownerType) Sets the owner type.voidsetProviderType(String providerType) Sets the provider type.voidsetSettings(String settings) Sets the settings.voidsetStartDate(Date startDate) Sets the start date.voidSets the state.voidSets the title.
-
Field Details
-
id
The id. -
providerType
The provider type. -
ownerType
The owner type. -
ownerId
The owner id. -
state
The state. -
title
The title. -
settings
The settings. -
lastDate
The call last (actual) date of call start. -
startDate
The call start date as planned (for information and use by providers). -
endDate
The call end date as planned (for information and use by providers). -
isGroup
protected boolean isGroupThe is group. -
isUser
protected boolean isUserThe is user.
-
-
Constructor Details
-
CallEntity
public CallEntity()Instantiates a new call entity.
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getProviderType
Gets the provider type.- Returns:
- the provider type
-
setProviderType
Sets the provider type.- Parameters:
providerType- the new provider type
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getState
Gets the state.- Returns:
- the state
-
setState
Sets the state.- Parameters:
state- the new state
-
getSettings
Gets the settings.- Returns:
- the settings
-
setSettings
Sets the settings.- Parameters:
settings- the new settings
-
getLastDate
Gets the call last use date.- Returns:
- the call last date
-
setLastDate
Sets the call last use date.- Parameters:
lastDate- the call last date
-
getStartDate
Gets the start date.- Returns:
- the startDate
-
setStartDate
Sets the start date.- Parameters:
startDate- the startDate to set
-
getEndDate
Gets the end date.- Returns:
- the endDate
-
setEndDate
Sets the end date.- Parameters:
endDate- the endDate to set
-
getOwnerType
Gets the owner type.- Returns:
- the owner type
-
setOwnerType
Sets the owner type.- Parameters:
ownerType- the new owner type
-
getOwnerId
Gets the owner id.- Returns:
- the owner id
-
setOwnerId
Sets the owner id.- Parameters:
ownerId- the new owner id
-
isGroup
public boolean isGroup()Checks if is group.- Returns:
- true, if is group
-
setIsGroup
public void setIsGroup(boolean isGroup) Sets the checks if is group.- Parameters:
isGroup- the new checks if is group
-
isUser
public boolean isUser()Checks if is user.- Returns:
- the integer
-
setIsUser
public void setIsUser(boolean isUser) Sets the checks if is user.- Parameters:
isUser- the new checks if is user
-