Class PartyRole
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PartyRole
The part played by a party in a given context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIndividualIdentificationItem(IndividualIdentification individualIdentificationItem) addSubscriptionAccessItem(SubscriptionAccess subscriptionAccessItem) atBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanGeneric attribute indicating the base class type of the extension class of the current object.Generic attribute containing the link to the schema that defines the structure of the class type of the current object.Generic attribute containing the name of the resource class typegetHref()Url used to reference the party role.getId()Unique identifier for PartyRoles@Valid List<IndividualIdentification>Get individualIdentification@NotNull StringgetName()A word, term, or phrase by which the PartyRole is known and distinguished from other PartyRoles.@Valid List<SubscriptionAccess>Get subscriptionAccessinthashCode()individualIdentification(List<IndividualIdentification> individualIdentification) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidsetIndividualIdentification(List<IndividualIdentification> individualIdentification) voidvoidsetSubscriptionAccess(List<SubscriptionAccess> subscriptionAccess) subscriptionAccess(List<SubscriptionAccess> subscriptionAccess) toString()
-
Constructor Details
-
PartyRole
public PartyRole()
-
-
Method Details
-
atBaseType
-
getAtBaseType
Generic attribute indicating the base class type of the extension class of the current object. Useful only when the class type of the current object is unknown to the implementation.- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
Generic attribute containing the link to the schema that defines the structure of the class type of the current object.- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
Generic attribute containing the name of the resource class type- Returns:
- atType
-
setAtType
-
href
-
getHref
Url used to reference the party role.- Returns:
- href
-
setHref
-
id
-
getId
Unique identifier for PartyRoles- Returns:
- id
-
setId
-
name
-
getName
A word, term, or phrase by which the PartyRole is known and distinguished from other PartyRoles.- Returns:
- name
-
setName
-
subscriptionAccess
-
addSubscriptionAccessItem
-
getSubscriptionAccess
Get subscriptionAccess- Returns:
- subscriptionAccess
-
setSubscriptionAccess
-
individualIdentification
-
addIndividualIdentificationItem
public PartyRole addIndividualIdentificationItem(IndividualIdentification individualIdentificationItem) -
getIndividualIdentification
Get individualIdentification- Returns:
- individualIdentification
-
setIndividualIdentification
-
equals
-
hashCode
public int hashCode() -
toString
-