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, setId
getDescr, getName, setDescr, setName
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public SocInfo()
public String getTermId()
Soc
public String getSubjectArea()
Soc
getSubjectArea
in interface Soc
public void setSubjectArea(String subjectArea)
public String getUnitsContentOwnerId()
Soc
getUnitsContentOwnerId
in interface Soc
public void setUnitsContentOwnerId(String unitsContentOwnerId)
public Date getLastSchedulingRunCompleted()
Soc
getLastSchedulingRunCompleted
in interface Soc
public void setLastSchedulingRunCompleted(Date lastSchedulingRunCompleted)
public Date getLastSchedulingRunStarted()
Soc
getLastSchedulingRunStarted
in interface Soc
public void setLastSchedulingRunStarted(Date lastSchedulingRunStarted)
public Date getPublishingCompleted()
Soc
getPublishingCompleted
in interface Soc
public void setPublishingCompleted(Date publishingCompleted)
public Date getPublishingStarted()
Soc
getPublishingStarted
in interface Soc
public void setPublishingStarted(Date publishingStarted)
public String getSchedulingStateKey()
Soc
getSchedulingStateKey
in interface Soc
public void setSchedulingStateKey(String schedulingStateKey)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.