Class EndPointSelectionContext

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.core.plugin.EndPointSelectionContext
All Implemented Interfaces:
Serializable

public class EndPointSelectionContext extends BasePOJO
See Also:
  • Constructor Details

    • EndPointSelectionContext

      public EndPointSelectionContext()
    • EndPointSelectionContext

      public EndPointSelectionContext(EndPointSelectionEnum pEndPointSeletionType)
  • Method Details

    • setEndPointSeletionType

      public void setEndPointSeletionType(EndPointSelectionEnum pEndPointSeletionType)
    • getEndPointSelectionType

      public EndPointSelectionEnum getEndPointSelectionType()
    • setResource

      public void setResource(String pResource)
    • getResource

      public String getResource()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object