Class RelatedParty
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.RelatedParty
The party which the product is related with.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatSchemaLocation(String atSchemaLocation) booleanA 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 partygetId()Unique identifier of the related partygetName()Name of the related partygetRole()Role played by the related partyinthashCode()voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidvoidtoString()
-
Constructor Details
-
RelatedParty
public RelatedParty()
-
-
Method Details
-
id
-
getId
Unique identifier of the related party- Returns:
- id
-
setId
-
href
-
getHref
Reference of the related party- Returns:
- href
-
setHref
-
name
-
getName
Name of the related party- Returns:
- name
-
setName
-
role
-
getRole
Role played by the related party- Returns:
- role
-
setRole
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-