public class SalesDocumentTypeConverter extends AbstractErpTypeConverter<SalesDocumentType>
SalesDocumentType
.Modifier and Type | Field and Description |
---|---|
static SalesDocumentTypeConverter |
INSTANCE |
Constructor and Description |
---|
SalesDocumentTypeConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<SalesDocumentType> |
fromDomainNonNull(String domainObject) |
Class<SalesDocumentType> |
getType() |
ConvertedObject<String> |
toDomainNonNull(SalesDocumentType object) |
getDomainType
fromDomain, toDomain
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromDomain, toDomain
public static final SalesDocumentTypeConverter INSTANCE
public Class<SalesDocumentType> getType()
public ConvertedObject<String> toDomainNonNull(@NonNull SalesDocumentType object)
toDomainNonNull
in class AbstractTypeConverter<SalesDocumentType,String>
public ConvertedObject<SalesDocumentType> fromDomainNonNull(@NonNull String domainObject)
fromDomainNonNull
in class AbstractTypeConverter<SalesDocumentType,String>
Copyright © 2017 SAP SE. All rights reserved.