org.kuali.student.contract.model.test.source
Class TimeAmountInfo

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.TimeAmountInfo
All Implemented Interfaces:
Serializable, TimeAmount

public class TimeAmountInfo
extends Object
implements TimeAmount, Serializable

See Also:
Serialized Form

Nested Class Summary
static class TimeAmountInfo.Builder
           
 
Field Summary
private  List<Element> _futureElements
           
private  String atpDurationTypeKey
           
private static long serialVersionUID
           
private  Integer timeQuantity
           
 
Constructor Summary
private TimeAmountInfo()
           
private TimeAmountInfo(TimeAmount builder)
           
 
Method Summary
 String getAtpDurationTypeKey()
          Get ????

Type: String

???

 Integer getTimeQuantity()
          Get ????

Type: Integer

???

 
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 final String atpDurationTypeKey

timeQuantity

private final Integer timeQuantity

_futureElements

private final List<Element> _futureElements
Constructor Detail

TimeAmountInfo

private TimeAmountInfo()

TimeAmountInfo

private TimeAmountInfo(TimeAmount builder)
Method Detail

getAtpDurationTypeKey

public String getAtpDurationTypeKey()
Description copied from interface: TimeAmount
Get ????

Type: String

???

Specified by:
getAtpDurationTypeKey in interface TimeAmount

getTimeQuantity

public Integer getTimeQuantity()
Description copied from interface: TimeAmount
Get ????

Type: Integer

???

Specified by:
getTimeQuantity in interface TimeAmount


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