|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r2.common.dto.HasAttributesInfo org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo org.kuali.student.r2.common.dto.TypeStateEntityInfo org.kuali.student.r2.common.dto.EntityInfo org.kuali.student.r2.common.dto.IdEntityInfo org.kuali.student.enrollment.courseofferingset.dto.SocInfo
public class SocInfo
Constructor Summary | |
---|---|
SocInfo()
Constructs a new CourseOffering Set object. |
|
SocInfo(Soc soc)
Constructs a new Set of Offered Courses from an existing Set. |
Method Summary | |
---|---|
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)
|
Methods inherited from class org.kuali.student.r2.common.dto.IdEntityInfo |
---|
getId, setId |
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo |
---|
getDescr, getName, setDescr, setName |
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo |
---|
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey |
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo |
---|
getMeta, setMeta |
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo |
---|
getAttributes, getAttributeValue, getAttributeValueList, setAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
---|
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.Entity |
---|
getDescr, getName |
Methods inherited from interface org.kuali.student.r2.common.infc.HasType |
---|
getType, getTypeKey |
Methods inherited from interface org.kuali.student.r2.common.infc.HasState |
---|
getState, getStateKey |
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes |
---|
getAttributes |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
---|
getMeta |
Constructor Detail |
---|
public SocInfo()
public SocInfo(Soc soc)
soc
- The Set of Offered Courses to copyMethod Detail |
---|
public String getTermId()
Soc
getTermId
in interface Soc
public void setTermId(String termId)
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |