public class DocumentItemNumberConverter extends AbstractErpTypeConverter<DocumentItemNumber>
DocumentItemNumber
.Modifier and Type | Field and Description |
---|---|
static DocumentItemNumberConverter |
INSTANCE |
Constructor and Description |
---|
DocumentItemNumberConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<DocumentItemNumber> |
fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<DocumentItemNumber> |
getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ConvertedObject<String> |
toDomainNonNull(DocumentItemNumber object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
getDomainType
fromDomain, toDomain
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromDomain, toDomain
public static final DocumentItemNumberConverter INSTANCE
@Nonnull public Class<DocumentItemNumber> getType()
T
.@Nonnull public ConvertedObject<String> toDomainNonNull(@Nonnull DocumentItemNumber object)
toDomainNonNull
in class AbstractTypeConverter<DocumentItemNumber,String>
object
- The object to transform to its domain-specific counterpart.@Nonnull public ConvertedObject<DocumentItemNumber> fromDomainNonNull(@Nonnull String domainObject)
fromDomainNonNull
in class AbstractTypeConverter<DocumentItemNumber,String>
domainObject
- The domain-specific object to transform.Copyright © 2018 SAP SE. All rights reserved.