Class RelatedPartyRefType

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

public class RelatedPartyRefType extends Object
Information about an associated entity and its role
  • Constructor Details

    • RelatedPartyRefType

      public RelatedPartyRefType()
  • Method Details

    • id

      public RelatedPartyRefType id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the related party
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public RelatedPartyRefType href(String href)
    • getHref

      public String getHref()
      Reference to the party
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atReferredType

      public RelatedPartyRefType atReferredType(String atReferredType)
    • getAtReferredType

      @NotNull public @NotNull String getAtReferredType()
      Type of party (e.g.: account, customer, user…)
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • name

      public RelatedPartyRefType name(String name)
    • getName

      public String getName()
      Name of the party
      Returns:
      name
    • setName

      public void setName(String name)
    • role

      public RelatedPartyRefType role(String role)
    • getRole

      @NotNull public @NotNull String getRole()
      Role of the related entity
      Returns:
      role
    • setRole

      public void setRole(String role)
    • 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