Class Recipe.RecipeBuilder
- Enclosing class:
- Recipe
-
Method Summary
Modifier and TypeMethodDescriptionbuild()characteristics(RecipeCharc... value) Navigation property to_Characteristics for Recipe to multiple RecipeCharc.classification(RecipeClass... value) Navigation property to_Classification for Recipe to multiple RecipeClass.Constraints: noneformulaItem(RecipeFormulaItem... value) Navigation property to_FormulaItem for Recipe to multiple RecipeFormulaItem.Constraints: Not nullable, Maximum length: 4rcpFmlaUUID(UUID rcpFmlaUUID) Constraints: noneConstraints: Not nullable, Maximum length: 20recipeAlternativeNumber(String recipeAlternativeNumber) Constraints: Not nullable, Maximum length: 3recipeAuthorizationGroup(String recipeAuthorizationGroup) Constraints: Not nullable, Maximum length: 10recipeCreatedByUser(String recipeCreatedByUser) Constraints: Not nullable, Maximum length: 12recipeCreationDateTime(ZonedDateTime recipeCreationDateTime) Constraints: Not nullable, Precision: 0recipeIsArchived(Boolean recipeIsArchived) Constraints: nonerecipeIsDeleted(Boolean recipeIsDeleted) Constraints: nonerecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0recipeLastChangedByUser(String recipeLastChangedByUser) Constraints: Not nullable, Maximum length: 12recipePrimaryOutput(String recipePrimaryOutput) Constraints: Not nullable, Maximum length: 12recipePrimaryOutputInternalID(String recipePrimaryOutputInternalID) Constraints: Not nullable, Maximum length: 20recipePrimOutpAuthznGrp(String recipePrimOutpAuthznGrp) Constraints: Not nullable, Maximum length: 10recipePrimOutpSpecType(String recipePrimOutpSpecType) Constraints: Not nullable, Maximum length: 10recipeProcessElement(RecipeProcessElement... value) Navigation property to_RecipeProcessElement for Recipe to multiple RecipeProcessElement.recipeProcessEquipRqmt(RecipeProcessEquipRqmt... value) Navigation property to_RecipeProcessEquipRqmt for Recipe to multiple RecipeProcessEquipRqmt.Navigation property to_RecipeProcessParamValue for Recipe to multiple RecipeProcessParamValue.recipeProcessUUID(UUID recipeProcessUUID) Constraints: nonerecipePurpose(String recipePurpose) Constraints: Not nullable, Maximum length: 5recipeStatus(String recipeStatus) Constraints: Not nullable, Maximum length: 20recipeStatusSchema(String recipeStatusSchema) Constraints: Not nullable, Maximum length: 20recipeText(RecipeText... value) Navigation property to_RecipeText for Recipe to multiple RecipeText.recipeType(String recipeType) Constraints: Not nullable, Maximum length: 20recipeUniqueID(String recipeUniqueID) Constraints: Not nullable, Maximum length: 70recipeUUID(UUID recipeUUID) (Key Field) Constraints: Not nullablerecipeUUID_Text(String recipeUUID_Text) Constraints: Not nullable, Maximum length: 132recipeValidityEndDate(LocalDateTime recipeValidityEndDate) Constraints: Not nullable, Precision: 0recipeValidityMaxQuantity(BigDecimal recipeValidityMaxQuantity) Constraints: Not nullable, Precision: 34, Scale: 6recipeValidityMinQuantity(BigDecimal recipeValidityMinQuantity) Constraints: Not nullable, Precision: 34, Scale: 6recipeValidityStartDate(LocalDateTime recipeValidityStartDate) Constraints: Not nullable, Precision: 0recipeValidityUnit(String recipeValidityUnit) Constraints: Not nullable, Maximum length: 3recipeVersionNumber(String recipeVersionNumber) Constraints: Not nullable, Maximum length: 3toString()Constraints: none
-
Method Details
-
characteristics
Navigation property to_Characteristics for Recipe to multiple RecipeCharc.- Parameters:
value- The RecipeCharcs to build this Recipe with.- Returns:
- This Builder to allow for a fluent interface.
-
classification
Navigation property to_Classification for Recipe to multiple RecipeClass.- Parameters:
value- The RecipeClasss to build this Recipe with.- Returns:
- This Builder to allow for a fluent interface.
-
formulaItem
Navigation property to_FormulaItem for Recipe to multiple RecipeFormulaItem.- Parameters:
value- The RecipeFormulaItems to build this Recipe with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessElement
Navigation property to_RecipeProcessElement for Recipe to multiple RecipeProcessElement.- Parameters:
value- The RecipeProcessElements to build this Recipe with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessEquipRqmt
Navigation property to_RecipeProcessEquipRqmt for Recipe to multiple RecipeProcessEquipRqmt.- Parameters:
value- The RecipeProcessEquipRqmts to build this Recipe with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessParamValue
Navigation property to_RecipeProcessParamValue for Recipe to multiple RecipeProcessParamValue.- Parameters:
value- The RecipeProcessParamValues to build this Recipe with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeText
Navigation property to_RecipeText for Recipe to multiple RecipeText.- Parameters:
value- The RecipeTexts to build this Recipe with.- Returns:
- This Builder to allow for a fluent interface.
-
delete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
recipeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeUUID
- Returns:
this.
-
recipeUUID_Text
Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: RecipeUUID_Text
- Returns:
this.
-
recipeUniqueID
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: RecipeUniqueID
- Returns:
this.
-
recipe
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Recipe
- Returns:
this.
-
recipePrimaryOutputInternalID
@Nonnull public Recipe.RecipeBuilder recipePrimaryOutputInternalID(@Nullable String recipePrimaryOutputInternalID) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipePrimaryOutputInternalID
- Returns:
this.
-
recipePrimaryOutput
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipePrimaryOutput
- Returns:
this.
-
recipeAlternativeNumber
@Nonnull public Recipe.RecipeBuilder recipeAlternativeNumber(@Nullable String recipeAlternativeNumber) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeAlternativeNumber
- Returns:
this.
-
recipeVersionNumber
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeVersionNumber
- Returns:
this.
-
recipeType
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeType
- Returns:
this.
-
recipePurpose
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: RecipePurpose
- Returns:
this.
-
recipeStatus
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeStatus
- Returns:
this.
-
recipeStatusSchema
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeStatusSchema
- Returns:
this.
-
recipeAuthorizationGroup
@Nonnull public Recipe.RecipeBuilder recipeAuthorizationGroup(@Nullable String recipeAuthorizationGroup) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipeAuthorizationGroup
- Returns:
this.
-
rcpFmlaUUID
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaUUID
- Returns:
this.
-
recipeProcessUUID
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessUUID
- Returns:
this.
-
recipeValidityStartDate
@Nonnull public Recipe.RecipeBuilder recipeValidityStartDate(@Nullable LocalDateTime recipeValidityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeValidityStartDate
- Returns:
this.
-
recipeValidityEndDate
@Nonnull public Recipe.RecipeBuilder recipeValidityEndDate(@Nullable LocalDateTime recipeValidityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeValidityEndDate
- Returns:
this.
-
recipeValidityMinQuantity
@Nonnull public Recipe.RecipeBuilder recipeValidityMinQuantity(@Nullable BigDecimal recipeValidityMinQuantity) Constraints: Not nullable, Precision: 34, Scale: 6Original property name from the Odata EDM: RecipeValidityMinQuantity
- Returns:
this.
-
recipeValidityMaxQuantity
@Nonnull public Recipe.RecipeBuilder recipeValidityMaxQuantity(@Nullable BigDecimal recipeValidityMaxQuantity) Constraints: Not nullable, Precision: 34, Scale: 6Original property name from the Odata EDM: RecipeValidityMaxQuantity
- Returns:
this.
-
recipeValidityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeValidityUnit
- Returns:
this.
-
plant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
recipeCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipeCreatedByUser
- Returns:
this.
-
recipeLastChangedByUser
@Nonnull public Recipe.RecipeBuilder recipeLastChangedByUser(@Nullable String recipeLastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipeLastChangedByUser
- Returns:
this.
-
recipeCreationDateTime
@Nonnull public Recipe.RecipeBuilder recipeCreationDateTime(@Nullable ZonedDateTime recipeCreationDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeCreationDateTime
- Returns:
this.
-
recipeLastChangeDateTime
@Nonnull public Recipe.RecipeBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeLastChangeDateTime
- Returns:
this.
-
recipeIsDeleted
Constraints: noneOriginal property name from the Odata EDM: RecipeIsDeleted
- Returns:
this.
-
recipeIsArchived
Constraints: noneOriginal property name from the Odata EDM: RecipeIsArchived
- Returns:
this.
-
recipePrimOutpAuthznGrp
@Nonnull public Recipe.RecipeBuilder recipePrimOutpAuthznGrp(@Nullable String recipePrimOutpAuthznGrp) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipePrimOutpAuthznGrp
- Returns:
this.
-
recipePrimOutpSpecType
@Nonnull public Recipe.RecipeBuilder recipePrimOutpSpecType(@Nullable String recipePrimOutpSpecType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipePrimOutpSpecType
- Returns:
this.
-
build
-
toString
-