java.lang.Object
de.hybris.platform.productqualificationservices.data.PqProductData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PqDependentProductData

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

    • PqProductData

      public PqProductData()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setChildren

      public void setChildren(Set<PqProductData> children)
    • getChildren

      public Set<PqProductData> getChildren()
    • setAgreementItems

      public void setAgreementItems(Set<String> agreementItems)
    • getAgreementItems

      public Set<String> getAgreementItems()
    • setRelatedParties

      public void setRelatedParties(Set<String> relatedParties)
    • getRelatedParties

      public Set<String> getRelatedParties()
    • setRelatedPlaces

      public void setRelatedPlaces(Set<String> relatedPlaces)
    • getRelatedPlaces

      public Set<String> getRelatedPlaces()
    • setResources

      public void setResources(Set<String> resources)
    • getResources

      public Set<String> getResources()
    • setServices

      public void setServices(Set<String> services)
    • getServices

      public Set<String> getServices()
    • setBillingAccount

      public void setBillingAccount(String billingAccount)
    • getBillingAccount

      public String getBillingAccount()
    • setProductSpecificationId

      public void setProductSpecificationId(String productSpecificationId)
    • getProductSpecificationId

      public String getProductSpecificationId()
    • setProductOfferingId

      public void setProductOfferingId(String productOfferingId)
    • getProductOfferingId

      public String getProductOfferingId()
    • setCharacteristics

      public void setCharacteristics(Set<PqCharacteristicData> characteristics)
    • getCharacteristics

      public Set<PqCharacteristicData> getCharacteristics()
    • setProductTerms

      public void setProductTerms(Set<PqProductTermData> productTerms)
    • getProductTerms

      public Set<PqProductTermData> getProductTerms()
    • setProductRelationships

      public void setProductRelationships(Set<PqProductRelationshipData> productRelationships)
    • getProductRelationships

      public Set<PqProductRelationshipData> getProductRelationships()