|
|
@@ -14,8 +14,6 @@ public class DayBean {
|
|
|
// 是否为今天
|
|
|
private boolean currentDay;
|
|
|
|
|
|
- private boolean isSelected = false;
|
|
|
-
|
|
|
private String status;//0今日无训练记录,1今日已完成训练,2今日未完成训练
|
|
|
|
|
|
public String getDay() {
|
|
|
@@ -70,14 +68,6 @@ public class DayBean {
|
|
|
this.status = status;
|
|
|
}
|
|
|
|
|
|
- public boolean isSelected() {
|
|
|
- return isSelected;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSelected(boolean selected) {
|
|
|
- isSelected = selected;
|
|
|
- }
|
|
|
-
|
|
|
public String getTime() {
|
|
|
return getYear() + "-" + getMonth() + "-" + getDay();
|
|
|
}
|