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

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.TimeAmountInfo.Builder
All Implemented Interfaces:
ModelBuilder<TimeAmountInfo>, TimeAmount
Enclosing class:
TimeAmountInfo

public static class TimeAmountInfo.Builder
extends Object
implements ModelBuilder<TimeAmountInfo>, TimeAmount


Constructor Summary
TimeAmountInfo.Builder()
           
TimeAmountInfo.Builder(TimeAmount taInfo)
           
 
Method Summary
 TimeAmountInfo build()
           
 String getAtpDurationTypeKey()
          Get ????

Type: String

???

 Integer getTimeQuantity()
          Get ????

Type: Integer

???

 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.Builder

public TimeAmountInfo.Builder()

TimeAmountInfo.Builder

public TimeAmountInfo.Builder(TimeAmount taInfo)
Method Detail

build

public TimeAmountInfo build()
Specified by:
build in interface ModelBuilder<TimeAmountInfo>

getAtpDurationTypeKey

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

Type: String

???

Specified by:
getAtpDurationTypeKey in interface TimeAmount

setAtpDurationTypeKey

public void setAtpDurationTypeKey(String atpDurationTypeKey)

getTimeQuantity

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

Type: Integer

???

Specified by:
getTimeQuantity in interface TimeAmount

setTimeQuantity

public void setTimeQuantity(Integer timeQuantity)


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.