java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.PartyRole

@Deprecated(since="2208") public class PartyRole extends Object
Deprecated.
The part played by a party in a given context.
  • Constructor Details

    • PartyRole

      public PartyRole()
      Deprecated.
  • Method Details

    • id

      public PartyRole id(String id)
      Deprecated.
    • getId

      public String getId()
      Deprecated.
      Unique identifier for PartyRoles
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public PartyRole href(String href)
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Url used to reference the party role.
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • name

      public PartyRole name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      A word, term, or phrase by which the PartyRole is known and distinguished from other PartyRoles.
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • status

      public PartyRole status(String status)
      Deprecated.
    • getStatus

      public String getStatus()
      Deprecated.
      Used to track the lifecycle status of the party role.
      Returns:
      status
    • setStatus

      public void setStatus(String status)
      Deprecated.
    • statusReason

      public PartyRole statusReason(String statusReason)
      Deprecated.
    • getStatusReason

      public String getStatusReason()
      Deprecated.
      A string providing an explanation on the value of the status lifecycle. For instance if the status is Rejected, statusReason will provide the reason for rejection.
      Returns:
      statusReason
    • setStatusReason

      public void setStatusReason(String statusReason)
      Deprecated.
    • account

      public PartyRole account(List<AccountRef> account)
      Deprecated.
    • addAccountItem

      public PartyRole addAccountItem(AccountRef accountItem)
      Deprecated.
    • getAccount

      @Valid public @Valid List<AccountRef> getAccount()
      Deprecated.
      Get account
      Returns:
      account
    • setAccount

      public void setAccount(List<AccountRef> account)
      Deprecated.
    • agreement

      public PartyRole agreement(List<AgreementRef> agreement)
      Deprecated.
    • addAgreementItem

      public PartyRole addAgreementItem(AgreementRef agreementItem)
      Deprecated.
    • getAgreement

      @Valid public @Valid List<AgreementRef> getAgreement()
      Deprecated.
      Get agreement
      Returns:
      agreement
    • setAgreement

      public void setAgreement(List<AgreementRef> agreement)
      Deprecated.
    • characteristic

      public PartyRole characteristic(List<Characteristic> characteristic)
      Deprecated.
    • addCharacteristicItem

      public PartyRole addCharacteristicItem(Characteristic characteristicItem)
      Deprecated.
    • getCharacteristic

      @Valid public @Valid List<Characteristic> getCharacteristic()
      Deprecated.
      Describes the characteristic of a party role.
      Returns:
      characteristic
    • setCharacteristic

      public void setCharacteristic(List<Characteristic> characteristic)
      Deprecated.
    • contactMedium

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

      public PartyRole addContactMediumItem(ContactMedium contactMediumItem)
      Deprecated.
    • getContactMedium

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

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

      public PartyRole creditProfile(List<CreditProfile> creditProfile)
      Deprecated.
    • addCreditProfileItem

      public PartyRole addCreditProfileItem(CreditProfile creditProfileItem)
      Deprecated.
    • getCreditProfile

      @Valid public @Valid List<CreditProfile> getCreditProfile()
      Deprecated.
      Get creditProfile
      Returns:
      creditProfile
    • setCreditProfile

      public void setCreditProfile(List<CreditProfile> creditProfile)
      Deprecated.
    • engagedParty

      public PartyRole engagedParty(RelatedParty engagedParty)
      Deprecated.
    • getEngagedParty

      @Valid public @Valid RelatedParty getEngagedParty()
      Deprecated.
      Get engagedParty
      Returns:
      engagedParty
    • setEngagedParty

      public void setEngagedParty(RelatedParty engagedParty)
      Deprecated.
    • paymentMethod

      public PartyRole paymentMethod(List<PaymentMethodRef> paymentMethod)
      Deprecated.
    • addPaymentMethodItem

      public PartyRole addPaymentMethodItem(PaymentMethodRef paymentMethodItem)
      Deprecated.
    • getPaymentMethod

      @Valid public @Valid List<PaymentMethodRef> getPaymentMethod()
      Deprecated.
      Get paymentMethod
      Returns:
      paymentMethod
    • setPaymentMethod

      public void setPaymentMethod(List<PaymentMethodRef> paymentMethod)
      Deprecated.
    • relatedParty

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

      public PartyRole addRelatedPartyItem(RelatedParty relatedPartyItem)
      Deprecated.
    • getRelatedParty

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

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

      public PartyRole validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Deprecated.
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public PartyRole 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 PartyRole 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 PartyRole 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