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