Class PlanData.PlanDataBuilder
- Enclosing class:
- PlanData
-
Method Summary
Modifier and TypeMethodDescriptionbillingControlCategory(String billingControlCategory) Constraints: Not nullable, Maximum length: 60billingControlCategoryID(String billingControlCategoryID) Constraints: Not nullable, Maximum length: 8build()(Key Field) Constraints: Not nullable, Maximum length: 1delvryServOrg(String delvryServOrg) (Key Field) Constraints: Not nullable, Maximum length: 5delvryServOrgT(String delvryServOrgT) Constraints: noneeffort(BigDecimal effort) Constraints: Not nullable, Precision: 15, Scale: 3(Key Field) Constraints: Not nullable, Maximum length: 8employeeName(String employeeName) Constraints: noneConstraints: 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: none(Key Field) Constraints: Not nullable, Maximum length: 4resTypeText(String resTypeText) Constraints: nonestaffData(StaffingData... value) Navigation property ToStaffData for PlanData to multiple StaffingData.toString()Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 28workitemId(String workitemId) (Key Field) Constraints: Not nullable, Maximum length: 10workitemName(String workitemName) Constraints: noneworkPackageID(String workPackageID) (Key Field) Constraints: Not nullable, Maximum length: 50Constraints: Not nullable, Maximum length: 60
-
Method Details
-
staffData
Navigation property ToStaffData for PlanData to multiple StaffingData.- Parameters:
value- The StaffingDatas to build this PlanData with.- Returns:
- This Builder to allow for a fluent interface.
-
billingControlCategory
@Nonnull public PlanData.PlanDataBuilder billingControlCategory(@Nullable String billingControlCategory) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BillingControlCategory
- Returns:
this.
-
billingControlCategoryID
@Nonnull public PlanData.PlanDataBuilder billingControlCategoryID(@Nullable String billingControlCategoryID) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: BillingControlCategoryID
- Returns:
this.
-
employeeName
Constraints: noneOriginal property name from the Odata EDM: EmployeeName
- Returns:
this.
-
wpname
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: Wpname
- Returns:
this.
-
projectID
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProjectID
- Returns:
this.
-
resType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ResType
- Returns:
this.
-
workPackageID
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: WorkPackageID
- Returns:
this.
-
resTypeText
Constraints: noneOriginal 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: noneOriginal 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
(Key Field) 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.
-
employee
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: Employee
- Returns:
this.
-
confirmed
(Key Field) 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: noneOriginal property name from the Odata EDM: WorkitemName
- Returns:
this.
-
effort
Constraints: Not nullable, Precision: 15, Scale: 3Original property name from the Odata EDM: Effort
- Returns:
this.
-
delvryServOrg
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DelvryServOrg
- Returns:
this.
-
delvryServOrgT
Constraints: noneOriginal property name from the Odata EDM: DelvryServOrgT
- Returns:
this.
-
build
-
toString
-