Class ProductOfferingTermRef

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOfferingTermRef

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class ProductOfferingTermRef extends Object
A reference to the product offering term
  • Constructor Details

    • ProductOfferingTermRef

      public ProductOfferingTermRef()
  • Method Details

    • id

    • getId

      public String getId()
      The identifier of the product offering term
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProductOfferingTermRef href(String href)
    • getHref

      public String getHref()
      Url used to reference the product offering term
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atreferredType

      public ProductOfferingTermRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      (Class) type of the referred product offering term
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • attype

      public ProductOfferingTermRef attype(String attype)
    • getAttype

      public String getAttype()
      (Class) type of the product offering term
      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