public class CluCreditInfo extends Object implements Serializable, CluCredit
| Constructor and Description |
|---|
CluCreditInfo() |
CluCreditInfo(CluCredit cluCredit) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public CluCreditInfo()
public CluCreditInfo(CluCredit cluCredit)
public String getRepeatCount()
CluCreditgetRepeatCount in interface CluCreditpublic void setRepeatCount(String repeatCount)
public TimeAmountInfo getRepeatTime()
CluCreditgetRepeatTime in interface CluCreditpublic void setRepeatTime(TimeAmountInfo repeatTime)
public String getRepeatUnits()
CluCreditgetRepeatUnits in interface CluCreditpublic void setRepeatUnits(String repeatUnits)
public Integer getMinTotalUnits()
CluCreditgetMinTotalUnits in interface CluCreditpublic void setMinTotalUnits(Integer minTotalUnits)
public Integer getMaxTotalUnits()
CluCreditgetMaxTotalUnits in interface CluCreditpublic void setMaxTotalUnits(Integer maxTotalUnits)
public Integer getInstructorUnits()
CluCreditgetInstructorUnits in interface CluCreditpublic void setInstructorUnits(Integer instructorUnits)
public TimeAmountInfo getMinTimeToComplete()
CluCreditgetMinTimeToComplete in interface CluCreditpublic void setMinTimeToComplete(TimeAmountInfo minTimeToComplete)
public TimeAmountInfo getMaxTimeToComplete()
CluCreditgetMaxTimeToComplete in interface CluCreditpublic void setMaxTimeToComplete(TimeAmountInfo maxTimeToComplete)
public TimeAmountInfo getMaxAllowableInactivity()
CluCreditgetMaxAllowableInactivity in interface CluCreditpublic void setMaxAllowableInactivity(TimeAmountInfo maxAllowableInactivity)
public TimeAmountInfo getMaxTimeResultsRecognized()
CluCreditgetMaxTimeResultsRecognized in interface CluCreditpublic void setMaxTimeResultsRecognized(TimeAmountInfo maxTimeResultsRecognized)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.