Class FlowElementMapping

java.lang.Object
com.sas.lsaf.workflow.FlowElementMapping
All Implemented Interfaces:
Serializable

public class FlowElementMapping extends Object implements Serializable
The class that represents the attribute mapping for a process flow definition element.
Since:
2.4
See Also:
  • Constructor Details

    • FlowElementMapping

      public FlowElementMapping()
      Constructor.
    • FlowElementMapping

      public FlowElementMapping(String elementId, Element.ElementType elementType)
      Constructor.
      Parameters:
      elementId - The elementId of the process flow definition element.
      elementType - The type of the process flow definition element.
  • Method Details

    • getElementId

      public String getElementId()
      Gets the elementId of the process flow definition element.
      Returns:
      The elementId of the process flow definition element.
    • setElementId

      public void setElementId(String elementId)
      Sets the elementId of the process flow definition element.
      Parameters:
      elementId - The elementId of the process flow definition element.
    • getElementType

      public Element.ElementType getElementType()
      Gets the type of the process flow definition element.
      Returns:
      The type of the process flow definition element.
    • setElementType

      public void setElementType(Element.ElementType elementType)
      Sets the type of the process flow definition element.
      Parameters:
      elementType - The type of the process flow definition element.
    • getAttributeMapping

      public List<AttributeMapping> getAttributeMapping()
      Gets the attribute mapping for the process flow definition element.
      Returns:
      The attribute mapping for the process flow definition element.
    • setAttributeMapping

      public void setAttributeMapping(List<AttributeMapping> attributeMapping)
      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()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object