java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v1.dto.RelatedParty

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen", date="2022-10-21T20:34:36.417Z") 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)
    • validFor

      public RelatedParty validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • atreferredType

      public RelatedParty atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      Indicates the (class) type of party
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • 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