public class ContactEntryLightweightTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Identifier |
contactTypeListItemId |
private Identifier |
createdByTrafficEmployeeId |
private Date |
entryDate |
private Boolean |
hasChildrenEntries |
private Calendar |
lastSent |
private Boolean |
lockedForEdit |
private Long |
numberOfAttachments |
private Long |
numberOfTodos |
private Identifier |
parentContactEntryId |
private String |
subject |
private List<TagTO> |
tags |
| Constructor and Description |
|---|
ContactEntryLightweightTO() |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getContactTypeListItemId() |
Identifier |
getCreatedByTrafficEmployeeId() |
Date |
getEntryDate() |
Boolean |
getHasChildrenEntries() |
Calendar |
getLastSent() |
Boolean |
getLockedForEdit() |
Long |
getNumberOfAttachments() |
Long |
getNumberOfTodos() |
Identifier |
getParentContactEntryId() |
String |
getSubject() |
List<TagTO> |
getTags() |
void |
setContactTypeListItemId(Identifier contactTypeListItemId) |
void |
setCreatedByTrafficEmployeeId(Identifier createdByTrafficEmployeeId) |
void |
setEntryDate(Date entryDate) |
void |
setHasChildrenEntries(Boolean hasChildrenEntries) |
void |
setLastSent(Calendar lastSent) |
void |
setLockedForEdit(Boolean lockedForEdit) |
void |
setNumberOfAttachments(Long numberOfAttachments) |
void |
setNumberOfTodos(Long numberOfTodos) |
void |
setParentContactEntryId(Identifier parentContactEntryId) |
void |
setSubject(String subject) |
void |
setTags(List<TagTO> tags) |
String |
toString() |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion@NotNull @Size(max=255) private String subject
private Date entryDate
private Identifier parentContactEntryId
private Boolean hasChildrenEntries
private Calendar lastSent
@NotNull(groups=com.sohnar.trafficlite.validation.groups.CreatedByAnotherChecks.class) private Identifier createdByTrafficEmployeeId
private Identifier contactTypeListItemId
@NotNull private Boolean lockedForEdit
private Long numberOfTodos
private Long numberOfAttachments
public Long getNumberOfAttachments()
public void setNumberOfAttachments(Long numberOfAttachments)
public String getSubject()
public void setSubject(String subject)
public Date getEntryDate()
public void setEntryDate(Date entryDate)
public Identifier getParentContactEntryId()
public void setParentContactEntryId(Identifier parentContactEntryId)
public Boolean getHasChildrenEntries()
public void setHasChildrenEntries(Boolean hasChildrenEntries)
public Identifier getCreatedByTrafficEmployeeId()
public void setCreatedByTrafficEmployeeId(Identifier createdByTrafficEmployeeId)
public Calendar getLastSent()
public void setLastSent(Calendar lastSent)
public Long getNumberOfTodos()
public void setNumberOfTodos(Long numberOfTodos)
public Identifier getContactTypeListItemId()
public void setContactTypeListItemId(Identifier contactTypeListItemId)
public Boolean getLockedForEdit()
public void setLockedForEdit(Boolean lockedForEdit)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.