Class ProfitCenterHier.ProfitCenterHierBuilder
- Enclosing class:
- ProfitCenterHier
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40build()cnsldtnProfitCenter(ProfitCenter value) Navigation property to_CnsldtnProfitCenter for ProfitCenterHier to single ProfitCenter.cnsldtnProfitCenterHierT(ProfitCenterHierText... value) Navigation property to_CnsldtnProfitCenterHierT for ProfitCenterHier to multiple ProfitCenterHierText.controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNode_Text(String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 50hierarchyNodeLevel(String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6hierarchyNodeSequence(String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6hierarchyVersion(String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50profitCenter(String profitCenter) Constraints: Not nullable, Maximum length: 10profitCenter_Text(String profitCenter_Text) Constraints: Not nullable, Maximum length: 20sequenceNumber(String sequenceNumber) Constraints: Not nullable, Maximum length: 56toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
cnsldtnProfitCenter
Navigation property to_CnsldtnProfitCenter for ProfitCenterHier to single ProfitCenter.- Parameters:
value- The ProfitCenter to build this ProfitCenterHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnProfitCenterHierT
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder cnsldtnProfitCenterHierT(ProfitCenterHierText... value) Navigation property to_CnsldtnProfitCenterHierT for ProfitCenterHier to multiple ProfitCenterHierText.- Parameters:
value- The ProfitCenterHierTexts to build this ProfitCenterHier with.- Returns:
- This Builder to allow for a fluent interface.
-
controllingArea
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
additionalMasterDataHierarchy
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNode_Text
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode_Text
- Returns:
this.
-
validityEndDate
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
parentNode
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
hierarchyVersion
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder hierarchyVersion(@Nullable String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: HierarchyVersion
- Returns:
this.
-
validityStartDate
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
profitCenter
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder profitCenter(@Nullable String profitCenter) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProfitCenter
- Returns:
this.
-
profitCenter_Text
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder profitCenter_Text(@Nullable String profitCenter_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: ProfitCenter_Text
- Returns:
this.
-
sequenceNumber
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder sequenceNumber(@Nullable String sequenceNumber) Constraints: Not nullable, Maximum length: 56Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public ProfitCenterHier.ProfitCenterHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeLevel
- Returns:
this.
-
nodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-