Package com.restfb.types.ads
Class ProductItem
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.ProductItem
-
- All Implemented Interfaces:
Serializable
public class ProductItem extends NamedAdsObject
Represents the Product Item type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductItem()
-
Method Summary
-
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ProductItem
public ProductItem()
-
-
Method Detail
-
getAdditionalImageUrls
public List<String> getAdditionalImageUrls()
-
setAdditionalImageUrls
public void setAdditionalImageUrls(List<String> additionalImageUrls)
-
getAgeGroup
public String getAgeGroup()
-
setAgeGroup
public void setAgeGroup(String ageGroup)
-
getApplinks
public AppLinks getApplinks()
-
setApplinks
public void setApplinks(AppLinks applinks)
-
getAvailability
public String getAvailability()
-
setAvailability
public void setAvailability(String availability)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getCommerceTaxCategory
public String getCommerceTaxCategory()
-
setCommerceTaxCategory
public void setCommerceTaxCategory(String commerceTaxCategory)
-
getCommerceInsights
public ProductItemCommerceInsights getCommerceInsights()
-
setCommerceInsights
public void setCommerceInsights(ProductItemCommerceInsights commerceInsights)
-
getCondition
public String getCondition()
-
setCondition
public void setCondition(String condition)
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
getCustomData
public Map<String,String> getCustomData()
-
setCustomData
public void setCustomData(Map<String,String> customData)
-
getCustomLabel0
public String getCustomLabel0()
-
setCustomLabel0
public void setCustomLabel0(String customLabel0)
-
getCustomLabel1
public String getCustomLabel1()
-
setCustomLabel1
public void setCustomLabel1(String customLabel1)
-
getCustomLabel2
public String getCustomLabel2()
-
setCustomLabel2
public void setCustomLabel2(String customLabel2)
-
getCustomLabel3
public String getCustomLabel3()
-
setCustomLabel3
public void setCustomLabel3(String customLabel3)
-
getCustomLabel4
public String getCustomLabel4()
-
setCustomLabel4
public void setCustomLabel4(String customLabel4)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getExpirationDate
public String getExpirationDate()
-
setExpirationDate
public void setExpirationDate(String expirationDate)
-
getFbProductCategory
public String getFbProductCategory()
-
setFbProductCategory
public void setFbProductCategory(String fbProductCategory)
-
getGoogleProductCategory
public String getGoogleProductCategory()
-
setGoogleProductCategory
public void setGoogleProductCategory(String googleProductCategory)
-
getImageFetchStatus
public String getImageFetchStatus()
-
setImageFetchStatus
public void setImageFetchStatus(String imageFetchStatus)
-
getImageUrl
public String getImageUrl()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
getInventory
public Integer getInventory()
-
setInventory
public void setInventory(Integer inventory)
-
getManufacturerPartNumber
public String getManufacturerPartNumber()
-
setManufacturerPartNumber
public void setManufacturerPartNumber(String manufacturerPartNumber)
-
getMaterial
public String getMaterial()
-
setMaterial
public void setMaterial(String material)
-
getMobileLink
public String getMobileLink()
-
setMobileLink
public void setMobileLink(String mobileLink)
-
getOrderingIndex
public Long getOrderingIndex()
-
setOrderingIndex
public void setOrderingIndex(Long orderingIndex)
-
getParentProductId
public String getParentProductId()
-
setParentProductId
public void setParentProductId(String parentProductId)
-
getPattern
public String getPattern()
-
setPattern
public void setPattern(String pattern)
-
getProductCatalog
public ProductCatalog getProductCatalog()
-
setProductCatalog
public void setProductCatalog(ProductCatalog productCatalog)
-
getProductFeed
public ProductFeed getProductFeed()
-
setProductFeed
public void setProductFeed(ProductFeed productFeed)
-
getProductGroup
public ProductGroup getProductGroup()
-
setProductGroup
public void setProductGroup(ProductGroup productGroup)
-
getProductType
public String getProductType()
-
setProductType
public void setProductType(String productType)
-
getRetailerId
public String getRetailerId()
-
setRetailerId
public void setRetailerId(String retailerId)
-
getRetailerProductGroupId
public String getRetailerProductGroupId()
-
setRetailerProductGroupId
public void setRetailerProductGroupId(String retailerProductGroupId)
-
getReviewRejectionReasons
public List<String> getReviewRejectionReasons()
-
setReviewRejectionReasons
public void setReviewRejectionReasons(List<String> reviewRejectionReasons)
-
getReviewStatus
public String getReviewStatus()
-
setReviewStatus
public void setReviewStatus(String reviewStatus)
-
getSalePrice
public String getSalePrice()
-
setSalePrice
public void setSalePrice(String salePrice)
-
getSalePriceEndDate
public String getSalePriceEndDate()
-
setSalePriceEndDate
public void setSalePriceEndDate(String salePriceEndDate)
-
getSalePriceStartDate
public String getSalePriceStartDate()
-
setSalePriceStartDate
public void setSalePriceStartDate(String salePriceStartDate)
-
getShippingWeightUnit
public String getShippingWeightUnit()
-
setShippingWeightUnit
public void setShippingWeightUnit(String shippingWeightUnit)
-
getShippingWeightValue
public Double getShippingWeightValue()
-
setShippingWeightValue
public void setShippingWeightValue(Double shippingWeightValue)
-
getShortDescription
public String getShortDescription()
-
setShortDescription
public void setShortDescription(String shortDescription)
-
getStartDate
public String getStartDate()
-
setStartDate
public void setStartDate(String startDate)
-
getVisibility
public String getVisibility()
-
setVisibility
public void setVisibility(String visibility)
-
-