public interface Course extends GlobalInterface
| Modifier and Type | Method and Description |
|---|---|
DateTimeRange |
getCourseDateRange()
The timeframe a course is running.
|
String |
getCourseNumber()
ID code associated with a course.
|
String |
getCourseTimes()
Time a class is in session.
|
Float |
getSalary()
Salary for this position.
|
String[] |
getSubjects()
Topics of study for a course.
|
String |
getUniversity()
Name of the school at which a class is offered.
|
void |
setCourseDateRange(DateTimeRange courseDateRange)
The timeframe a course is running.
|
void |
setCourseNumber(String courseNumber)
ID code associated with a course.
|
void |
setCourseTimes(String courseTimes)
Time a class is in session.
|
void |
setSalary(Float salary)
Salary for this position.
|
void |
setSubjects(String[] subject)
Topics of study for a course.
|
void |
setUniversity(String university)
Name of the school at which a class is offered.
|
getExpirationDate, getExpirationDateTime, getId, getImageLinks, getLabels, setExpirationDate, setExpirationDateTime, setId, setImageLinks, setLabelsvoid setCourseDateRange(DateTimeRange courseDateRange)
| course_date_range | |
| Details | Date and time range a class is in session, in ISO 8601. Two
sub-attributes are included in course_date_range attribute.
|
| Example | <g:course_date_range> <g:start>2005-12-20T09:30:01</g:start> <g:end>2005-12-29T10:30:59</g:end> </g:course_date_range> |
| Attribute of | Course schedules |
| Content type | dateTimeRange |
courseDateRange - The timeframe a course is runningDateTimeRange getCourseDateRange()
| course_date_range | |
| Details | Date and time range a class is in session, in ISO 8601. Two
sub-attributes are included in course_date_range attribute.
|
| Example | <g:course_date_range> <g:start>2005-12-20T09:30:01</g:start> <g:end>2005-12-29T10:30:59</g:end> </g:course_date_range> |
| Attribute of | Course schedules |
| Content type | dateTimeRange |
void setCourseNumber(String courseNumber)
| course_number | |
| Details | ID code associated with a course |
| Example | <g:course_number>HIST-90A</g:course_number> |
| Attribute of | Course schedules |
| Content type | string |
courseNumber - ID code associated with a courseString getCourseNumber()
| course_number | |
| Details | ID code associated with a course |
| Example | <g:course_number>HIST-90A</g:course_number> |
| Attribute of | Course schedules |
| Content type | string |
void setCourseTimes(String courseTimes)
| course_times | |
| Details | Time a class is in session. |
| Example | <g:course_times>MWF 08:30 - 09:45</g:course_times> |
| Attribute of | Course schedules |
| Content type | string |
courseTimes - Time a class is in sessionString getCourseTimes()
| course_times | |
| Details | Time a class is in session. |
| Example | <g:course_times>MWF 08:30 - 09:45</g:course_times> |
| Attribute of | Course schedules |
| Content type | string |
void setSalary(Float salary)
| salary | |
| Details | Salary for this position. Non-numeric values such as "$" symbols are not acceptable. |
| Example | <g:salary>55000</g:salary> |
| Attribute of | Jobs |
| Content type | float |
salary - Salary for this positionFloat getSalary()
| salary | |
| Details | Salary for this position. Non-numeric values such as "$" symbols are not acceptable. |
| Example | <g:salary>55000</g:salary> |
| Attribute of | Jobs |
| Content type | float |
void setSubjects(String[] subject)
| subject | |
| Details | Topic of study for a course. |
| Example | <g:subject>Trigonometry</g:subject> |
| Attribute of | Course schedules |
| Content type | string |
subject - Topics of study for a courseString[] getSubjects()
| subject | |
| Details | Topic of study for a course. |
| Example | <g:subject>Trigonometry</g:subject> |
| Attribute of | Course schedules |
| Content type | string |
void setUniversity(String university)
| university | |
| Details | Name of the school a class is offered at. |
| Example | <g:university>Stanford</g:university> |
| Attribute of | Course schedules |
| Content type | string |
university - Name of the school at which a class is offered.String getUniversity()
| university | |
| Details | Name of the school a class is offered at. |
| Example | <g:university>Stanford</g:university> |
| Attribute of | Course schedules |
| Content type | string |
Copyright © 2021. All rights reserved.