Class ComprehensiveProduct

All Implemented Interfaces:
ExchangeObject, Translatable, Serializable

public class ComprehensiveProduct extends EntityExchangeObject implements Translatable
See Also:
  • Constructor Details

    • ComprehensiveProduct

      public ComprehensiveProduct()
  • Method Details

    • getEntityType

      public String getEntityType()
      Description copied from interface: Translatable
      Returns the entity type that this object represents at the service layer. This should be set with Translation.setEntityType(String) before persistence.

      For example, this would be "com.broadleafcommerce.catalog.provider.jpa.domain.product.JpaVariant" for a variant entity. It is also acceptable to set this to the extended entity type.

      Specified by:
      getEntityType in interface Translatable
      Returns:
      the entity type
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getSku

      public String getSku()
    • getUpc

      public String getUpc()
    • getExternalId

      public String getExternalId()
    • getOnline

      public Boolean getOnline()
    • getInventoryType

      public String getInventoryType()
    • getAvailableOnline

      public Boolean getAvailableOnline()
    • getSearchable

      public Boolean getSearchable()
    • getProductType

      public String getProductType()
    • getBusinessType

      public String getBusinessType()
    • getPricingKey

      public String getPricingKey()
      System-wide unique identifier to configure specific pricing for the product. Relevant if pricing data is managed in a separate system or data store, like the Broadleaf pricing services. This is usually a UUID but could be any unique value.
    • getTranslations

      public List<Translation> getTranslations()
      Specified by:
      getTranslations in interface Translatable
    • getAssets

      public List<ProductAsset> getAssets()
    • getVariants

      public List<Variant> getVariants()
    • getSkuInventories

      public List<SkuInventory> getSkuInventories()
      Any inventory records associated with this product.
    • getPrices

      public List<Prices> getPrices()
      Any prices associated with this product.
    • getProductTags

      public List<ProductTag> getProductTags()
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setSku

      public void setSku(String sku)
    • setUpc

      public void setUpc(String upc)
    • setExternalId

      public void setExternalId(String externalId)
    • setOnline

      public void setOnline(Boolean online)
    • setInventoryType

      public void setInventoryType(String inventoryType)
    • setAvailableOnline

      public void setAvailableOnline(Boolean availableOnline)
    • setSearchable

      public void setSearchable(Boolean searchable)
    • setProductType

      public void setProductType(String productType)
    • setBusinessType

      public void setBusinessType(String businessType)
    • setPricingKey

      public void setPricingKey(String pricingKey)
      System-wide unique identifier to configure specific pricing for the product. Relevant if pricing data is managed in a separate system or data store, like the Broadleaf pricing services. This is usually a UUID but could be any unique value.
    • setTranslations

      public void setTranslations(List<Translation> translations)
      Specified by:
      setTranslations in interface Translatable
    • setAssets

      public void setAssets(List<ProductAsset> assets)
    • setVariants

      public void setVariants(List<Variant> variants)
    • setSkuInventories

      public void setSkuInventories(List<SkuInventory> skuInventories)
      Any inventory records associated with this product.
    • setPrices

      public void setPrices(List<Prices> prices)
      Any prices associated with this product.
    • setProductTags

      public void setProductTags(List<ProductTag> productTags)
    • toString

      public String toString()
      Overrides:
      toString in class EntityExchangeObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class EntityExchangeObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class EntityExchangeObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class EntityExchangeObject