Class RelatedParty
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.RelatedParty
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:51.201Z")
public class RelatedParty
extends Object
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
-