Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Field and Description |
---|---|
static CostCenter |
CostCenter.EMPTY |
Modifier and Type | Method and Description |
---|---|
static CostCenter |
CostCenter.of(String value) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<CostCenter> |
CostCenterConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Optional<CostCenter> |
ObjectNumber.getCostCenter()
Getter wrapping the contained
CostCenter into an Optional . |
Class<CostCenter> |
CostCenter.getType() |
Class<CostCenter> |
CostCenterConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<CostCenter> |
CostCenter.getTypeConverter() |
static Set<CostCenter> |
CostCenter.toCostCenters(Collection<String> values) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
CostCenterConverter.toDomainNonNull(CostCenter object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
CostCenter.toStrings(Collection<CostCenter> values) |
ObjectNumberBuilder |
ObjectNumberBuilder.withCostCenters(ControllingArea controllingArea,
Collection<CostCenter> costCenters) |
Constructor and Description |
---|
ObjectNumber(ControllingArea controllingArea,
CostCenter costCenter)
Constructs an object number for a controlling area and cost center.
|
Copyright © 2018 SAP SE. All rights reserved.