public class SocInfo extends IdEntityInfo implements Soc
| Constructor and Description |
|---|
SocInfo()
Constructs a new CourseOffering Set object.
|
SocInfo(Soc soc)
Constructs a new Set of Offered Courses from an existing Set.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getLastSchedulingRunCompleted()
Date the SOC scheduling run completed
|
Date |
getLastSchedulingRunStarted()
Date of the last time this SOC was submitted to the scheduler
|
Date |
getPublishingCompleted()
Date the publishing process was initiated
|
Date |
getPublishingStarted()
Date this SOC was submitted for publishing
|
String |
getSchedulingStateKey()
Indicates where this Set of CourseOffering's is in the scheduling process.
|
String |
getSubjectArea()
Subject Area of the courses in the course offering set
This is the first part of the course number, for example "ENG" in "ENG 101"
THIS IS A PLACEHOLDER FOR DEFINING DEPARTMENTAL SOCS
NOTE: if a course is cross-listed it is not clear yet if it appears in
Socs for both subject areas or just the one main one for the course.
|
String |
getTermId()
Academic term of the courses in the course offering set
|
String |
getUnitsContentOwnerId()
The Organization id of the content owner of the courses in this course offering
set.
|
void |
setLastSchedulingRunCompleted(Date lastSchedulingRunCompleted) |
void |
setLastSchedulingRunStarted(Date lastSchedulingRunStarted) |
void |
setPublishingCompleted(Date publishingCompleted) |
void |
setPublishingStarted(Date publishingStarted) |
void |
setSchedulingStateKey(String schedulingStateKey) |
void |
setSubjectArea(String subjectArea) |
void |
setTermId(String termId) |
void |
setUnitsContentOwnerId(String unitsContentOwnerId) |
getId, setIdgetDescr, getName, setDescr, setNamegetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic SocInfo()
public String getTermId()
Socpublic String getSubjectArea()
SocgetSubjectArea in interface Socpublic void setSubjectArea(String subjectArea)
public String getUnitsContentOwnerId()
SocgetUnitsContentOwnerId in interface Socpublic void setUnitsContentOwnerId(String unitsContentOwnerId)
public Date getLastSchedulingRunCompleted()
SocgetLastSchedulingRunCompleted in interface Socpublic void setLastSchedulingRunCompleted(Date lastSchedulingRunCompleted)
public Date getLastSchedulingRunStarted()
SocgetLastSchedulingRunStarted in interface Socpublic void setLastSchedulingRunStarted(Date lastSchedulingRunStarted)
public Date getPublishingCompleted()
SocgetPublishingCompleted in interface Socpublic void setPublishingCompleted(Date publishingCompleted)
public Date getPublishingStarted()
SocgetPublishingStarted in interface Socpublic void setPublishingStarted(Date publishingStarted)
public String getSchedulingStateKey()
SocgetSchedulingStateKey in interface Socpublic void setSchedulingStateKey(String schedulingStateKey)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.