Class Scale.ScaleBuilder
- Enclosing class:
- Scale
-
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: 1pRAJointVenture(String pRAJointVenture) (Key Field) Constraints: Not nullable, Maximum length: 6praMaintDOIHierNode(DOI value) Navigation property _PRAMaintDOIHierNode for Scale to single DOI.Navigation property _PRAMaintSlidingScHdrHierNode for Scale to single ScaleHdr.(Key Field) Constraints: Not nullable, Maximum length: 10pRASlidingScaleNumber(String pRASlidingScaleNumber) (Key Field) Constraints: Not nullable, Maximum length: 12pRASlidingScaleRangeFromVal(BigDecimal pRASlidingScaleRangeFromVal) (Key Field) Constraints: Not nullable, Precision: 12, Scale: 2pRASlidingScaleRangeIncrmtVal(BigDecimal pRASlidingScaleRangeIncrmtVal) Constraints: Not nullable, Precision: 9, Scale: 8pRASlidingScaleRangeToVal(BigDecimal pRASlidingScaleRangeToVal) Constraints: Not nullable, Precision: 12, Scale: 2toString()
-
Method Details
-
praMaintDOIHierNode
Navigation property _PRAMaintDOIHierNode for Scale to single DOI.- Parameters:
value- The DOI to build this Scale with.- Returns:
- This Builder to allow for a fluent interface.
-
praMaintSlidingScHdrHierNode
Navigation property _PRAMaintSlidingScHdrHierNode for Scale to single ScaleHdr.- Parameters:
value- The ScaleHdr to build this Scale 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 Scale.ScaleBuilder 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
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: OwnerInterestSequence
- Returns:
this.
-
dOIOwnerEffectiveFromDate
@Nonnull public Scale.ScaleBuilder dOIOwnerEffectiveFromDate(@Nullable LocalDate dOIOwnerEffectiveFromDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DOIOwnerEffectiveFromDate
- Returns:
this.
-
pRASlidingScaleNumber
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRASlidingScaleNumber
- Returns:
this.
-
pRASlidingScaleRangeFromVal
@Nonnull public Scale.ScaleBuilder pRASlidingScaleRangeFromVal(@Nullable BigDecimal pRASlidingScaleRangeFromVal) (Key Field) Constraints: Not nullable, Precision: 12, Scale: 2Original property name from the Odata EDM: PRASlidingScaleRangeFromVal
- Returns:
this.
-
pRASlidingScaleRangeToVal
@Nonnull public Scale.ScaleBuilder pRASlidingScaleRangeToVal(@Nullable BigDecimal pRASlidingScaleRangeToVal) Constraints: Not nullable, Precision: 12, Scale: 2Original property name from the Odata EDM: PRASlidingScaleRangeToVal
- Returns:
this.
-
pRASlidingScaleRangeIncrmtVal
@Nonnull public Scale.ScaleBuilder pRASlidingScaleRangeIncrmtVal(@Nullable BigDecimal pRASlidingScaleRangeIncrmtVal) Constraints: Not nullable, Precision: 9, Scale: 8Original property name from the Odata EDM: PRASlidingScaleRangeIncrmtVal
- Returns:
this.
-
build
-
toString
-