Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Field and Description |
---|---|
static ProfitCenter |
ProfitCenter.EMPTY |
Modifier and Type | Method and Description |
---|---|
static ProfitCenter |
ProfitCenter.of(String value) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<ProfitCenter> |
ProfitCenterConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Optional<ProfitCenter> |
ObjectNumber.getProfitCenter()
Getter wrapping the contained
ProfitCenter into an Optional . |
Class<ProfitCenter> |
ProfitCenterConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
Class<ProfitCenter> |
ProfitCenter.getType() |
ErpTypeConverter<ProfitCenter> |
ProfitCenter.getTypeConverter() |
static Set<ProfitCenter> |
ProfitCenter.toProfitCenters(Collection<String> values) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
ProfitCenterConverter.toDomainNonNull(ProfitCenter object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
ProfitCenter.toStrings(Collection<ProfitCenter> values) |
ObjectNumberBuilder |
ObjectNumberBuilder.withProfitCenters(ControllingArea controllingArea,
Collection<ProfitCenter> profitCenters) |
Constructor and Description |
---|
ObjectNumber(ControllingArea controllingArea,
ProfitCenter profitCenter)
Constructs an object number for a profit center.
|
Copyright © 2019 SAP SE. All rights reserved.