Class ProductOfferingPriceRelationshipWsDto

java.lang.Object
de.hybris.platform.b2ctelcocommercewebservicescommons.dto.ProductOfferingPriceRelationshipWsDto
All Implemented Interfaces:
Serializable

public class ProductOfferingPriceRelationshipWsDto extends Object implements Serializable
See Also:
  • Constructor Details

    • ProductOfferingPriceRelationshipWsDto

      public ProductOfferingPriceRelationshipWsDto()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setHref

      public void setHref(String href)
    • getHref

      public String getHref()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setRelationshipType

      public void setRelationshipType(String relationshipType)
    • getRelationshipType

      public String getRelationshipType()
    • setRole

      public void setRole(String role)
    • getRole

      public String getRole()
    • setType

      public void setType(String type)
    • getType

      public String getType()
    • setReferredType

      public void setReferredType(String referredType)
    • getReferredType

      public String getReferredType()