Class RelatedPartyRefType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RelatedPartyRefType
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class RelatedPartyRefType
extends Object
Information about an associated entity and its role
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatreferredType(String atreferredType) booleanType of party (e.g.: account, customer, user…)@NotNull StringgetHref()Reference to the party@NotNull StringgetId()Unique identifier of the related partygetName()Name of the partygetRole()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
-