|
||||||||||
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.TimeAmountInfo
public class TimeAmountInfo
Information about a time amount.
Constructor Summary | |
---|---|
TimeAmountInfo()
Constructs a new TimeAmountInfo. |
|
TimeAmountInfo(TimeAmount timeAmount)
Constructs a new TimeAmountInfo from another TimeAmount. |
Method Summary | |
---|---|
String |
getAtpDurationTypeKey()
The kind of units associated with the quantity, such as Semesters. |
Integer |
getTimeQuantity()
The amount of time. |
void |
setAtpDurationTypeKey(String atpDurationTypeKey)
|
void |
setTimeQuantity(Integer timeQuantity)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeAmountInfo()
public TimeAmountInfo(TimeAmount timeAmount)
timeAmount
- the TimeAmount to copyMethod Detail |
---|
public String getAtpDurationTypeKey()
TimeAmount
getAtpDurationTypeKey
in interface TimeAmount
public void setAtpDurationTypeKey(String atpDurationTypeKey)
public Integer getTimeQuantity()
TimeAmount
getTimeQuantity
in interface TimeAmount
public void setTimeQuantity(Integer timeQuantity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |