|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.demo.validation.DayStatistics
public class DayStatistics
| Constructor Summary | |
|---|---|
DayStatistics()
|
|
| Method Summary | |
|---|---|
java.util.List<PassTime> |
getDayPasstimes()
|
java.lang.Integer |
getTotalTime()
|
void |
setDayPasstimes(java.util.List<PassTime> dayPasstimes)
|
void |
store(javax.faces.event.ActionEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DayStatistics()
| Method Detail |
|---|
public java.util.List<PassTime> getDayPasstimes()
public void setDayPasstimes(java.util.List<PassTime> dayPasstimes)
@NotNull
@Min(value=1L,
message="Please feel at list one entry")
@Max(value=24L,
message="Only 24h in a day!")
public java.lang.Integer getTotalTime()
public void store(javax.faces.event.ActionEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||