|
||||||||||
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.AmountInfo
public class AmountInfo
Detailed information about an amount including both the type of units and the quantity.
Constructor Summary | |
---|---|
AmountInfo()
Constructs a new AmountInfo. |
|
AmountInfo(Amount amount)
Constructs a new AmountInfo from another Amount. |
Method Summary | |
---|---|
String |
getUnitQuantity()
The amount of units. |
String |
getUnitTypeKey()
The kind of units associated with the quantity, such as hours/week. |
void |
setUnitQuantity(String unitQuantity)
|
void |
setUnitTypeKey(String unitTypeKey)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmountInfo()
public AmountInfo(Amount amount)
amount
- the amount to copyMethod Detail |
---|
public String getUnitTypeKey()
Amount
getUnitTypeKey
in interface Amount
public void setUnitTypeKey(String unitTypeKey)
public String getUnitQuantity()
Amount
getUnitQuantity
in interface Amount
public void setUnitQuantity(String unitQuantity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |