public class LaborDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Contractor |
contractor |
protected java.util.List<Extrinsic> |
extrinsic |
protected JobDescription |
jobDescription |
protected Period |
period |
protected Supervisor |
supervisor |
protected java.lang.String |
supplierReferenceCode |
protected java.util.List<UnitRate> |
unitRate |
protected WorkLocation |
workLocation |
| Constructor and Description |
|---|
LaborDetail() |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
getContractor()
Gets the value of the contractor property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
JobDescription |
getJobDescription()
Gets the value of the jobDescription property.
|
Period |
getPeriod()
Gets the value of the period property.
|
Supervisor |
getSupervisor()
Gets the value of the supervisor property.
|
java.lang.String |
getSupplierReferenceCode()
Gets the value of the supplierReferenceCode property.
|
java.util.List<UnitRate> |
getUnitRate()
Gets the value of the unitRate property.
|
WorkLocation |
getWorkLocation()
Gets the value of the workLocation property.
|
void |
setContractor(Contractor value)
Sets the value of the contractor property.
|
void |
setJobDescription(JobDescription value)
Sets the value of the jobDescription property.
|
void |
setPeriod(Period value)
Sets the value of the period property.
|
void |
setSupervisor(Supervisor value)
Sets the value of the supervisor property.
|
void |
setSupplierReferenceCode(java.lang.String value)
Sets the value of the supplierReferenceCode property.
|
void |
setWorkLocation(WorkLocation value)
Sets the value of the workLocation property.
|
protected java.lang.String supplierReferenceCode
protected java.util.List<UnitRate> unitRate
protected Period period
protected Contractor contractor
protected JobDescription jobDescription
protected Supervisor supervisor
protected WorkLocation workLocation
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getSupplierReferenceCode()
Stringpublic void setSupplierReferenceCode(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<UnitRate> getUnitRate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the unitRate property.
For example, to add a new item, do as follows:
getUnitRate().add(newItem);
Objects of the following type(s) are allowed in the list
UnitRate
public Period getPeriod()
Periodpublic void setPeriod(Period value)
value - allowed object is
Periodpublic Contractor getContractor()
Contractorpublic void setContractor(Contractor value)
value - allowed object is
Contractorpublic JobDescription getJobDescription()
JobDescriptionpublic void setJobDescription(JobDescription value)
value - allowed object is
JobDescriptionpublic Supervisor getSupervisor()
Supervisorpublic void setSupervisor(Supervisor value)
value - allowed object is
Supervisorpublic WorkLocation getWorkLocation()
WorkLocationpublic void setWorkLocation(WorkLocation value)
value - allowed object is
WorkLocationpublic java.util.List<Extrinsic> getExtrinsic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.