@Entity public class JobDetailEntity extends UserUpdatedTCEntity
| Modifier and Type | Field and Description |
|---|---|
private TrafficEmployeeEntity |
accountManager |
private String |
description |
private JobEntity |
job |
private CRMEmployeeEntity |
jobContact |
private JobCostType |
jobCostType |
private JobDescriptionType |
jobDescription |
private JobTypeListItemEntity |
jobTypeListItem |
private String |
name |
private String |
notes |
private ProjectEntity |
ownerProject |
private QuoteEntity |
quote |
lastUpdatedUserIdDATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
JobDetailEntity() |
| Modifier and Type | Method and Description |
|---|---|
TrafficEmployeeEntity |
getAccountManager() |
String |
getDescription() |
JobEntity |
getJob() |
CRMEmployeeEntity |
getJobContact() |
JobCostType |
getJobCostType() |
JobDescriptionType |
getJobDescription() |
JobTypeListItemEntity |
getJobTypeListItem() |
String |
getName() |
String |
getNotes() |
ProjectEntity |
getOwnerProject() |
QuoteEntity |
getQuote() |
void |
setAccountManager(TrafficEmployeeEntity accountManager) |
void |
setDescription(String description) |
void |
setJob(JobEntity job) |
void |
setJobContact(CRMEmployeeEntity jobContact) |
void |
setJobCostType(JobCostType jobCostType) |
void |
setJobDescription(JobDescriptionType jobDescription) |
void |
setJobTypeListItem(JobTypeListItemEntity jobTypeListItem) |
void |
setName(String name) |
void |
setNotes(String notes) |
void |
setOwnerProject(ProjectEntity ownerProject) |
void |
setQuote(QuoteEntity quote) |
getTrafficCompany, setTrafficCompanygetLastUpdatedUserId, setLastUpdatedUserIdprivate JobDescriptionType jobDescription
private String name
private String description
private String notes
private CRMEmployeeEntity jobContact
private TrafficEmployeeEntity accountManager
private ProjectEntity ownerProject
private JobEntity job
private QuoteEntity quote
private JobTypeListItemEntity jobTypeListItem
private JobCostType jobCostType
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getNotes()
public void setNotes(String notes)
public CRMEmployeeEntity getJobContact()
public void setJobContact(CRMEmployeeEntity jobContact)
public TrafficEmployeeEntity getAccountManager()
public void setAccountManager(TrafficEmployeeEntity accountManager)
public ProjectEntity getOwnerProject()
public void setOwnerProject(ProjectEntity ownerProject)
public JobEntity getJob()
public void setJob(JobEntity job)
public QuoteEntity getQuote()
public void setQuote(QuoteEntity quote)
public JobDescriptionType getJobDescription()
public void setJobDescription(JobDescriptionType jobDescription)
public JobTypeListItemEntity getJobTypeListItem()
public void setJobTypeListItem(JobTypeListItemEntity jobTypeListItem)
public JobCostType getJobCostType()
public void setJobCostType(JobCostType jobCostType)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.