Class PartyRole
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.PartyRole
Deprecated.
The part played by a party in a given context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccount(List<AccountRef> account) Deprecated.addAccountItem(AccountRef accountItem) Deprecated.addAgreementItem(AgreementRef agreementItem) Deprecated.addCharacteristicItem(Characteristic characteristicItem) Deprecated.addContactMediumItem(ContactMedium contactMediumItem) Deprecated.addCreditProfileItem(CreditProfile creditProfileItem) Deprecated.addPaymentMethodItem(PaymentMethodRef paymentMethodItem) Deprecated.addRelatedPartyItem(RelatedParty relatedPartyItem) Deprecated.agreement(List<AgreementRef> agreement) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.characteristic(List<Characteristic> characteristic) Deprecated.contactMedium(List<ContactMedium> contactMedium) Deprecated.creditProfile(List<CreditProfile> creditProfile) Deprecated.engagedParty(RelatedParty engagedParty) Deprecated.booleanDeprecated.@Valid List<AccountRef>Deprecated.Get account@Valid List<AgreementRef>Deprecated.Get agreementDeprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity name@Valid List<Characteristic>Deprecated.Describes the characteristic of a party role.@Valid List<ContactMedium>Deprecated.Get contactMedium@Valid List<CreditProfile>Deprecated.Get creditProfile@Valid RelatedPartyDeprecated.Get engagedPartygetHref()Deprecated.Url used to reference the party role.getId()Deprecated.Unique identifier for PartyRolesgetName()Deprecated.A word, term, or phrase by which the PartyRole is known and distinguished from other PartyRoles.@Valid List<PaymentMethodRef>Deprecated.Get paymentMethod@Valid List<RelatedParty>Deprecated.Get relatedPartyDeprecated.Used to track the lifecycle status of the party role.Deprecated.A string providing an explanation on the value of the status lifecycle.@Valid TimePeriodDeprecated.Get validForinthashCode()Deprecated.Deprecated.Deprecated.Deprecated.paymentMethod(List<PaymentMethodRef> paymentMethod) Deprecated.relatedParty(List<RelatedParty> relatedParty) Deprecated.voidsetAccount(List<AccountRef> account) Deprecated.voidsetAgreement(List<AgreementRef> agreement) Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetCharacteristic(List<Characteristic> characteristic) Deprecated.voidsetContactMedium(List<ContactMedium> contactMedium) Deprecated.voidsetCreditProfile(List<CreditProfile> creditProfile) Deprecated.voidsetEngagedParty(RelatedParty engagedParty) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetPaymentMethod(List<PaymentMethodRef> paymentMethod) Deprecated.voidsetRelatedParty(List<RelatedParty> relatedParty) Deprecated.voidDeprecated.voidsetStatusReason(String statusReason) Deprecated.voidsetValidFor(TimePeriod validFor) Deprecated.Deprecated.statusReason(String statusReason) Deprecated.toString()Deprecated.validFor(TimePeriod validFor) Deprecated.
-
Constructor Details
-
PartyRole
public PartyRole()Deprecated.
-
-
Method Details
-
id
Deprecated. -
getId
Deprecated.Unique identifier for PartyRoles- Returns:
- id
-
setId
Deprecated. -
href
Deprecated. -
getHref
Deprecated.Url used to reference the party role.- Returns:
- href
-
setHref
Deprecated. -
name
Deprecated. -
getName
Deprecated.A word, term, or phrase by which the PartyRole is known and distinguished from other PartyRoles.- Returns:
- name
-
setName
Deprecated. -
status
Deprecated. -
getStatus
Deprecated.Used to track the lifecycle status of the party role.- Returns:
- status
-
setStatus
Deprecated. -
statusReason
Deprecated. -
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
Deprecated. -
account
Deprecated. -
addAccountItem
Deprecated. -
getAccount
Deprecated.Get account- Returns:
- account
-
setAccount
Deprecated. -
agreement
Deprecated. -
addAgreementItem
Deprecated. -
getAgreement
Deprecated.Get agreement- Returns:
- agreement
-
setAgreement
Deprecated. -
characteristic
Deprecated. -
addCharacteristicItem
Deprecated. -
getCharacteristic
Deprecated.Describes the characteristic of a party role.- Returns:
- characteristic
-
setCharacteristic
Deprecated. -
contactMedium
Deprecated. -
addContactMediumItem
Deprecated. -
getContactMedium
Deprecated.Get contactMedium- Returns:
- contactMedium
-
setContactMedium
Deprecated. -
creditProfile
Deprecated. -
addCreditProfileItem
Deprecated. -
getCreditProfile
Deprecated.Get creditProfile- Returns:
- creditProfile
-
setCreditProfile
Deprecated. -
engagedParty
Deprecated. -
getEngagedParty
Deprecated.Get engagedParty- Returns:
- engagedParty
-
setEngagedParty
Deprecated. -
paymentMethod
Deprecated. -
addPaymentMethodItem
Deprecated. -
getPaymentMethod
Deprecated.Get paymentMethod- Returns:
- paymentMethod
-
setPaymentMethod
Deprecated. -
addRelatedPartyItem
Deprecated. -
getRelatedParty
Deprecated.Get relatedParty- Returns:
- relatedParty
-
setRelatedParty
Deprecated. -
validFor
Deprecated. -
getValidFor
Deprecated.Get validFor- Returns:
- validFor
-
setValidFor
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-