Class RelatedPartyRef

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.RelatedPartyRef

public class RelatedPartyRef extends Object
RelatedParty reference. A related party defines party or party role linked to a specific entity.
  • Constructor Details

    • RelatedPartyRef

      public RelatedPartyRef()
  • Method Details

    • id

      public RelatedPartyRef id(String id)
    • getId

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

      public void setId(String id)
    • href

      public RelatedPartyRef href(String href)
    • getHref

      public String getHref()
      Reference of the related party, could be a party reference or a party role reference
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public RelatedPartyRef name(String name)
    • getName

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

      public void setName(String name)
    • role

      public RelatedPartyRef role(String role)
    • getRole

      public String getRole()
      Role of the related party.
      Returns:
      role
    • setRole

      public void setRole(String role)
    • atBaseType

      public RelatedPartyRef atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public RelatedPartyRef atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public RelatedPartyRef atType(String atType)
    • getAtType

      public String getAtType()
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atReferredType

      public RelatedPartyRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • 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