public class TimeDetailSummary extends Object implements TimeDetailSummaryContract
Constructor and Description |
---|
TimeDetailSummary() |
Modifier and Type | Method and Description |
---|---|
Integer |
getNumberOfDays()
The numberOfDays associated with the TimeDetailSummary
|
List<TimeBlockBo> |
getTimeBlocks()
The list of TimeBlock objects associated with the TimeDetailSummary
|
void |
setNumberOfDays(Integer numberOfDays) |
void |
setTimeBlocks(List<TimeBlockBo> timeBlocks) |
public TimeDetailSummary()
public void setTimeBlocks(List<TimeBlockBo> timeBlocks)
public List<TimeBlockBo> getTimeBlocks()
TimeDetailSummaryContract
timeBlocks of a TimeDetailSummary
getTimeBlocks
in interface TimeDetailSummaryContract
public void setNumberOfDays(Integer numberOfDays)
public Integer getNumberOfDays()
TimeDetailSummaryContract
numberOfDays of a TimeDetailSummary
getNumberOfDays
in interface TimeDetailSummaryContract
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.