public class TimeAmountInfo extends Object implements TimeAmount, Serializable
Constructor and Description |
---|
TimeAmountInfo()
Constructs a new TimeAmountInfo.
|
TimeAmountInfo(TimeAmount timeAmount)
Constructs a new TimeAmountInfo from another TimeAmount.
|
Modifier and Type | Method and Description |
---|---|
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) |
public TimeAmountInfo()
public TimeAmountInfo(TimeAmount timeAmount)
timeAmount
- the TimeAmount to copypublic 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)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.