Class UnitTrCtr.UnitTrCtrBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation.UnitTrCtr.UnitTrCtrBuilder
- Enclosing class:
- UnitTrCtr
Helper class to allow for fluent creation of UnitTrCtr instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4pRACombinedProductCode(String pRACombinedProductCode) (Key Field) Constraints: Not nullable, Maximum length: 3praMaintUnitTractHierNode(UnitTract... value) Navigation property _PRAMaintUnitTractHierNode for UnitTrCtr to multiple UnitTract.pRAUnitVenture(String pRAUnitVenture) (Key Field) Constraints: Not nullable, Maximum length: 6pRAUnitVentureEffctvFrmDte(LocalDate pRAUnitVentureEffctvFrmDte) (Key Field) Constraints: Not nullablepRAUnitVentureEffctvToDte(LocalDate pRAUnitVentureEffctvToDte) Constraints: NullablepRAUnitVentureIsApproved(Boolean pRAUnitVentureIsApproved) Constraints: Not nullablepRAUnitVentureUseCtrlNmbr(String pRAUnitVentureUseCtrlNmbr) Constraints: Not nullable, Maximum length: 12pRAUnitVntrLastTractSqncNmbr(String pRAUnitVntrLastTractSqncNmbr) Constraints: Not nullable, Maximum length: 4pRAUnitVntrTotTractPartcipnPct(BigDecimal pRAUnitVntrTotTractPartcipnPct) Constraints: Not nullable, Precision: 9, Scale: 8toString()
-
Method Details
-
praMaintUnitTractHierNode
Navigation property _PRAMaintUnitTractHierNode for UnitTrCtr to multiple UnitTract.- Parameters:
value- The UnitTracts to build this UnitTrCtr with.- Returns:
- This Builder to allow for a fluent interface.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
pRAUnitVenture
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PRAUnitVenture
- Returns:
this.
-
pRACombinedProductCode
@Nonnull public UnitTrCtr.UnitTrCtrBuilder pRACombinedProductCode(@Nullable String pRACombinedProductCode) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PRACombinedProductCode
- Returns:
this.
-
pRAUnitVentureEffctvFrmDte
@Nonnull public UnitTrCtr.UnitTrCtrBuilder pRAUnitVentureEffctvFrmDte(@Nullable LocalDate pRAUnitVentureEffctvFrmDte) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PRAUnitVentureEffctvFrmDte
- Returns:
this.
-
pRAUnitVentureEffctvToDte
@Nonnull public UnitTrCtr.UnitTrCtrBuilder pRAUnitVentureEffctvToDte(@Nullable LocalDate pRAUnitVentureEffctvToDte) Constraints: NullableOriginal property name from the Odata EDM: PRAUnitVentureEffctvToDte
- Returns:
this.
-
pRAUnitVentureUseCtrlNmbr
@Nonnull public UnitTrCtr.UnitTrCtrBuilder pRAUnitVentureUseCtrlNmbr(@Nullable String pRAUnitVentureUseCtrlNmbr) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRAUnitVentureUseCtrlNmbr
- Returns:
this.
-
pRAUnitVntrTotTractPartcipnPct
@Nonnull public UnitTrCtr.UnitTrCtrBuilder pRAUnitVntrTotTractPartcipnPct(@Nullable BigDecimal pRAUnitVntrTotTractPartcipnPct) Constraints: Not nullable, Precision: 9, Scale: 8Original property name from the Odata EDM: PRAUnitVntrTotTractPartcipnPct
- Returns:
this.
-
pRAUnitVentureIsApproved
@Nonnull public UnitTrCtr.UnitTrCtrBuilder pRAUnitVentureIsApproved(@Nullable Boolean pRAUnitVentureIsApproved) Constraints: Not nullableOriginal property name from the Odata EDM: PRAUnitVentureIsApproved
- Returns:
this.
-
pRAUnitVntrLastTractSqncNmbr
@Nonnull public UnitTrCtr.UnitTrCtrBuilder pRAUnitVntrLastTractSqncNmbr(@Nullable String pRAUnitVntrLastTractSqncNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PRAUnitVntrLastTractSqncNmbr
- Returns:
this.
-
_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-