|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r2.lum.clu.dto.CluCreditInfo
public class CluCreditInfo
Constructor Summary | |
---|---|
CluCreditInfo()
|
|
CluCreditInfo(CluCredit cluCredit)
|
Method Summary | |
---|---|
Integer |
getInstructorUnits()
The total credit hours for use in evaluating the Instructor, meant to cover the concept of Contact Hours |
TimeAmountInfo |
getMaxAllowableInactivity()
The Maximum Allowable Number of Time Periods of Inactivity (i.e. |
TimeAmountInfo |
getMaxTimeResultsRecognized()
After this period expires, the results will no longer be recognized and the student will have to retake the CLU. |
TimeAmountInfo |
getMaxTimeToComplete()
The default maximum amount of time allowed to complete the CLU. |
Integer |
getMaxTotalUnits()
The maximum total number of credits or units earned by the Student. |
TimeAmountInfo |
getMinTimeToComplete()
Minimum amount of time required to complete the CLU. |
Integer |
getMinTotalUnits()
The minimum total number of credits or units earned by the Student. |
String |
getRepeatCount()
The number of times a student may repeat the course for credit. |
TimeAmountInfo |
getRepeatTime()
The amount of time after which a student may repeat the course (in ATP) |
String |
getRepeatUnits()
The total number of units for which the student may repeat this course. |
void |
setInstructorUnits(Integer instructorUnits)
|
void |
setMaxAllowableInactivity(TimeAmountInfo maxAllowableInactivity)
|
void |
setMaxTimeResultsRecognized(TimeAmountInfo maxTimeResultsRecognized)
|
void |
setMaxTimeToComplete(TimeAmountInfo maxTimeToComplete)
|
void |
setMaxTotalUnits(Integer maxTotalUnits)
|
void |
setMinTimeToComplete(TimeAmountInfo minTimeToComplete)
|
void |
setMinTotalUnits(Integer minTotalUnits)
|
void |
setRepeatCount(String repeatCount)
|
void |
setRepeatTime(TimeAmountInfo repeatTime)
|
void |
setRepeatUnits(String repeatUnits)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CluCreditInfo()
public CluCreditInfo(CluCredit cluCredit)
Method Detail |
---|
public String getRepeatCount()
CluCredit
getRepeatCount
in interface CluCredit
public void setRepeatCount(String repeatCount)
public TimeAmountInfo getRepeatTime()
CluCredit
getRepeatTime
in interface CluCredit
public void setRepeatTime(TimeAmountInfo repeatTime)
public String getRepeatUnits()
CluCredit
getRepeatUnits
in interface CluCredit
public void setRepeatUnits(String repeatUnits)
public Integer getMinTotalUnits()
CluCredit
getMinTotalUnits
in interface CluCredit
public void setMinTotalUnits(Integer minTotalUnits)
public Integer getMaxTotalUnits()
CluCredit
getMaxTotalUnits
in interface CluCredit
public void setMaxTotalUnits(Integer maxTotalUnits)
public Integer getInstructorUnits()
CluCredit
getInstructorUnits
in interface CluCredit
public void setInstructorUnits(Integer instructorUnits)
public TimeAmountInfo getMinTimeToComplete()
CluCredit
getMinTimeToComplete
in interface CluCredit
public void setMinTimeToComplete(TimeAmountInfo minTimeToComplete)
public TimeAmountInfo getMaxTimeToComplete()
CluCredit
getMaxTimeToComplete
in interface CluCredit
public void setMaxTimeToComplete(TimeAmountInfo maxTimeToComplete)
public TimeAmountInfo getMaxAllowableInactivity()
CluCredit
getMaxAllowableInactivity
in interface CluCredit
public void setMaxAllowableInactivity(TimeAmountInfo maxAllowableInactivity)
public TimeAmountInfo getMaxTimeResultsRecognized()
CluCredit
getMaxTimeResultsRecognized
in interface CluCredit
public void setMaxTimeResultsRecognized(TimeAmountInfo maxTimeResultsRecognized)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |