Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 159626c0

Přidáno uživatelem Lukas Cerny před více než 5 roky(ů)

Re #7471 edited design of APIs based on consultation

Zobrazit rozdíly:

server/src/main/java/cz/zcu/yamanager/dto/CalendarItem.java
9 9
    private LocalTime from;
10 10
    private LocalTime to;
11 11
    private VacationType type;
12
    private RequestStatus status;
12 13

  
13 14
    public LocalDate getDate() {
14 15
        return date;
......
41 42
    public void setType(VacationType type) {
42 43
        this.type = type;
43 44
    }
45

  
46
    public RequestStatus getStatus() {
47
        return status;
48
    }
49

  
50
    public void setStatus(RequestStatus status) {
51
        this.status = status;
52
    }
44 53
}

Také k dispozici: Unified diff