org.kuali.student.core.dto
Class AmountInfo

java.lang.Object
  extended by 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

Field Summary
private static long serialVersionUID
           
private  String unitQuantity
           
private  String unitType
           
 
Constructor Summary
AmountInfo()
           
 
Method Summary
 String getUnitQuantity()
          The amount of units.
 String getUnitType()
          The kind of units associated with the quantity, such as hours/week.
 void setUnitQuantity(String unitQuantity)
           
 void setUnitType(String unitType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

unitType

private String unitType

unitQuantity

private String unitQuantity
Constructor Detail

AmountInfo

public AmountInfo()
Method Detail

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.