org.kuali.student.core.dto
Class AmountInfo
java.lang.Object
org.kuali.student.core.dto.AmountInfo
- All Implemented Interfaces:
- Serializable
public class AmountInfo
- extends Object
- implements Serializable
Detailed information about an amount including both the type of units and the quantity.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
unitType
private String unitType
unitQuantity
private String unitQuantity
AmountInfo
public AmountInfo()
getUnitType
public String getUnitType()
- The kind of units associated with the quantity, such as hours/week. It is expected that in usage in other structures, this value will always be enumerated based on that context.
setUnitType
public void setUnitType(String unitType)
getUnitQuantity
public String getUnitQuantity()
- The amount of units. Allowed values consist of numeric values as well as the string "unbounded".
setUnitQuantity
public void setUnitQuantity(String unitQuantity)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.