org.kuali.student.common.dto
Class TimeAmountInfo.Builder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
atpDurationTypeKey
private String atpDurationTypeKey
timeQuantity
private Integer timeQuantity
TimeAmountInfo.Builder
public TimeAmountInfo.Builder()
TimeAmountInfo.Builder
public TimeAmountInfo.Builder(TimeAmount taInfo)
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.