org.kuali.student.core.entity
Class TimeAmount

java.lang.Object
  extended by org.kuali.student.core.entity.TimeAmount

public class TimeAmount
extends Object


Field Summary
private  String atpDurationTypeKey
           
private  Integer timeQuantity
           
 
Constructor Summary
TimeAmount()
           
 
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

atpDurationTypeKey

private String atpDurationTypeKey

timeQuantity

private Integer timeQuantity
Constructor Detail

TimeAmount

public TimeAmount()
Method Detail

getAtpDurationTypeKey

public String getAtpDurationTypeKey()

setAtpDurationTypeKey

public void setAtpDurationTypeKey(String atpDurationTypeKey)

getTimeQuantity

public Integer getTimeQuantity()

setTimeQuantity

public void setTimeQuantity(Integer timeQuantity)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.