Class RelatedPartyRef
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.RelatedPartyRef
RelatedParty reference. A related party defines party or party role linked to a specific entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetHref()Reference of the related party, could be a party reference or a party role reference@NotNull StringgetId()Unique identifier of a related partygetName()Name of the related partygetRole()Role of the related party.inthashCode()voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidvoidtoString()
-
Constructor Details
-
RelatedPartyRef
public RelatedPartyRef()
-
-
Method Details
-
id
-
getId
Unique identifier of a related party- Returns:
- id
-
setId
-
href
-
getHref
Reference of the related party, could be a party reference or a party role reference- Returns:
- href
-
setHref
-
name
-
getName
Name of the related party- Returns:
- name
-
setName
-
role
-
getRole
Role of the related party.- Returns:
- role
-
setRole
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
atReferredType
-
getAtReferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-