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()
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)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.