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 Details

    • RelatedParty

      public RelatedParty()
  • Method Details

    • id

      public RelatedParty id(String id)
    • getId

      public String getId()
      Unique identifier of the related party
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public RelatedParty href(String href)
    • getHref

      public String getHref()
      Reference of the related party
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public RelatedParty name(String name)
    • getName

      public String getName()
      Name of the related party
      Returns:
      name
    • setName

      public void setName(String name)
    • role

      public RelatedParty role(String role)
    • getRole

      public String getRole()
      Role played by the related party
      Returns:
      role
    • setRole

      public void setRole(String role)
    • atschemaLocation

      public RelatedParty atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public RelatedParty attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object