@MappedSuperclass public abstract class AbstractTimeAllocationIntervalEntity<GROUP extends AbstractEmployeeTimeAllocationGroupEntity<?>> extends TCBaseEntity implements HasAllocationGroup<GROUP>
| Modifier and Type | Field and Description |
|---|---|
private Calendar |
endTime |
private Calendar |
startTime |
private String |
uuid |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
AbstractTimeAllocationIntervalEntity() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEndTime() |
Integer |
getIntervalMinutes() |
Calendar |
getStartTime() |
abstract GROUP |
getTimeAllocationGroup() |
String |
getUuid() |
boolean |
intervalEquals(Object obj) |
void |
setEndTime(Calendar endTime) |
void |
setStartTime(Calendar startTime) |
abstract void |
setTimeAllocationGroup(GROUP group) |
void |
setUuid(String uuid) |
getTrafficCompany, setTrafficCompanygetDateCreated, getDateModified, getId, getProxiedId, getVersion, isPersisted, isUnpersisted, prePersist, preUpdate, setDateCreated, setDateModified, setId, setVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprivate String uuid
private Calendar startTime
private Calendar endTime
public AbstractTimeAllocationIntervalEntity()
public String getUuid()
public void setUuid(String uuid)
public Calendar getStartTime()
public void setStartTime(Calendar startTime)
public Calendar getEndTime()
public void setEndTime(Calendar endTime)
public Integer getIntervalMinutes()
public abstract void setTimeAllocationGroup(GROUP group)
setTimeAllocationGroup in interface HasAllocationGroup<GROUP extends AbstractEmployeeTimeAllocationGroupEntity<?>>public abstract GROUP getTimeAllocationGroup()
getTimeAllocationGroup in interface HasAllocationGroup<GROUP extends AbstractEmployeeTimeAllocationGroupEntity<?>>public boolean intervalEquals(Object obj)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.