public static class ProductMLAccount.ProductMLAccountBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductMLAccount |
build() |
ProductMLAccount.ProductMLAccountBuilder |
currency(String currency) |
ProductMLAccount.ProductMLAccountBuilder |
currencyRole(String currencyRole) |
ProductMLAccount.ProductMLAccountBuilder |
movingAveragePrice(BigDecimal movingAveragePrice) |
ProductMLAccount.ProductMLAccountBuilder |
priceUnitQty(BigDecimal priceUnitQty) |
ProductMLAccount.ProductMLAccountBuilder |
product(String product) |
ProductMLAccount.ProductMLAccountBuilder |
productPriceControl(String productPriceControl) |
ProductMLAccount.ProductMLAccountBuilder |
standardPrice(BigDecimal standardPrice) |
String |
toString() |
ProductMLAccount.ProductMLAccountBuilder |
valuationArea(String valuationArea) |
ProductMLAccount.ProductMLAccountBuilder |
valuationType(String valuationType) |
public ProductMLAccount.ProductMLAccountBuilder product(String product)
public ProductMLAccount.ProductMLAccountBuilder valuationArea(String valuationArea)
public ProductMLAccount.ProductMLAccountBuilder valuationType(String valuationType)
public ProductMLAccount.ProductMLAccountBuilder currencyRole(String currencyRole)
public ProductMLAccount.ProductMLAccountBuilder currency(String currency)
public ProductMLAccount.ProductMLAccountBuilder productPriceControl(String productPriceControl)
public ProductMLAccount.ProductMLAccountBuilder priceUnitQty(BigDecimal priceUnitQty)
public ProductMLAccount.ProductMLAccountBuilder movingAveragePrice(BigDecimal movingAveragePrice)
public ProductMLAccount.ProductMLAccountBuilder standardPrice(BigDecimal standardPrice)
public ProductMLAccount build()
Copyright © 2019 SAP SE. All rights reserved.