Class ScaleHdr.ScaleHdrBuilder
- Enclosing class:
- ScaleHdr
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4divisionOfInterest(String divisionOfInterest) (Key Field) Constraints: Not nullable, Maximum length: 5dOIOwnerEffectiveFromDate(LocalDate dOIOwnerEffectiveFromDate) (Key Field) Constraints: Not nullableownerInterestSequence(String ownerInterestSequence) (Key Field) Constraints: Not nullable, Maximum length: 2ownerInterestType(String ownerInterestType) (Key Field) Constraints: Not nullable, Maximum length: 2pRACustomerSupplierCode(String pRACustomerSupplierCode) (Key Field) Constraints: Not nullable, Maximum length: 1pRADivisionOfInterestNmbr(String pRADivisionOfInterestNmbr) Constraints: Not nullable, Maximum length: 12pRAJointVenture(String pRAJointVenture) (Key Field) Constraints: Not nullable, Maximum length: 6praMaintDOIHierNode(DOI value) Navigation property _PRAMaintDOIHierNode for ScaleHdr to single DOI.praMaintDOIOwnerHierNode(DOIOwner value) Navigation property _PRAMaintDOIOwnerHierNode for ScaleHdr to single DOIOwner.praMaintSlidingScaleHierNode(Scale... value) Navigation property _PRAMaintSlidingScaleHierNode for ScaleHdr to multiple Scale.(Key Field) Constraints: Not nullable, Maximum length: 10pRASlidingScaleGravityVal(BigDecimal pRASlidingScaleGravityVal) Constraints: Not nullable, Precision: 3, Scale: 1pRASlidingScaleMethod(String pRASlidingScaleMethod) Constraints: Not nullable, Maximum length: 2pRASlidingScaleNumber(String pRASlidingScaleNumber) (Key Field) Constraints: Not nullable, Maximum length: 12pRASlidingScaleRangeCode(String pRASlidingScaleRangeCode) Constraints: Not nullable, Maximum length: 2pRASlidingScComprnOptrCode(String pRASlidingScComprnOptrCode) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
praMaintDOIHierNode
Navigation property _PRAMaintDOIHierNode for ScaleHdr to single DOI.- Parameters:
value- The DOI to build this ScaleHdr with.- Returns:
- This Builder to allow for a fluent interface.
-
praMaintDOIOwnerHierNode
Navigation property _PRAMaintDOIOwnerHierNode for ScaleHdr to single DOIOwner.- Parameters:
value- The DOIOwner to build this ScaleHdr with.- Returns:
- This Builder to allow for a fluent interface.
-
praMaintSlidingScaleHierNode
Navigation property _PRAMaintSlidingScaleHierNode for ScaleHdr to multiple Scale.- Parameters:
value- The Scales to build this ScaleHdr 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.
-
pRAJointVenture
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PRAJointVenture
- Returns:
this.
-
divisionOfInterest
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DivisionOfInterest
- Returns:
this.
-
pRACustomerSupplierCode
@Nonnull public ScaleHdr.ScaleHdrBuilder pRACustomerSupplierCode(@Nullable String pRACustomerSupplierCode) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PRACustomerSupplierCode
- Returns:
this.
-
pRAOwner
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PRAOwner
- Returns:
this.
-
ownerInterestType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: OwnerInterestType
- Returns:
this.
-
ownerInterestSequence
@Nonnull public ScaleHdr.ScaleHdrBuilder ownerInterestSequence(@Nullable String ownerInterestSequence) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: OwnerInterestSequence
- Returns:
this.
-
dOIOwnerEffectiveFromDate
@Nonnull public ScaleHdr.ScaleHdrBuilder dOIOwnerEffectiveFromDate(@Nullable LocalDate dOIOwnerEffectiveFromDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DOIOwnerEffectiveFromDate
- Returns:
this.
-
pRASlidingScaleNumber
@Nonnull public ScaleHdr.ScaleHdrBuilder pRASlidingScaleNumber(@Nullable String pRASlidingScaleNumber) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRASlidingScaleNumber
- Returns:
this.
-
pRASlidingScComprnOptrCode
@Nonnull public ScaleHdr.ScaleHdrBuilder pRASlidingScComprnOptrCode(@Nullable String pRASlidingScComprnOptrCode) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PRASlidingScComprnOptrCode
- Returns:
this.
-
pRASlidingScaleMethod
@Nonnull public ScaleHdr.ScaleHdrBuilder pRASlidingScaleMethod(@Nullable String pRASlidingScaleMethod) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PRASlidingScaleMethod
- Returns:
this.
-
pRASlidingScaleRangeCode
@Nonnull public ScaleHdr.ScaleHdrBuilder pRASlidingScaleRangeCode(@Nullable String pRASlidingScaleRangeCode) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PRASlidingScaleRangeCode
- Returns:
this.
-
pRASlidingScaleGravityVal
@Nonnull public ScaleHdr.ScaleHdrBuilder pRASlidingScaleGravityVal(@Nullable BigDecimal pRASlidingScaleGravityVal) Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: PRASlidingScaleGravityVal
- Returns:
this.
-
pRADivisionOfInterestNmbr
@Nonnull public ScaleHdr.ScaleHdrBuilder pRADivisionOfInterestNmbr(@Nullable String pRADivisionOfInterestNmbr) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRADivisionOfInterestNmbr
- Returns:
this.
-
build
-
toString
-