Class TmaSolrDocumentProductOfferingPrice

java.lang.Object
de.hybris.platform.b2ctelcoservices.pricing.TmaSolrDocumentProductOfferingPrice
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaSolrDocumentComponentPop, TmaSolrDocumentCompositePop

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

    • TmaSolrDocumentProductOfferingPrice

      public TmaSolrDocumentProductOfferingPrice()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setType

      public void setType(String type)
    • getType

      public String getType()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setPriceEvent

      public void setPriceEvent(TmaSolrDocumentBillingTime priceEvent)
    • getPriceEvent

      public TmaSolrDocumentBillingTime getPriceEvent()
    • setProductSpecCharacteristicValueUses

      public void setProductSpecCharacteristicValueUses(Set<TmaSolrDocumentPscvUse> productSpecCharacteristicValueUses)
    • getProductSpecCharacteristicValueUses

      public Set<TmaSolrDocumentPscvUse> getProductSpecCharacteristicValueUses()