java.lang.Object
com.broadleafcommerce.datafeed.feedprovider.meta.api.publisher.file.element.CommerceManagerFeedCSVProduct
All Implemented Interfaces:
Serializable

public class CommerceManagerFeedCSVProduct extends Object implements Serializable
A POJO representation of an 'output element' that will be serialized into the final output file. See https://www.facebook.com/business/help/120325381656392?id=725943027795860, https://developers.facebook.com/docs/commerce-platform/catalog/fields/?locale=en_US, https://developers.facebook.com/docs/marketing-api/catalog/guides/product-deep-links for reference.
See Also:
  • Constructor Details

    • CommerceManagerFeedCSVProduct

      public CommerceManagerFeedCSVProduct()
  • Method Details

    • getId

      public String getId()
    • getTitle

      public String getTitle()
    • getDescription

      public String getDescription()
    • getAvailability

      public String getAvailability()
    • getCondition

      public String getCondition()
    • getPrice

      public String getPrice()
    • getLink

      public String getLink()
    • getImageLink

      public String getImageLink()
    • getBrand

      public String getBrand()
    • getOriginCountry

      public String getOriginCountry()
    • getImporterName

      public String getImporterName()
    • getImporterAddress

      public String getImporterAddress()
    • getManufacturerInfo

      public String getManufacturerInfo()
    • getWaComplianceCategory

      public String getWaComplianceCategory()
    • getQuantityToSellOnFacebook

      public String getQuantityToSellOnFacebook()
    • getGoogleProductCategory

      public String getGoogleProductCategory()
    • getFbProductCategory

      public String getFbProductCategory()
    • getSize

      public String getSize()
    • getSalePrice

      public String getSalePrice()
    • getSalePriceEffectiveDate

      public String getSalePriceEffectiveDate()
    • getItemGroupId

      public String getItemGroupId()
    • getStatus

      public String getStatus()
    • getAdditionalImageLink

      public String getAdditionalImageLink()
    • getColor

      public String getColor()
    • getGender

      public String getGender()
    • getAgeGroup

      public String getAgeGroup()
    • getMaterial

      public String getMaterial()
    • getPattern

      public String getPattern()
    • getRichTextDescription

      public String getRichTextDescription()
    • getShipping

      public String getShipping()
    • getShippingWeight

      public String getShippingWeight()
    • getCustomLabel0

      public String getCustomLabel0()
    • getCustomLabel1

      public String getCustomLabel1()
    • getCustomLabel2

      public String getCustomLabel2()
    • getCustomLabel3

      public String getCustomLabel3()
    • getCustomLabel4

      public String getCustomLabel4()
    • getCustomNumber0

      public String getCustomNumber0()
    • getCustomNumber1

      public String getCustomNumber1()
    • getCustomNumber2

      public String getCustomNumber2()
    • getCustomNumber3

      public String getCustomNumber3()
    • getCustomNumber4

      public String getCustomNumber4()
    • getProductType

      public String getProductType()
      This contains the primary category name and all its ancestors, separated by '>'. For example: "Home & Garden > Kitchen & Dining > Appliances > Refrigerators"
    • getMobileLink

      public String getMobileLink()
      Link to mobile-optimized page for this item.
    • getAndroidAppName

      public String getAndroidAppName()
    • getAndroidPackage

      public String getAndroidPackage()
    • getAndroidUrl

      public String getAndroidUrl()
    • getIosAppName

      public String getIosAppName()
    • getIosUrl

      public String getIosUrl()
    • getIosAppStoreId

      public String getIosAppStoreId()
    • getIpadAppName

      public String getIpadAppName()
    • getIpadAppStoreId

      public String getIpadAppStoreId()
    • getIpadUrl

      public String getIpadUrl()
    • getIphoneUrl

      public String getIphoneUrl()
    • getIphoneAppStoreId

      public String getIphoneAppStoreId()
    • getIphoneAppName

      public String getIphoneAppName()
    • setId

      public void setId(String id)
    • setTitle

      public void setTitle(String title)
    • setDescription

      public void setDescription(String description)
    • setAvailability

      public void setAvailability(String availability)
    • setCondition

      public void setCondition(String condition)
    • setPrice

      public void setPrice(String price)
    • setLink

      public void setLink(String link)
    • setImageLink

      public void setImageLink(String imageLink)
    • setBrand

      public void setBrand(String brand)
    • setOriginCountry

      public void setOriginCountry(String originCountry)
    • setImporterName

      public void setImporterName(String importerName)
    • setImporterAddress

      public void setImporterAddress(String importerAddress)
    • setManufacturerInfo

      public void setManufacturerInfo(String manufacturerInfo)
    • setWaComplianceCategory

      public void setWaComplianceCategory(String waComplianceCategory)
    • setQuantityToSellOnFacebook

      public void setQuantityToSellOnFacebook(String quantityToSellOnFacebook)
    • setGoogleProductCategory

      public void setGoogleProductCategory(String googleProductCategory)
    • setFbProductCategory

      public void setFbProductCategory(String fbProductCategory)
    • setSize

      public void setSize(String size)
    • setSalePrice

      public void setSalePrice(String salePrice)
    • setSalePriceEffectiveDate

      public void setSalePriceEffectiveDate(String salePriceEffectiveDate)
    • setItemGroupId

      public void setItemGroupId(String itemGroupId)
    • setStatus

      public void setStatus(String status)
    • setAdditionalImageLink

      public void setAdditionalImageLink(String additionalImageLink)
    • setColor

      public void setColor(String color)
    • setGender

      public void setGender(String gender)
    • setAgeGroup

      public void setAgeGroup(String ageGroup)
    • setMaterial

      public void setMaterial(String material)
    • setPattern

      public void setPattern(String pattern)
    • setRichTextDescription

      public void setRichTextDescription(String richTextDescription)
    • setShipping

      public void setShipping(String shipping)
    • setShippingWeight

      public void setShippingWeight(String shippingWeight)
    • setCustomLabel0

      public void setCustomLabel0(String customLabel0)
    • setCustomLabel1

      public void setCustomLabel1(String customLabel1)
    • setCustomLabel2

      public void setCustomLabel2(String customLabel2)
    • setCustomLabel3

      public void setCustomLabel3(String customLabel3)
    • setCustomLabel4

      public void setCustomLabel4(String customLabel4)
    • setCustomNumber0

      public void setCustomNumber0(String customNumber0)
    • setCustomNumber1

      public void setCustomNumber1(String customNumber1)
    • setCustomNumber2

      public void setCustomNumber2(String customNumber2)
    • setCustomNumber3

      public void setCustomNumber3(String customNumber3)
    • setCustomNumber4

      public void setCustomNumber4(String customNumber4)
    • setProductType

      public void setProductType(String productType)
      This contains the primary category name and all its ancestors, separated by '>'. For example: "Home & Garden > Kitchen & Dining > Appliances > Refrigerators"
    • setMobileLink

      public void setMobileLink(String mobileLink)
      Link to mobile-optimized page for this item.
    • setAndroidAppName

      public void setAndroidAppName(String androidAppName)
    • setAndroidPackage

      public void setAndroidPackage(String androidPackage)
    • setAndroidUrl

      public void setAndroidUrl(String androidUrl)
    • setIosAppName

      public void setIosAppName(String iosAppName)
    • setIosUrl

      public void setIosUrl(String iosUrl)
    • setIosAppStoreId

      public void setIosAppStoreId(String iosAppStoreId)
    • setIpadAppName

      public void setIpadAppName(String ipadAppName)
    • setIpadAppStoreId

      public void setIpadAppStoreId(String ipadAppStoreId)
    • setIpadUrl

      public void setIpadUrl(String ipadUrl)
    • setIphoneUrl

      public void setIphoneUrl(String iphoneUrl)
    • setIphoneAppStoreId

      public void setIphoneAppStoreId(String iphoneAppStoreId)
    • setIphoneAppName

      public void setIphoneAppName(String iphoneAppName)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object