Package com.sas.lsaf.workflow
Class AttributeMapping
java.lang.Object
com.sas.lsaf.workflow.AttributeMapping
- All Implemented Interfaces:
Serializable
The class that represents a single process flow definition attribute mapping.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeMapping(String attrName, String mapAttrName, FlowAttributeType type) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the name of the attribute.Gets the name of the attribute to which this attribute maps.getType()Gets the type of the attribute.inthashCode()voidsetAttrName(String attrName) Sets the name of the attribute.voidsetMapAttrName(String mapAttrName) Sets the name of the attribute to which this attribute maps.voidsetType(FlowAttributeType type) Sets the type of the attribute.toString()
-
Constructor Details
-
AttributeMapping
Constructor.- Parameters:
attrName- The name.mapAttrName- The name of the attribute to which this attribute maps.type- The type of the attribute.
-
-
Method Details
-
getAttrName
Gets the name of the attribute.- Returns:
- The name.
-
setAttrName
Sets the name of the attribute.- Parameters:
attrName- The name of the attribute.
-
getMapAttrName
Gets the name of the attribute to which this attribute maps.- Returns:
- The name of the attribute.
-
setMapAttrName
Sets the name of the attribute to which this attribute maps.- Parameters:
mapAttrName- The name of the attribute.
-
getType
Gets the type of the attribute.- Returns:
- The type of the attribute.
-
setType
Sets the type of the attribute.- Parameters:
type- The type.
-
hashCode
public int hashCode() -
equals
-
toString
-