Package com.appiancorp.suiteapi.content
Class TotalByDayOfWeek
java.lang.Object
com.appiancorp.suiteapi.content.Total
com.appiancorp.suiteapi.content.TotalByDayOfWeek
This bean tracks the count for a day of the week.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the day of the week (0-6, where 0=Monday).void
setDayOfWeek
(Integer dayOfWeek_) Set the day of the week (0-6, where 0=Monday).toString()
-
Constructor Details
-
TotalByDayOfWeek
public TotalByDayOfWeek()
-
-
Method Details
-
getDayOfWeek
Get the day of the week (0-6, where 0=Monday).- Returns:
- day of the week
- See Also:
-
setDayOfWeek
Set the day of the week (0-6, where 0=Monday).- Parameters:
dayOfWeek_
- day of the week (0-6)- See Also:
-
toString
-