Class RelatedParty

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.RelatedParty

@Deprecated(since="2208") public class RelatedParty extends Object
Deprecated.
Related Entity reference. A related party defines party or party role linked to a specific entity.
  • Constructor Details

    • RelatedParty

      public RelatedParty()
      Deprecated.
  • Method Details

    • id

      public RelatedParty id(String id)
      Deprecated.
    • getId

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

      public void setId(String id)
      Deprecated.
    • href

      public RelatedParty href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Reference of the related entity.
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • name

      public RelatedParty name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Name of the related entity.
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • role

      public RelatedParty role(String role)
      Deprecated.
    • getRole

      public String getRole()
      Deprecated.
      Role played by the related party
      Returns:
      role
    • setRole

      public void setRole(String role)
      Deprecated.
    • atBaseType

      public RelatedParty atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

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

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public RelatedParty atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

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

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public RelatedParty atType(String atType)
      Deprecated.
    • getAtType

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

      public void setAtType(String atType)
      Deprecated.
    • atReferredType

      public RelatedParty atReferredType(String atReferredType)
      Deprecated.
    • getAtReferredType

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

      public void setAtReferredType(String atReferredType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object