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()
    • setProductOrderItems

      public void setProductOrderItems(Set<PqProductOrderItemData> productOrderItems)
    • getProductOrderItems

      public Set<PqProductOrderItemData> getProductOrderItems()
    • 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()
    • setSubscriptionStatus

      public void setSubscriptionStatus(String subscriptionStatus)
    • getSubscriptionStatus

      public String getSubscriptionStatus()
    • setStartDate

      public void setStartDate(Date startDate)
    • getStartDate

      public Date getStartDate()
    • setTerminationDate

      public void setTerminationDate(Date terminationDate)
    • getTerminationDate

      public Date getTerminationDate()
    • setRemainingSubscriptionDays

      public void setRemainingSubscriptionDays(Integer remainingSubscriptionDays)
    • getRemainingSubscriptionDays

      public Integer getRemainingSubscriptionDays()
    • setRelatedPlace

      public void setRelatedPlace(Set<PqRelatedPlaceData> relatedPlace)
    • getRelatedPlace

      public Set<PqRelatedPlaceData> getRelatedPlace()