org.kuali.student.r2.common.dto
Class TimeAmountInfo

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

public class TimeAmountInfo
extends Object
implements TimeAmount, Serializable

Information about a time amount.

Author:
tom
See Also:
Serialized Form

Constructor Summary
TimeAmountInfo()
          Constructs a new TimeAmountInfo.
TimeAmountInfo(TimeAmount timeAmount)
          Constructs a new TimeAmountInfo from another TimeAmount.
 
Method Summary
 String getAtpDurationTypeKey()
          The kind of units associated with the quantity, such as Semesters.
 Integer getTimeQuantity()
          The amount of time.
 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
 

Constructor Detail

TimeAmountInfo

public TimeAmountInfo()
Constructs a new TimeAmountInfo.


TimeAmountInfo

public TimeAmountInfo(TimeAmount timeAmount)
Constructs a new TimeAmountInfo from another TimeAmount.

Parameters:
timeAmount - the TimeAmount to copy
Method Detail

getAtpDurationTypeKey

public String getAtpDurationTypeKey()
Description copied from interface: TimeAmount
The kind of units associated with the quantity, such as Semesters.

Specified by:
getAtpDurationTypeKey in interface TimeAmount

setAtpDurationTypeKey

public void setAtpDurationTypeKey(String atpDurationTypeKey)

getTimeQuantity

public Integer getTimeQuantity()
Description copied from interface: TimeAmount
The amount of time.

Specified by:
getTimeQuantity in interface TimeAmount

setTimeQuantity

public void setTimeQuantity(Integer timeQuantity)


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