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

java.lang.Object
  extended by org.kuali.student.common.dto.TimeAmountInfo.Builder
All Implemented Interfaces:
ModelBuilder<TimeAmountInfo>, TimeAmount
Enclosing class:
TimeAmountInfo

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


Field Summary
private  String atpDurationTypeKey
           
private  Integer timeQuantity
           
 
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
 

Field Detail

atpDurationTypeKey

private String atpDurationTypeKey

timeQuantity

private Integer timeQuantity
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.