Skip to content

Commit 853b0d8

Browse files
author
Jesse Hoobergs
committed
Getter and Setter for Allday parameter of WeekViewEvent
1 parent d728c03 commit 853b0d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/src/main/java/com/alamkanak/weekview/WeekViewEvent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ public void setColor(int color) {
136136
this.mColor = color;
137137
}
138138

139+
public boolean isAllDay() { return mAllDay;}
140+
141+
public void setAllDay(boolean allDay) { this.mAllDay = allDay;}
142+
139143
public long getId() {
140144
return mId;
141145
}

0 commit comments

Comments
 (0)