Class UnitTract.UnitTractBuilder
- Enclosing class:
- UnitTract
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4divisionOfInterest(String divisionOfInterest) Constraints: Not nullable, Maximum length: 5pRACombinedProductCode(String pRACombinedProductCode) (Key Field) Constraints: Not nullable, Maximum length: 3pRAJointVenture(String pRAJointVenture) Constraints: Not nullable, Maximum length: 6Navigation property _PRAMaintUnitVntrCtrlHierNode for UnitTract to single UnitTrCtr.pRAUnitVenture(String pRAUnitVenture) (Key Field) Constraints: Not nullable, Maximum length: 6pRAUnitVentureEffctvFrmDte(LocalDate pRAUnitVentureEffctvFrmDte) (Key Field) Constraints: Not nullablepRAUnitVentureTractName(String pRAUnitVentureTractName) Constraints: Not nullable, Maximum length: 30pRAUnitVentureTractNumber(String pRAUnitVentureTractNumber) Constraints: Not nullable, Maximum length: 6pRAUnitVentureTractSqncNmbr(String pRAUnitVentureTractSqncNmbr) (Key Field) Constraints: Not nullable, Maximum length: 4pRAUnitVentureUseCtrlNmbr(String pRAUnitVentureUseCtrlNmbr) (Key Field) Constraints: Not nullable, Maximum length: 12pRAUnitVntrTractPartcipnPct(BigDecimal pRAUnitVntrTractPartcipnPct) Constraints: Not nullable, Precision: 9, Scale: 8processingCompanyCode(String processingCompanyCode) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
praMaintUnitVntrCtrlHierNode
Navigation property _PRAMaintUnitVntrCtrlHierNode for UnitTract to single UnitTrCtr.- Parameters:
value- The UnitTrCtr to build this UnitTract 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 UnitTract.UnitTractBuilder pRACombinedProductCode(@Nullable String pRACombinedProductCode) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PRACombinedProductCode
- Returns:
this.
-
pRAUnitVentureEffctvFrmDte
@Nonnull public UnitTract.UnitTractBuilder pRAUnitVentureEffctvFrmDte(@Nullable LocalDate pRAUnitVentureEffctvFrmDte) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: PRAUnitVentureEffctvFrmDte
- Returns:
this.
-
pRAUnitVentureUseCtrlNmbr
@Nonnull public UnitTract.UnitTractBuilder pRAUnitVentureUseCtrlNmbr(@Nullable String pRAUnitVentureUseCtrlNmbr) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRAUnitVentureUseCtrlNmbr
- Returns:
this.
-
pRAUnitVentureTractSqncNmbr
@Nonnull public UnitTract.UnitTractBuilder pRAUnitVentureTractSqncNmbr(@Nullable String pRAUnitVentureTractSqncNmbr) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: PRAUnitVentureTractSqncNmbr
- Returns:
this.
-
processingCompanyCode
@Nonnull public UnitTract.UnitTractBuilder processingCompanyCode(@Nullable String processingCompanyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ProcessingCompanyCode
- Returns:
this.
-
pRAJointVenture
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PRAJointVenture
- Returns:
this.
-
divisionOfInterest
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DivisionOfInterest
- Returns:
this.
-
pRAUnitVentureTractNumber
@Nonnull public UnitTract.UnitTractBuilder pRAUnitVentureTractNumber(@Nullable String pRAUnitVentureTractNumber) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PRAUnitVentureTractNumber
- Returns:
this.
-
pRAUnitVntrTractPartcipnPct
@Nonnull public UnitTract.UnitTractBuilder pRAUnitVntrTractPartcipnPct(@Nullable BigDecimal pRAUnitVntrTractPartcipnPct) Constraints: Not nullable, Precision: 9, Scale: 8Original property name from the Odata EDM: PRAUnitVntrTractPartcipnPct
- Returns:
this.
-
pRAUnitVentureTractName
@Nonnull public UnitTract.UnitTractBuilder pRAUnitVentureTractName(@Nullable String pRAUnitVentureTractName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PRAUnitVentureTractName
- Returns:
this.
-
build
-
toString
-