|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.tklm.time.detail.TimeDetailSummary
public class TimeDetailSummary
| Constructor Summary | |
|---|---|
TimeDetailSummary()
|
|
| Method Summary | |
|---|---|
Integer |
getNumberOfDays()
The numberOfDays associated with the TimeDetailSummary |
List<TimeBlock> |
getTimeBlocks()
The list of TimeBlock objects associated with the TimeDetailSummary |
void |
setNumberOfDays(Integer numberOfDays)
|
void |
setTimeBlocks(List<TimeBlock> timeBlocks)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeDetailSummary()
| Method Detail |
|---|
public void setTimeBlocks(List<TimeBlock> timeBlocks)
public List<TimeBlock> getTimeBlocks()
TimeDetailSummaryContracttimeBlocks of a TimeDetailSummary
getTimeBlocks in interface TimeDetailSummaryContractpublic void setNumberOfDays(Integer numberOfDays)
public Integer getNumberOfDays()
TimeDetailSummaryContractnumberOfDays of a TimeDetailSummary
getNumberOfDays in interface TimeDetailSummaryContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||