Added service descriptions.
Pages now use service descriptions to describe services, falling back on the service type's displayable value if no description is given.
This commit is contained in:
@ -7,6 +7,7 @@ public class Service implements Serializable {
|
||||
int id
|
||||
private LocalDate date
|
||||
ServiceType serviceType
|
||||
String description
|
||||
|
||||
public boolean equals(Object thatObj) {
|
||||
if (thatObj == null) return false
|
||||
|
Reference in New Issue
Block a user