Package com.sas.lsaf.workflow
Class FlowElementMapping
java.lang.Object
com.sas.lsaf.workflow.FlowElementMapping
- All Implemented Interfaces:
Serializable
The class that represents the attribute mapping for a process flow definition element.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.FlowElementMapping(String elementId, Element.ElementType elementType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the attribute mapping for the process flow definition element.Gets the elementId of the process flow definition element.Gets the type of the process flow definition element.inthashCode()voidsetAttributeMapping(List<AttributeMapping> attributeMapping) Sets the attribute mapping for the process flow definition element.voidsetElementId(String elementId) Sets the elementId of the process flow definition element.voidsetElementType(Element.ElementType elementType) Sets the type of the process flow definition element.toString()
-
Constructor Details
-
FlowElementMapping
public FlowElementMapping()Constructor. -
FlowElementMapping
Constructor.- Parameters:
elementId- The elementId of the process flow definition element.elementType- The type of the process flow definition element.
-
-
Method Details
-
getElementId
Gets the elementId of the process flow definition element.- Returns:
- The elementId of the process flow definition element.
-
setElementId
Sets the elementId of the process flow definition element.- Parameters:
elementId- The elementId of the process flow definition element.
-
getElementType
Gets the type of the process flow definition element.- Returns:
- The type of the process flow definition element.
-
setElementType
Sets the type of the process flow definition element.- Parameters:
elementType- The type of the process flow definition element.
-
getAttributeMapping
Gets the attribute mapping for the process flow definition element.- Returns:
- The attribute mapping for the process flow definition element.
-
setAttributeMapping
Sets the attribute mapping for the process flow definition element.- Parameters:
attributeMapping- The attribute mapping for the process flow definition element.
-
hashCode
public int hashCode() -
equals
-
toString
-