Class CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder
- Enclosing class:
- CustProjSlsOrdItmBillgPlnItm
-
Method Summary
Modifier and TypeMethodDescriptionbillingPlanAmount(BigDecimal billingPlanAmount) Constraints: Not nullable, Precision: 16, Scale: 3billingPlanBillingDate(LocalDateTime billingPlanBillingDate) Constraints: Not nullable, Precision: 0billingPlanItem(String billingPlanItem) (Key Field) Constraints: Not nullable, Maximum length: 6billingPlanItemDescription(String billingPlanItemDescription) Constraints: Not nullable, Maximum length: 255billingPlanItemUsage(String billingPlanItemUsage) Constraints: Not nullable, Maximum length: 2billingPlanRelatedBillgStatus(String billingPlanRelatedBillgStatus) Constraints: Not nullable, Maximum length: 1billingPlanServiceEndDate(LocalDateTime billingPlanServiceEndDate) Constraints: Not nullable, Precision: 0billingPlanServiceStartDate(LocalDateTime billingPlanServiceStartDate) Constraints: Not nullable, Precision: 0build()customerProject(String customerProject) (Key Field) Constraints: Not nullable, Maximum length: 40salesOrder(String salesOrder) Constraints: Not nullable, Maximum length: 10salesOrderItem(String salesOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6toString()transactionCurrency(String transactionCurrency) Constraints: Not nullable, Maximum length: 5
-
Method Details
-
customerProject
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder customerProject(@Nullable String customerProject) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CustomerProject
- Returns:
this.
-
salesOrderItem
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder salesOrderItem(@Nullable String salesOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Returns:
this.
-
billingPlanItem
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanItem(@Nullable String billingPlanItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BillingPlanItem
- Returns:
this.
-
salesOrder
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder salesOrder(@Nullable String salesOrder) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Returns:
this.
-
billingPlanBillingDate
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanBillingDate(@Nullable LocalDateTime billingPlanBillingDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BillingPlanBillingDate
- Returns:
this.
-
billingPlanRelatedBillgStatus
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanRelatedBillgStatus(@Nullable String billingPlanRelatedBillgStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillingPlanRelatedBillgStatus
- Returns:
this.
-
billingPlanAmount
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanAmount(@Nullable BigDecimal billingPlanAmount) Constraints: Not nullable, Precision: 16, Scale: 3Original property name from the Odata EDM: BillingPlanAmount
- Returns:
this.
-
transactionCurrency
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder transactionCurrency(@Nullable String transactionCurrency) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: TransactionCurrency
- Returns:
this.
-
billingPlanItemUsage
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanItemUsage(@Nullable String billingPlanItemUsage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BillingPlanItemUsage
- Returns:
this.
-
billingPlanItemDescription
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanItemDescription(@Nullable String billingPlanItemDescription) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: BillingPlanItemDescription
- Returns:
this.
-
billingPlanServiceStartDate
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanServiceStartDate(@Nullable LocalDateTime billingPlanServiceStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BillingPlanServiceStartDate
- Returns:
this.
-
billingPlanServiceEndDate
@Nonnull public CustProjSlsOrdItmBillgPlnItm.CustProjSlsOrdItmBillgPlnItmBuilder billingPlanServiceEndDate(@Nullable LocalDateTime billingPlanServiceEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BillingPlanServiceEndDate
- Returns:
this.
-
build
-
toString
-