public class SectionMeeting extends Object implements Serializable
Constructor and Description |
---|
SectionMeeting() |
Modifier and Type | Method and Description |
---|---|
String |
getDays() |
String |
getEndDate() |
List<String> |
getInstructors() |
String |
getLocation() |
String |
getNumber() |
String |
getStartDate() |
String |
getTimes() |
String |
getTopic() |
void |
setDays(String days) |
void |
setEndDate(String endDate) |
void |
setInstructors(List<String> instructors) |
void |
setLocation(String location) |
void |
setNumber(String number) |
void |
setStartDate(String startDate) |
void |
setTimes(String times) |
void |
setTopic(String topic) |
public SectionMeeting()
public String getLocation()
public void setLocation(String location)
location
- the location to setpublic List<String> getInstructors()
public void setInstructors(List<String> instructors)
instructor
- the instructor setpublic String getStartDate()
public void setStartDate(String startDate)
startDate
- the startDate to setpublic String getEndDate()
public void setEndDate(String endDate)
endDate
- the endDate to setCopyright © 2011–2015 The Kuali Foundation. All rights reserved.