java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.Party
Direct Known Subclasses:
Individual, Organization

@Deprecated(since="2208") public class Party extends Object
Deprecated.
Generic Party structure used to define commonalities between sub concepts of Individual and Organization.
  • Constructor Details

    • Party

      public Party()
      Deprecated.
  • Method Details

    • id

      public Party id(String id)
      Deprecated.
    • getId

      public String getId()
      Deprecated.
      Unique identifier of the organization
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public Party href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Hyperlink to access the organization
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • contactMedium

      public Party contactMedium(List<ContactMedium> contactMedium)
      Deprecated.
    • addContactMediumItem

      public Party addContactMediumItem(ContactMedium contactMediumItem)
      Deprecated.
    • getContactMedium

      @Valid public @Valid List<ContactMedium> getContactMedium()
      Deprecated.
      Get contactMedium
      Returns:
      contactMedium
    • setContactMedium

      public void setContactMedium(List<ContactMedium> contactMedium)
      Deprecated.
    • creditRating

      public Party creditRating(List<PartyCreditProfile> creditRating)
      Deprecated.
    • addCreditRatingItem

      public Party addCreditRatingItem(PartyCreditProfile creditRatingItem)
      Deprecated.
    • getCreditRating

      @Valid public @Valid List<PartyCreditProfile> getCreditRating()
      Deprecated.
      Get creditRating
      Returns:
      creditRating
    • setCreditRating

      public void setCreditRating(List<PartyCreditProfile> creditRating)
      Deprecated.
    • externalReference

      public Party externalReference(List<ExternalReference> externalReference)
      Deprecated.
    • addExternalReferenceItem

      public Party addExternalReferenceItem(ExternalReference externalReferenceItem)
      Deprecated.
    • getExternalReference

      @Valid public @Valid List<ExternalReference> getExternalReference()
      Deprecated.
      Get externalReference
      Returns:
      externalReference
    • setExternalReference

      public void setExternalReference(List<ExternalReference> externalReference)
      Deprecated.
    • partyCharacteristic

      public Party partyCharacteristic(List<Characteristic> partyCharacteristic)
      Deprecated.
    • addPartyCharacteristicItem

      public Party addPartyCharacteristicItem(Characteristic partyCharacteristicItem)
      Deprecated.
    • getPartyCharacteristic

      @Valid public @Valid List<Characteristic> getPartyCharacteristic()
      Deprecated.
      Get partyCharacteristic
      Returns:
      partyCharacteristic
    • setPartyCharacteristic

      public void setPartyCharacteristic(List<Characteristic> partyCharacteristic)
      Deprecated.
    • relatedParty

      public Party relatedParty(List<RelatedParty> relatedParty)
      Deprecated.
    • addRelatedPartyItem

      public Party addRelatedPartyItem(RelatedParty relatedPartyItem)
      Deprecated.
    • getRelatedParty

      @Valid public @Valid List<RelatedParty> getRelatedParty()
      Deprecated.
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(List<RelatedParty> relatedParty)
      Deprecated.
    • taxExemptionCertificate

      public Party taxExemptionCertificate(List<TaxExemptionCertificate> taxExemptionCertificate)
      Deprecated.
    • addTaxExemptionCertificateItem

      public Party addTaxExemptionCertificateItem(TaxExemptionCertificate taxExemptionCertificateItem)
      Deprecated.
    • getTaxExemptionCertificate

      @Valid public @Valid List<TaxExemptionCertificate> getTaxExemptionCertificate()
      Deprecated.
      Get taxExemptionCertificate
      Returns:
      taxExemptionCertificate
    • setTaxExemptionCertificate

      public void setTaxExemptionCertificate(List<TaxExemptionCertificate> taxExemptionCertificate)
      Deprecated.
    • atBaseType

      public Party 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 Party 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 Party 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.
    • 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