Class Mkex.MkexBuilder
- Enclosing class:
- Mkex
-
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 nullabledOIOwnerIsExtDeductionExmpt(Boolean dOIOwnerIsExtDeductionExmpt) Constraints: Not nullabledOIOwnerIsExtReimbmtExmpt(Boolean dOIOwnerIsExtReimbmtExmpt) Constraints: Not nullabledOIOwnerIsIntDeductionExmpt(Boolean dOIOwnerIsIntDeductionExmpt) Constraints: Not nullablemajorProduct(String majorProduct) (Key Field) Constraints: Not nullable, Maximum length: 1marketingType(String marketingType) (Key Field) Constraints: Not nullable, Maximum length: 2ownerInterestSequence(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) (Key Field) Constraints: Not nullable, Maximum length: 12pRAJointVenture(String pRAJointVenture) (Key Field) Constraints: Not nullable, Maximum length: 6praMaintDOIHierNode(DOI value) Navigation property _PRAMaintDOIHierNode for Mkex to single DOI.praMaintDOIOwnerHierNode(DOIOwner value) Navigation property _PRAMaintDOIOwnerHierNode for Mkex to single DOIOwner.pRAMaterial(String pRAMaterial) (Key Field) Constraints: Not nullable, Maximum length: 18(Key Field) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
praMaintDOIHierNode
Navigation property _PRAMaintDOIHierNode for Mkex to single DOI.- Parameters:
value- The DOI to build this Mkex with.- Returns:
- This Builder to allow for a fluent interface.
-
praMaintDOIOwnerHierNode
Navigation property _PRAMaintDOIOwnerHierNode for Mkex to single DOIOwner.- Parameters:
value- The DOIOwner to build this Mkex 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
(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 Mkex.MkexBuilder dOIOwnerEffectiveFromDate(@Nullable LocalDate dOIOwnerEffectiveFromDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DOIOwnerEffectiveFromDate
- Returns:
this.
-
pRADivisionOfInterestNmbr
@Nonnull public Mkex.MkexBuilder pRADivisionOfInterestNmbr(@Nullable String pRADivisionOfInterestNmbr) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRADivisionOfInterestNmbr
- Returns:
this.
-
majorProduct
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MajorProduct
- Returns:
this.
-
marketingType
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MarketingType
- Returns:
this.
-
pRAMaterial
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: PRAMaterial
- Returns:
this.
-
dOIOwnerIsExtReimbmtExmpt
@Nonnull public Mkex.MkexBuilder dOIOwnerIsExtReimbmtExmpt(@Nullable Boolean dOIOwnerIsExtReimbmtExmpt) Constraints: Not nullableOriginal property name from the Odata EDM: DOIOwnerIsExtReimbmtExmpt
- Returns:
this.
-
dOIOwnerIsIntDeductionExmpt
@Nonnull public Mkex.MkexBuilder dOIOwnerIsIntDeductionExmpt(@Nullable Boolean dOIOwnerIsIntDeductionExmpt) Constraints: Not nullableOriginal property name from the Odata EDM: DOIOwnerIsIntDeductionExmpt
- Returns:
this.
-
dOIOwnerIsExtDeductionExmpt
@Nonnull public Mkex.MkexBuilder dOIOwnerIsExtDeductionExmpt(@Nullable Boolean dOIOwnerIsExtDeductionExmpt) Constraints: Not nullableOriginal property name from the Odata EDM: DOIOwnerIsExtDeductionExmpt
- Returns:
this.
-
build
-
toString
-