source: src/main/java/edu/gjoko/schedlr/entity/AppointmentStatus.java@ 77205be

Last change on this file since 77205be was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 6 months ago

Add entire code

  • Property mode set to 100644
File size: 173 bytes
Line 
1package edu.gjoko.schedlr.entity;
2
3public enum AppointmentStatus {
4 NEW,
5 CANCELLED_BY_CUSTOMER,
6 CANCELLED_BY_BUSINESS_OWNER,
7 FINISHED_AND_REVIEWED_BY_USER;
8}
Note: See TracBrowser for help on using the repository browser.