public class JobLightweightTO extends UserUpdatedTO implements TaggableTO
| Modifier and Type | Field and Description |
|---|---|
private Identifier |
appliedCustomRateSetId |
private Boolean |
billableJob |
private MoneyTO |
billedNet |
private MoneyTO |
billedTaxOneAmount |
private MoneyTO |
billedTaxTwoAmount |
private MoneyTO |
clientPurchaseOrderValue |
private String |
clientReference |
private String |
externalCode |
private Calendar |
externalDeadline |
private Set<FreeTagLinkTO> |
freeTags |
private Calendar |
internalDeadline |
private JobBillingStateType |
jobBillingStateType |
private Calendar |
jobCompletedDate |
private Long |
jobDetailId |
private String |
jobNumber |
private Calendar |
jobStartDate |
private JobStateType |
jobStateType |
private Identifier |
jobUserCategoryListItemId |
private Identifier |
parentRetainerJobId |
private BigDecimal |
realisationThreshold |
private Identifier |
realisationThresholdListItemId |
private Boolean |
retainerJob |
private String |
secondaryExternalCode |
lastUpdatedUserId| Constructor and Description |
|---|
JobLightweightTO() |
JobLightweightTO(Long id,
String jobNumber,
Long jobDetailId,
JobStateType jobStateType) |
JobLightweightTO(Long id,
String jobNumber,
Long jobDetailId,
JobStateType jobStateType,
String externalCode) |
JobLightweightTO(Long id,
String jobNumber2,
Long jobDetailId2,
JobStateType jobStateType2,
String externalCode2,
Boolean billableJob2) |
getLastUpdatedUserId, setLastUpdatedUserIdclearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate String jobNumber
@NotNull private JobStateType jobStateType
@NotNull private JobBillingStateType jobBillingStateType
private Long jobDetailId
private Calendar jobCompletedDate
private Calendar jobStartDate
@NotNull private Calendar internalDeadline
private Calendar externalDeadline
private Identifier jobUserCategoryListItemId
private Identifier appliedCustomRateSetId
private String clientReference
private MoneyTO clientPurchaseOrderValue
@NotNull private Boolean billableJob
private MoneyTO billedNet
private MoneyTO billedTaxOneAmount
private MoneyTO billedTaxTwoAmount
private String externalCode
private String secondaryExternalCode
private Set<FreeTagLinkTO> freeTags
private Identifier realisationThresholdListItemId
private BigDecimal realisationThreshold
private Identifier parentRetainerJobId
private Boolean retainerJob
public JobLightweightTO()
public JobLightweightTO(Long id, String jobNumber, Long jobDetailId, JobStateType jobStateType)
public JobLightweightTO(Long id, String jobNumber, Long jobDetailId, JobStateType jobStateType, String externalCode)
public Identifier getRealisationThresholdListItemId()
public void setRealisationThresholdListItemId(Identifier realisationThresholdListItemId)
public BigDecimal getRealisationThreshold()
public void setRealisationThreshold(BigDecimal realisationThreshold)
public String getJobNumber()
public void setJobNumber(String jobNumber)
public JobStateType getJobStateType()
public void setJobStateType(JobStateType jobStateType)
public JobBillingStateType getJobBillingStateType()
public void setJobBillingStateType(JobBillingStateType jobBillingStateType)
public Long getJobDetailId()
public void setJobDetailId(Long jobDetailId)
public Calendar getInternalDeadline()
public void setInternalDeadline(Calendar internalDeadline)
public Calendar getExternalDeadline()
public void setExternalDeadline(Calendar externalDeadline)
public Identifier getJobUserCategoryListItemId()
public void setJobUserCategoryListItemId(Identifier jobUserCategoryListItemId)
public String getClientReference()
public void setClientReference(String clientReference)
public Boolean getBillableJob()
public void setBillableJob(Boolean billableJob)
public MoneyTO getBilledNet()
public void setBilledNet(MoneyTO billedNet)
public MoneyTO getBilledTaxOneAmount()
public void setBilledTaxOneAmount(MoneyTO billedTaxOneAmount)
public MoneyTO getBilledTaxTwoAmount()
public void setBilledTaxTwoAmount(MoneyTO billedTaxTwoAmount)
public MoneyTO getClientPurchaseOrderValue()
public void setClientPurchaseOrderValue(MoneyTO clientPurchaseOrderValue)
public Identifier getAppliedCustomRateSetId()
public void setAppliedCustomRateSetId(Identifier appliedCustomRateSet)
public String getExternalCode()
public void setExternalCode(String externalCode)
public Calendar getJobCompletedDate()
public void setJobCompletedDate(Calendar jobCompletedDate)
public String getSecondaryExternalCode()
public void setSecondaryExternalCode(String secondaryExternalCode)
public Set<FreeTagLinkTO> getFreeTags()
getFreeTags in interface TaggableTOpublic void setFreeTags(Set<FreeTagLinkTO> freeTags)
setFreeTags in interface TaggableTOpublic Calendar getJobStartDate()
public void setJobStartDate(Calendar jobStartDate)
public Identifier getParentRetainerJobId()
public void setParentRetainerJobId(Identifier parentRetainerJobId)
public Boolean getRetainerJob()
public void setRetainerJob(Boolean retainerJob)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.