public class Schedule extends Object
Constructor and Description |
---|
Schedule() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the display description for this schedule.
|
Date |
getEndDateTime()
Returns the endDateTime.
|
String |
getId()
Returns the id.
|
Set<lumis.service.resourcescheduler.Resource> |
getResources()
Returns the resources.
|
String |
getRoomId()
Returns the roomId
|
Date |
getStartDateTime()
Returns the startDateTime.
|
String |
getTitle()
Returns the title.
|
void |
setDescription(String description)
Sets the display description for this schedule.
|
void |
setEndDateTime(Date endDateTime)
Sets the endDateTime.
|
void |
setId(String id)
Sets the id.
|
void |
setResources(Set<lumis.service.resourcescheduler.Resource> resources)
Sets the resources.
|
void |
setRoomId(String roomId)
Sets the roomId.
|
void |
setStartDateTime(Date startDateTime)
Sets the startDateTime.
|
void |
setTitle(String title)
Sets the title code.
|
public String getId()
public void setId(String id)
id
- the id value to setpublic String getTitle()
Title
public void setTitle(String title)
title
- the title value to setTitle
public String getDescription()
public void setDescription(String description)
description
- this title's display description.public String getRoomId()
public void setRoomId(String roomId)
roomId
- the roomId value to setpublic Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime
- the endDateTime value to set.public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime
- the startDateTime value to set.public Set<lumis.service.resourcescheduler.Resource> getResources()
public void setResources(Set<lumis.service.resourcescheduler.Resource> resources)
resources
- the resources value to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.