public class AttributeMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMapping.AlgorithmState |
| Constructor and Description |
|---|
AttributeMapping(Attribute target)
Creates a new empty AttributeMapping
|
AttributeMapping(String identifier,
String targetAttributeName,
Attribute targetAttribute,
String algorithm,
List<Attribute> sourceAttributes) |
AttributeMapping(String identifier,
String targetAttributeName,
Attribute targetAttribute,
String algorithm,
List<Attribute> sourceAttributes,
String algorithmState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm() |
AttributeMapping.AlgorithmState |
getAlgorithmState() |
String |
getIdentifier() |
List<Attribute> |
getSourceAttributes() |
Attribute |
getTargetAttribute() |
String |
getTargetAttributeName() |
int |
hashCode() |
void |
setAlgorithm(String algorithm) |
void |
setAlgorithmState(AttributeMapping.AlgorithmState algorithmState) |
void |
setIdentifier(String identifier) |
String |
toString() |
public AttributeMapping(String identifier, String targetAttributeName, Attribute targetAttribute, String algorithm, List<Attribute> sourceAttributes)
public AttributeMapping(String identifier, String targetAttributeName, Attribute targetAttribute, String algorithm, List<Attribute> sourceAttributes, String algorithmState)
public AttributeMapping(Attribute target)
target - mapping target attributepublic String getIdentifier()
public String getTargetAttributeName()
public Attribute getTargetAttribute()
public String getAlgorithm()
public AttributeMapping.AlgorithmState getAlgorithmState()
public void setIdentifier(String identifier)
public void setAlgorithmState(AttributeMapping.AlgorithmState algorithmState)
public void setAlgorithm(String algorithm)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.