Class StaffingData.StaffingDataBuilder
- Enclosing class:
- StaffingData
-
Method Summary
Modifier and TypeMethodDescriptionbillingControlCategory(String billingControlCategory) Constraints: Not nullable, Maximum length: 60build()Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 40resourceId(String resourceId) (Key Field) Constraints: Not nullable, Maximum length: 40resourceText(String resourceText) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 4resTypeText(String resTypeText) Constraints: Not nullablestaffedEffort(BigDecimal staffedEffort) Constraints: Not nullable, Precision: 15, Scale: 3staffedEmpDelvryServOrg(String staffedEmpDelvryServOrg) Constraints: Not nullable, Maximum length: 5staffedEmpDelvryServOrgT(String staffedEmpDelvryServOrgT) Constraints: Not nullablestaffedEmployee(String staffedEmployee) Constraints: Not nullable, Maximum length: 8staffedEmployeeName(String staffedEmployeeName) Constraints: Not nullabletoString()Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 28workitemId(String workitemId) (Key Field) Constraints: Not nullable, Maximum length: 10workitemName(String workitemName) Constraints: Not nullableworkPackageID(String workPackageID) (Key Field) Constraints: Not nullable, Maximum length: 50Constraints: Not nullable, Maximum length: 60
-
Method Details
-
projectID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectID
- Returns:
this.
-
billingControlCategory
@Nonnull public StaffingData.StaffingDataBuilder billingControlCategory(@Nullable String billingControlCategory) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BillingControlCategory
- Returns:
this.
-
workPackageID
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackageID
- Returns:
this.
-
wPname
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: WPname
- Returns:
this.
-
resType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ResType
- Returns:
this.
-
resTypeText
Constraints: Not nullableOriginal property name from the Odata EDM: ResTypeText
- Returns:
this.
-
resourceId
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ResourceId
- Returns:
this.
-
resourceText
Constraints: Not nullableOriginal property name from the Odata EDM: ResourceText
- Returns:
this.
-
uom
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Uom
- Returns:
this.
-
version
Constraints: Not nullable, Maximum length: 28Original property name from the Odata EDM: Version
- Returns:
this.
-
period
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Period
- Returns:
this.
-
fcYear
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FcYear
- Returns:
this.
-
staffedEmployee
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: StaffedEmployee
- Returns:
this.
-
confirmed
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Confirmed
- Returns:
this.
-
workitemId
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: WorkitemId
- Returns:
this.
-
workitemName
Constraints: Not nullableOriginal property name from the Odata EDM: WorkitemName
- Returns:
this.
-
staffedEffort
Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: StaffedEffort
- Returns:
this.
-
staffedEmpDelvryServOrg
@Nonnull public StaffingData.StaffingDataBuilder staffedEmpDelvryServOrg(@Nullable String staffedEmpDelvryServOrg) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: StaffedEmpDelvryServOrg
- Returns:
this.
-
staffedEmpDelvryServOrgT
@Nonnull public StaffingData.StaffingDataBuilder staffedEmpDelvryServOrgT(@Nullable String staffedEmpDelvryServOrgT) Constraints: Not nullableOriginal property name from the Odata EDM: StaffedEmpDelvryServOrgT
- Returns:
this.
-
staffedEmployeeName
@Nonnull public StaffingData.StaffingDataBuilder staffedEmployeeName(@Nullable String staffedEmployeeName) Constraints: Not nullableOriginal property name from the Odata EDM: StaffedEmployeeName
- Returns:
this.
-
build
-
toString
-