public class AttributeMapping extends Object implements Serializable
Constructor and Description |
---|
AttributeMapping(String attrName,
String mapAttrName,
FlowAttributeType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttrName()
Gets the name of the attribute.
|
String |
getMapAttrName()
Gets the name of the attribute to which this attribute maps.
|
FlowAttributeType |
getType()
Gets the type of the attribute.
|
int |
hashCode() |
void |
setAttrName(String attrName)
Sets the name of the attribute.
|
void |
setMapAttrName(String mapAttrName)
Sets the name of the attribute to which this attribute maps.
|
void |
setType(FlowAttributeType type)
Sets the type of the attribute.
|
String |
toString() |
public AttributeMapping(String attrName, String mapAttrName, FlowAttributeType type)
attrName
- The name.mapAttrName
- The name of the attribute to which this attribute maps.type
- The type of the attribute.public String getAttrName()
public void setAttrName(String attrName)
attrName
- The name of the attribute.public String getMapAttrName()
public void setMapAttrName(String mapAttrName)
mapAttrName
- The name of the attribute.public FlowAttributeType getType()
public void setType(FlowAttributeType type)
type
- The type.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>