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