Class QualifiedProcessType

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.QualifiedProcessType

public class QualifiedProcessType extends Object
The list of process types that the related party is eligible for.
  • Constructor Details

    • QualifiedProcessType

      public QualifiedProcessType()
  • Method Details

    • id

      public QualifiedProcessType id(String id)
    • getId

      public String getId()
      Unique identifier of a qualified process type
      Returns:
      id
    • setId

      public void setId(String id)
    • relatedParty

      public QualifiedProcessType relatedParty(RelatedPartyRef relatedParty)
    • getRelatedParty

      @Valid public @Valid RelatedPartyRef getRelatedParty()
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(RelatedPartyRef relatedParty)
    • processType

      public QualifiedProcessType processType(ProcessType processType)
    • getProcessType

      @Valid public @Valid ProcessType getProcessType()
      Get processType
      Returns:
      processType
    • setProcessType

      public void setProcessType(ProcessType processType)
    • href

      public QualifiedProcessType href(String href)
    • getHref

      public String getHref()
      Reference of the EligibleProcessType.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atType

      public QualifiedProcessType atType(String atType)
    • getAtType

      public String getAtType()
      Indicated the type of the EligibleProcessType
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public QualifiedProcessType atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A link to the schema describing the EligibleProcessType
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object