Foundations Object Model

NamedTransformMapping

global with sharing class NamedTransformMapping implements TransformMapping

A transparent mapping that wraps an alternate TransformMapping instance in order to display a custom mapping name on the FDN Mappings component.

This class implements the following interfaces:

Methods

NamedTransformMapping

global NamedTransformMapping(String name, TransformMapping mapping)

Create a NamedTransformMapping.

Input Parameters

Name Type Description
name String The custom name for the mapping.
mapping TransformMapping An alternate mapping instance that provides the mapping behaviour.

getName

global String getName()

Return Value

The custom name for the mapping.

getMapping

global TransformMapping getMapping()

Return Value

The alternate mapping instance that provides the mapping behaviour.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.