org.kuali.student.common.dto
Class TimeAmountInfo

java.lang.Object
  extended by org.kuali.student.common.dto.TimeAmountInfo
All Implemented Interfaces:
Serializable

public class TimeAmountInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String atpDurationTypeKey
           
private static long serialVersionUID
           
private  Integer timeQuantity
           
 
Constructor Summary
TimeAmountInfo()
           
 
Method Summary
 String getAtpDurationTypeKey()
           
 Integer getTimeQuantity()
           
 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

atpDurationTypeKey

private String atpDurationTypeKey

timeQuantity

private Integer timeQuantity
Constructor Detail

TimeAmountInfo

public TimeAmountInfo()
Method Detail

getAtpDurationTypeKey

public String getAtpDurationTypeKey()

setAtpDurationTypeKey

public void setAtpDurationTypeKey(String atpDurationTypeKey)

getTimeQuantity

public Integer getTimeQuantity()

setTimeQuantity

public void setTimeQuantity(Integer timeQuantity)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.