public class JobTaskListItemTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Long |
accountManagerId |
private Collection<Long> |
allocatedEmpIds |
private Long |
clientId |
private Long |
contactId |
private String |
description |
private HappyRatingType |
happyRating |
private Long |
jobId |
private String |
jobName |
private String |
jobNumber |
private Calendar |
jobTaskCompletionDate |
private Long |
jobTaskUserStatusId |
private Long |
projectId |
private Integer |
studioAllocationMinutes |
private Calendar |
taskDeadline |
private Integer |
totalTimeLoggedMinutes |
| Constructor and Description |
|---|
JobTaskListItemTO() |
JobTaskListItemTO(Long id,
Long accountManagerId,
Long contactId,
Long clientId,
Long projectId,
Long jobId,
String jobNumber,
String jobName,
String description,
Calendar taskDeadline,
Integer studioAllocationMinutes,
Integer totalTimeLoggedMinutes,
Long jobTaskUserStatusId,
Calendar jobTaskCompletionDate) |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate Long accountManagerId
private Long contactId
private Long clientId
private Long projectId
private Long jobId
private String jobNumber
private String jobName
private String description
private Calendar taskDeadline
private Integer studioAllocationMinutes
private Integer totalTimeLoggedMinutes
private Calendar jobTaskCompletionDate
private Long jobTaskUserStatusId
private HappyRatingType happyRating
private Collection<Long> allocatedEmpIds
public JobTaskListItemTO()
public JobTaskListItemTO(Long id, Long accountManagerId, Long contactId, Long clientId, Long projectId, Long jobId, String jobNumber, String jobName, String description, Calendar taskDeadline, Integer studioAllocationMinutes, Integer totalTimeLoggedMinutes, Long jobTaskUserStatusId, Calendar jobTaskCompletionDate)
public Calendar getJobTaskCompletionDate()
public void setJobTaskCompletionDate(Calendar jobTaskCompletionDate)
public Long getAccountManagerId()
public void setAccountManagerId(Long accountManagerId)
public Long getContactId()
public void setContactId(Long contactId)
public Long getClientId()
public void setClientId(Long clientId)
public Long getProjectId()
public void setProjectId(Long projectId)
public Long getJobId()
public void setJobId(Long jobId)
public String getJobNumber()
public void setJobNumber(String jobNumber)
public String getJobName()
public void setJobName(String jobName)
public String getDescription()
public void setDescription(String description)
public Calendar getTaskDeadline()
public void setTaskDeadline(Calendar taskDeadline)
public Integer getStudioAllocationMinutes()
public void setStudioAllocationMinutes(Integer studioAllocationMinutes)
public Integer getTotalTimeLoggedMinutes()
public void setTotalTimeLoggedMinutes(Integer totalTimeLoggedMinutes)
public HappyRatingType getHappyRating()
public void setHappyRating(HappyRatingType happyRating)
public Collection<Long> getAllocatedEmpIds()
public void setAllocatedEmpIds(Collection<Long> allocatedEmpIds)
public Long getJobTaskUserStatusId()
public void setJobTaskUserStatusId(Long jobTaskUserStatusId)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.