public class WorkingTimeRangeTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private Calendar |
end |
private Calendar |
start |
| Constructor and Description |
|---|
WorkingTimeRangeTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Calendar |
getEnd() |
Calendar |
getStart() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setEnd(Calendar end) |
void |
setStart(Calendar start) |
clearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate String description
@NotNull private Calendar start
@NotNull private Calendar end
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.