public class MeetingScheduleInfo extends Object implements MeetingSchedule, Serializable
| Constructor and Description |
|---|
MeetingScheduleInfo()
Constructs a new MeetingScheduleInfo.
|
MeetingScheduleInfo(MeetingSchedule meetingSchedule)
Constructs a new MeetingScheduleInfo from another
MeetingSchedule.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The system assigned unique id to identify this Object.
|
String |
getScheduleId()
Date and Time The date and time values for all vCalendar properties are
formatted as a string consistent with the ISO 8601 representation for
combinations of dates and times.
|
String |
getSpaceId()
Space code where the meeting is going to take place.
|
void |
setId(String id) |
void |
setScheduleId(String scheduleId) |
void |
setSpaceId(String spaceId) |
public MeetingScheduleInfo()
public MeetingScheduleInfo(MeetingSchedule meetingSchedule)
meetingSchedule - the MeetingSchedule to copypublic String getId()
HasIdpublic String getSpaceId()
MeetingSchedulegetSpaceId in interface MeetingSchedulepublic void setSpaceId(String spaceId)
public String getScheduleId()
MeetingSchedulegetScheduleId in interface MeetingSchedulepublic void setScheduleId(String scheduleId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.