Class RelatedPartyRefType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RelatedPartyRefType
Information about an associated entity and its role
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) boolean@NotNull StringType of party (e.g.: account, customer, user…)getHref()Reference to the party@NotNull StringgetId()Unique identifier of the related partygetName()Name of the party@NotNull StringgetRole()Role of the related entityinthashCode()voidsetAtReferredType(String atReferredType) voidvoidvoidvoidtoString()
-
Constructor Details
-
RelatedPartyRefType
public RelatedPartyRefType()
-
-
Method Details
-
id
-
getId
Unique identifier of the related party- Returns:
- id
-
setId
-
href
-
getHref
Reference to the party- Returns:
- href
-
setHref
-
atReferredType
-
getAtReferredType
Type of party (e.g.: account, customer, user…)- Returns:
- atReferredType
-
setAtReferredType
-
name
-
getName
Name of the party- Returns:
- name
-
setName
-
role
-
getRole
Role of the related entity- Returns:
- role
-
setRole
-
equals
-
hashCode
public int hashCode() -
toString
-