|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Product
public class Product
Product class
| Constructor Summary | |
|---|---|
Product()
Constructor |
|
Product(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Product object from a Record object |
|
| Method Summary | |
|---|---|
AddressIf[] |
getAddresses()
An array containing all of the addresses defined for this product. |
BookableProductIf |
getBookableProd()
An object containing attributes relevant to a bookable product |
int |
getBundledProdQuantity()
When products are returned from the API call getRelatedProducts() and the relationship is a bundle relationship, they will have this attribute instantiated to show the number of times that this product appears in the bundle |
java.lang.Boolean |
getCanOrderWhenNotInStock()
If null then we use the global value set by the config variable STOCK_ALLOW_CHECKOUT. |
int |
getCategoryId()
|
java.lang.String |
getComparison()
The content of this attribute should be structured data such as xml so that it can be easily used to compare product features with other products. |
java.lang.String |
getContentType()
Valid for digital products. |
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom10()
|
java.math.BigDecimal |
getCustom1Dec()
|
int |
getCustom1Int()
|
java.lang.String |
getCustom2()
|
java.math.BigDecimal |
getCustom2Dec()
|
int |
getCustom2Int()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
java.lang.String |
getCustom6()
|
java.lang.String |
getCustom7()
|
java.lang.String |
getCustom8()
|
java.lang.String |
getCustom9()
|
ProdCustAttrIf[] |
getCustomAttrArray()
An array of ProdCustAttr objects |
java.lang.String |
getCustomAttrs()
Contains the custom attributes in XML format |
java.util.Calendar |
getDateAdded()
|
java.util.Calendar |
getDateAvailable()
|
java.lang.String |
getDescription()
|
java.lang.String |
getEncodedOptionValues()
When products are returned from the API call getRelatedProducts() and the relationship is a bundle relationship, they will have this attribute instantiated if the product in the bundle is configured with one or more options. encodedOptionValues 3{5}4{1} means product_options of id==3 and product_options_values of id==5 followed by product_options of id==4 and product_options_values of id==1. |
java.util.Calendar |
getExpiryDate()
The date that the product expires |
java.lang.String |
getFilePath()
Valid for digital products. |
int |
getId()
|
java.lang.String |
getImage()
|
java.lang.String |
getImage2()
|
java.lang.String |
getImage3()
|
java.lang.String |
getImage4()
|
byte |
getInvisible()
When set to '1' the product is invisible and will not be returned from normal API calls. |
ManufacturerIf |
getManufacturer()
|
int |
getManufacturerId()
|
java.lang.String |
getManufacturerName()
|
int |
getMaxDownloadDays()
Maximum number of days a product can be downloaded in the case of digital downloads. |
int |
getMaxNumDownloads()
Maximum number of downloads allowed in the case of digital download products. |
MiscItemIf[] |
getMiscItems()
Returns the array of Miscellaneous Items associated with this product. |
java.lang.String |
getModel()
|
java.lang.String |
getName()
|
int |
getNumberReviews()
|
OptionIf[] |
getOpts()
An array of Option objects. |
int |
getOrdered()
The number of times that the product has been ordered. |
PaymentScheduleIf |
getPaymentSchedule()
A product may be associated to a PaymentSchedule object when it is paid for using recurring billing. |
int |
getPaymentScheduleId()
Determines whether the product requires recurring billing and if so, connects it to a Payment Schedule object. |
java.math.BigDecimal |
getPrice0()
|
java.math.BigDecimal |
getPrice1()
|
java.math.BigDecimal |
getPrice2()
|
java.math.BigDecimal |
getPrice3()
|
java.math.BigDecimal |
getPriceExTax()
|
int |
getPriceId()
|
java.math.BigDecimal |
getPriceIncTax()
|
int[] |
getProdRelationTypeArray()
When products are returned from the API call getRelatedProducts() they will have this array initialised. |
ProductQuantityIf[] |
getProductQuantities()
An array of productQuantity objects that define quantity in stock and availability date for different SKUs. |
PromotionResultIf[] |
getPromotionResults()
Active promotions for this product |
int |
getQuantity()
|
java.math.BigDecimal |
getRating()
Average product rating |
java.lang.String |
getSku()
The SKU is the stock keeping unit. |
java.lang.String[] |
getSnippets()
Array of strings containing snippets which are text fragments surrounding the search keywords. |
java.util.Calendar |
getSpecialExpiryDate()
The date when the special price expires |
java.math.BigDecimal |
getSpecialPriceExTax()
|
java.math.BigDecimal |
getSpecialPriceIncTax()
|
java.util.Calendar |
getSpecialStartDate()
The date when the special price starts |
byte |
getSpecialStatus()
Set to '1' if the special price is active. |
byte |
getStatus()
Set to '1' if the product is active. |
int |
getStockReorderLevel()
Product needs to be reordered when the stock hits this level. |
java.lang.String |
getStoreCustom1()
Custom field with unique value for a store when in multi-store shared products mode |
java.lang.String |
getStoreCustom2()
Custom field with unique value for a store when in multi-store shared products mode |
java.lang.String |
getStoreCustom3()
Custom field with unique value for a store when in multi-store shared products mode |
java.lang.String |
getStoreId()
Attribute is only applicable when KonaKart is configured in multi-store single db mode. |
TagIf[] |
getTags()
|
int |
getTaxClassId()
|
java.lang.String |
getTaxCode()
tax code used when looking up tax from an external service |
TierPriceIf[] |
getTierPrices()
An array of tier price objects for this product |
int |
getType()
product type. |
java.lang.String |
getUrl()
The url of the product, for example from the manufacturer's web site. |
int |
getViewedCount()
The number of times the product has been viewed. |
java.math.BigDecimal |
getWeight()
|
boolean |
isIndexAttachment()
If the product is a digital download and the SOLR search engine is enabled, then the attachment is indexed within the search engine when this boolean is set. |
void |
setAddresses(AddressIf[] addresses)
An array containing all of the addresses defined for this product. |
void |
setBookableProd(BookableProductIf bookableProd)
An object containing attributes relevant to a bookable product |
void |
setBundledProdQuantity(int bundledProdQuantity)
When products are returned from the API call getRelatedProducts() and the relationship is a bundle relationship, they will have this attribute instantiated to show the number of times that this product appears in the bundle |
void |
setCanOrderWhenNotInStock(java.lang.Boolean canOrderWhenNotInStock)
If null then we use the global value set by the config variable STOCK_ALLOW_CHECKOUT. |
void |
setCategoryId(int categoryId)
|
void |
setComparison(java.lang.String comparison)
The content of this attribute should be structured data such as xml so that it can be easily used to compare product features with other products. |
void |
setContentType(java.lang.String contentType)
Valid for digital products. |
void |
setCustom1(java.lang.String custom1)
|
void |
setCustom10(java.lang.String custom10)
|
void |
setCustom1Dec(java.math.BigDecimal custom1Dec)
|
void |
setCustom1Int(int custom1Int)
|
void |
setCustom2(java.lang.String custom2)
|
void |
setCustom2Dec(java.math.BigDecimal custom2Dec)
|
void |
setCustom2Int(int custom2Int)
|
void |
setCustom3(java.lang.String custom3)
|
void |
setCustom4(java.lang.String custom4)
|
void |
setCustom5(java.lang.String custom5)
|
void |
setCustom6(java.lang.String custom6)
|
void |
setCustom7(java.lang.String custom7)
|
void |
setCustom8(java.lang.String custom8)
|
void |
setCustom9(java.lang.String custom9)
|
void |
setCustomAttrArray(ProdCustAttrIf[] customAttrArray)
An array of ProdCustAttr objects |
void |
setCustomAttrs(java.lang.String customAttrs)
Contains the custom attributes in XML format |
void |
setDateAdded(java.util.Calendar dateAdded)
|
void |
setDateAvailable(java.util.Calendar dateAvailable)
|
void |
setDescription(java.lang.String description)
|
void |
setEncodedOptionValues(java.lang.String encodedOptionValues)
When products are returned from the API call getRelatedProducts() and the relationship is a bundle relationship, they will have this attribute instantiated if the product in the bundle is configured with one or more options. encodedOptionValues 3{5}4{1} means product_options of id==3 and product_options_values of id==5 followed by product_options of id==4 and product_options_values of id==1. |
void |
setExpiryDate(java.util.Calendar expiryDate)
The date that the product expires |
void |
setFilePath(java.lang.String filePath)
Valid for digital products. |
void |
setId(int id)
|
void |
setImage(java.lang.String image)
|
void |
setImage2(java.lang.String image2)
|
void |
setImage3(java.lang.String image3)
|
void |
setImage4(java.lang.String image4)
|
void |
setIndexAttachment(boolean indexAttachment)
If the product is a digital download and the SOLR search engine is enabled, then the attachment is indexed within the search engine when this boolean is set. |
void |
setInvisible(byte invisible)
When set to '1' the product is invisible and will not be returned from normal API calls. |
void |
setManufacturer(ManufacturerIf manufacturer)
|
void |
setManufacturerId(int manufacturerId)
|
void |
setManufacturerName(java.lang.String manufacturerName)
|
void |
setMaxDownloadDays(int maxDownloadDays)
Maximum number of days a product can be downloaded in the case of digital downloads. |
void |
setMaxNumDownloads(int maxNumDownloads)
Maximum number of downloads allowed in the case of digital download products. |
void |
setMiscItems(MiscItemIf[] miscItems)
Miscellaneous Items associated with this product |
void |
setModel(java.lang.String model)
|
void |
setName(java.lang.String name)
|
void |
setNumberReviews(int numberReviews)
|
void |
setOpts(OptionIf[] opts)
An array of Option objects. |
void |
setOrdered(int ordered)
The number of times that the product has been ordered. |
void |
setPaymentSchedule(PaymentScheduleIf paymentSchedule)
A product may be associated to a PaymentSchedule object when it is paid for using recurring billing. |
void |
setPaymentScheduleId(int paymentScheduleId)
Determines whether the product requires recurring billing and if so, connects it to a Payment Schedule object. |
void |
setPrice0(java.math.BigDecimal price0)
|
void |
setPrice1(java.math.BigDecimal price1)
|
void |
setPrice2(java.math.BigDecimal price2)
|
void |
setPrice3(java.math.BigDecimal price3)
|
void |
setPriceExTax(java.math.BigDecimal priceExTax)
|
void |
setPriceId(int priceId)
|
void |
setPriceIncTax(java.math.BigDecimal priceIncTax)
|
void |
setProdRelationTypeArray(int[] prodRelationTypeArray)
When products are returned from the API call getRelatedProducts() they will have this array initialised. |
void |
setProductQuantities(ProductQuantityIf[] productQuantities)
An array of productQuantity objects that define quantity in stock and availability date for different SKUs. |
void |
setPromotionResults(PromotionResultIf[] promotionResults)
Active promotions for this product |
void |
setQuantity(int quantity)
|
void |
setRating(java.math.BigDecimal rating)
Average product rating |
void |
setSku(java.lang.String sku)
The SKU is the stock keeping unit. |
void |
setSnippets(java.lang.String[] snippets)
Array of strings containing snippets which are text fragments surrounding the search keywords. |
void |
setSpecialExpiryDate(java.util.Calendar specialExpiryDate)
The date when the special price expires |
void |
setSpecialPriceExTax(java.math.BigDecimal specialPriceExTax)
|
void |
setSpecialPriceIncTax(java.math.BigDecimal specialPriceIncTax)
|
void |
setSpecialStartDate(java.util.Calendar specialStartDate)
The date when the special price starts |
void |
setSpecialStatus(byte specialStatus)
Set to '1' if the special price is active. |
void |
setStatus(byte status)
Set to '1' if the product is active. |
void |
setStockReorderLevel(int stockReorderLevel)
Product needs to be reordered when the stock hits this level. |
void |
setStoreCustom1(java.lang.String storeCustom1)
Custom field with unique value for a store when in multi-store shared products mode |
void |
setStoreCustom2(java.lang.String storeCustom2)
Custom field with unique value for a store when in multi-store shared products mode |
void |
setStoreCustom3(java.lang.String storeCustom3)
Custom field with unique value for a store when in multi-store shared products mode |
void |
setStoreId(java.lang.String storeId)
Attribute is only applicable when KonaKart is configured in multi-store single db mode. |
void |
setTags(TagIf[] tags)
|
void |
setTaxClassId(int taxClassId)
|
void |
setTaxCode(java.lang.String taxCode)
tax code used when looking up tax from an external service |
void |
setTierPrices(TierPriceIf[] tierPrices)
An array of tier price objects for this product |
void |
setType(int type)
product type. |
void |
setUrl(java.lang.String url)
The url of the product, for example from the manufacturer's web site. |
void |
setViewedCount(int viewedCount)
The number of times the product has been viewed. |
void |
setWeight(java.math.BigDecimal weight)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Product()
public Product(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public int getTaxClassId()
getTaxClassId in interface ProductIfpublic void setTaxClassId(int taxClassId)
setTaxClassId in interface ProductIftaxClassId - The taxClassId to set.public java.lang.String getManufacturerName()
getManufacturerName in interface ProductIfpublic void setManufacturerName(java.lang.String manufacturerName)
setManufacturerName in interface ProductIfmanufacturerName - The manufacturerName to set.public java.lang.String getDescription()
getDescription in interface ProductIfpublic void setDescription(java.lang.String description)
setDescription in interface ProductIfdescription - The description to set.public int getId()
getId in interface ProductIfpublic void setId(int id)
setId in interface ProductIfid - The id to set.public java.lang.String getImage()
getImage in interface ProductIfpublic void setImage(java.lang.String image)
setImage in interface ProductIfimage - The image to set.public java.lang.String getModel()
getModel in interface ProductIfpublic void setModel(java.lang.String model)
setModel in interface ProductIfmodel - The model to set.public java.lang.String getName()
getName in interface ProductIfpublic void setName(java.lang.String name)
setName in interface ProductIfname - The name to set.public OptionIf[] getOpts()
ProductIf
getOpts in interface ProductIfpublic void setOpts(OptionIf[] opts)
ProductIf
setOpts in interface ProductIfopts - The opts to set.public int getQuantity()
getQuantity in interface ProductIfpublic void setQuantity(int quantity)
setQuantity in interface ProductIfquantity - The quantity to set.public byte getStatus()
ProductIf
getStatus in interface ProductIfpublic void setStatus(byte status)
ProductIf
setStatus in interface ProductIfstatus - The status to set.public java.lang.String getUrl()
ProductIf
getUrl in interface ProductIfpublic void setUrl(java.lang.String url)
ProductIf
setUrl in interface ProductIfurl - The url to set.public int getViewedCount()
ProductIf
getViewedCount in interface ProductIfpublic void setViewedCount(int viewedCount)
ProductIf
setViewedCount in interface ProductIfviewedCount - The viewedCount to set.public java.math.BigDecimal getWeight()
getWeight in interface ProductIfpublic void setWeight(java.math.BigDecimal weight)
setWeight in interface ProductIfweight - The weight to set.public int getNumberReviews()
getNumberReviews in interface ProductIfpublic void setNumberReviews(int numberReviews)
setNumberReviews in interface ProductIfnumberReviews - The numberReviews to set.public java.util.Calendar getDateAdded()
getDateAdded in interface ProductIfpublic void setDateAdded(java.util.Calendar dateAdded)
setDateAdded in interface ProductIfdateAdded - The dateAdded to set.public java.util.Calendar getDateAvailable()
getDateAvailable in interface ProductIfpublic void setDateAvailable(java.util.Calendar dateAvailable)
setDateAvailable in interface ProductIfdateAvailable - The dateAvailable to set.public ManufacturerIf getManufacturer()
getManufacturer in interface ProductIfpublic void setManufacturer(ManufacturerIf manufacturer)
setManufacturer in interface ProductIfmanufacturer - The manufacturer to set.public int getManufacturerId()
getManufacturerId in interface ProductIfpublic void setManufacturerId(int manufacturerId)
setManufacturerId in interface ProductIfmanufacturerId - The manufacturerId to set.public int getCategoryId()
getCategoryId in interface ProductIfpublic void setCategoryId(int categoryId)
setCategoryId in interface ProductIfcategoryId - The categoryId to set.public int getOrdered()
ProductIf
getOrdered in interface ProductIfpublic void setOrdered(int ordered)
ProductIf
setOrdered in interface ProductIfordered - The ordered to set.public java.math.BigDecimal getPriceExTax()
getPriceExTax in interface ProductIfpublic void setPriceExTax(java.math.BigDecimal priceExTax)
setPriceExTax in interface ProductIfpriceExTax - The priceExTax to set.public java.math.BigDecimal getSpecialPriceExTax()
getSpecialPriceExTax in interface ProductIfpublic void setSpecialPriceExTax(java.math.BigDecimal specialPriceExTax)
setSpecialPriceExTax in interface ProductIfspecialPriceExTax - The specialPriceExTax to set.public java.math.BigDecimal getSpecialPriceIncTax()
getSpecialPriceIncTax in interface ProductIfpublic void setSpecialPriceIncTax(java.math.BigDecimal specialPriceIncTax)
setSpecialPriceIncTax in interface ProductIfspecialPriceIncTax - The specialPriceIncTax to set.public java.math.BigDecimal getPriceIncTax()
getPriceIncTax in interface ProductIfpublic void setPriceIncTax(java.math.BigDecimal priceIncTax)
setPriceIncTax in interface ProductIfpriceIncTax - The priceIncTax to set.public java.lang.String getCustom1()
getCustom1 in interface ProductIfpublic void setCustom1(java.lang.String custom1)
setCustom1 in interface ProductIfcustom1 - The custom1 to set.public java.lang.String getCustom2()
getCustom2 in interface ProductIfpublic void setCustom2(java.lang.String custom2)
setCustom2 in interface ProductIfcustom2 - The custom2 to set.public java.lang.String getCustom3()
getCustom3 in interface ProductIfpublic void setCustom3(java.lang.String custom3)
setCustom3 in interface ProductIfcustom3 - The custom3 to set.public java.lang.String getCustom4()
getCustom4 in interface ProductIfpublic void setCustom4(java.lang.String custom4)
setCustom4 in interface ProductIfcustom4 - The custom4 to set.public java.lang.String getCustom5()
getCustom5 in interface ProductIfpublic void setCustom5(java.lang.String custom5)
setCustom5 in interface ProductIfcustom5 - The custom5 to set.public int[] getProdRelationTypeArray()
ProductIf
getProdRelationTypeArray in interface ProductIfpublic void setProdRelationTypeArray(int[] prodRelationTypeArray)
ProductIf
setProdRelationTypeArray in interface ProductIfprodRelationTypeArray - The prodRelationTypeArray to set.public byte getInvisible()
ProductIf
getInvisible in interface ProductIfpublic void setInvisible(byte invisible)
ProductIf
setInvisible in interface ProductIfinvisible - The invisible to set.public java.lang.String getSku()
ProductIf
getSku in interface ProductIfpublic void setSku(java.lang.String sku)
ProductIf
setSku in interface ProductIfsku - The sku to set.public java.lang.String getContentType()
ProductIf
getContentType in interface ProductIfpublic void setContentType(java.lang.String contentType)
ProductIf
setContentType in interface ProductIfcontentType - The contentType to set.public java.lang.String getFilePath()
ProductIf
getFilePath in interface ProductIfpublic void setFilePath(java.lang.String filePath)
ProductIf
setFilePath in interface ProductIffilePath - The filePath to set.public int getType()
ProductIf
getType in interface ProductIfpublic void setType(int type)
ProductIf
setType in interface ProductIftype - The type to set.public java.lang.String getImage2()
getImage2 in interface ProductIfpublic void setImage2(java.lang.String image2)
setImage2 in interface ProductIfimage2 - The image2 to set.public java.lang.String getImage3()
getImage3 in interface ProductIfpublic void setImage3(java.lang.String image3)
setImage3 in interface ProductIfimage3 - The image3 to set.public java.lang.String getImage4()
getImage4 in interface ProductIfpublic void setImage4(java.lang.String image4)
setImage4 in interface ProductIfimage4 - The image4 to set.public java.lang.String getComparison()
ProductIf
getComparison in interface ProductIfpublic void setComparison(java.lang.String comparison)
ProductIf
setComparison in interface ProductIfcomparison - The comparison to set.public java.math.BigDecimal getPrice0()
getPrice0 in interface ProductIfpublic void setPrice0(java.math.BigDecimal price0)
setPrice0 in interface ProductIfprice0 - The price0 to set.public java.math.BigDecimal getPrice1()
getPrice1 in interface ProductIfpublic void setPrice1(java.math.BigDecimal price1)
setPrice1 in interface ProductIfprice1 - The price1 to set.public java.math.BigDecimal getPrice2()
getPrice2 in interface ProductIfpublic void setPrice2(java.math.BigDecimal price2)
setPrice2 in interface ProductIfprice2 - The price2 to set.public java.math.BigDecimal getPrice3()
getPrice3 in interface ProductIfpublic void setPrice3(java.math.BigDecimal price3)
setPrice3 in interface ProductIfprice3 - The price3 to set.public int getBundledProdQuantity()
ProductIf
getBundledProdQuantity in interface ProductIfpublic void setBundledProdQuantity(int bundledProdQuantity)
ProductIf
setBundledProdQuantity in interface ProductIfbundledProdQuantity - The bundledProdQuantity to set.public java.lang.String getEncodedOptionValues()
ProductIf
getEncodedOptionValues in interface ProductIfpublic void setEncodedOptionValues(java.lang.String encodedOptionValues)
ProductIf
setEncodedOptionValues in interface ProductIfencodedOptionValues - The encodedOptionValues to set.public TagIf[] getTags()
getTags in interface ProductIfpublic void setTags(TagIf[] tags)
setTags in interface ProductIftags - The tags to set.public java.lang.String getStoreId()
ProductIf
getStoreId in interface ProductIfpublic void setStoreId(java.lang.String storeId)
ProductIf
setStoreId in interface ProductIfstoreId - the storeId to setpublic int getMaxNumDownloads()
ProductIf
getMaxNumDownloads in interface ProductIfpublic void setMaxNumDownloads(int maxNumDownloads)
ProductIf
setMaxNumDownloads in interface ProductIfmaxNumDownloads - the maxNumDownloads to setpublic int getMaxDownloadDays()
ProductIf
getMaxDownloadDays in interface ProductIfpublic void setMaxDownloadDays(int maxDownloadDays)
ProductIf
setMaxDownloadDays in interface ProductIfmaxDownloadDays - the maxDownloadDays to setpublic int getStockReorderLevel()
ProductIf
getStockReorderLevel in interface ProductIfpublic void setStockReorderLevel(int stockReorderLevel)
ProductIf
setStockReorderLevel in interface ProductIfstockReorderLevel - the stockReorderLevel to setpublic java.lang.Boolean getCanOrderWhenNotInStock()
ProductIf
getCanOrderWhenNotInStock in interface ProductIfpublic void setCanOrderWhenNotInStock(java.lang.Boolean canOrderWhenNotInStock)
ProductIf
setCanOrderWhenNotInStock in interface ProductIfcanOrderWhenNotInStock - the canOrderWhenNotInStock to setpublic int getPriceId()
public void setPriceId(int priceId)
priceId - the priceId to setpublic boolean isIndexAttachment()
ProductIf
isIndexAttachment in interface ProductIfpublic void setIndexAttachment(boolean indexAttachment)
ProductIf
setIndexAttachment in interface ProductIfindexAttachment - the indexAttachment to setpublic java.lang.String[] getSnippets()
getSnippets in interface ProductIfpublic void setSnippets(java.lang.String[] snippets)
setSnippets in interface ProductIfsnippets - the snippets to setpublic java.math.BigDecimal getRating()
ProductIf
getRating in interface ProductIfpublic void setRating(java.math.BigDecimal rating)
ProductIf
setRating in interface ProductIfrating - the rating to setpublic java.util.Calendar getExpiryDate()
ProductIf
getExpiryDate in interface ProductIfpublic void setExpiryDate(java.util.Calendar expiryDate)
ProductIf
setExpiryDate in interface ProductIfexpiryDate - the expiryDate to setpublic java.lang.String getCustom6()
getCustom6 in interface ProductIfpublic void setCustom6(java.lang.String custom6)
setCustom6 in interface ProductIfcustom6 - the custom6 to setpublic java.lang.String getCustom7()
getCustom7 in interface ProductIfpublic void setCustom7(java.lang.String custom7)
setCustom7 in interface ProductIfcustom7 - the custom7 to setpublic java.lang.String getCustom8()
getCustom8 in interface ProductIfpublic void setCustom8(java.lang.String custom8)
setCustom8 in interface ProductIfcustom8 - the custom8 to setpublic java.lang.String getCustom9()
getCustom9 in interface ProductIfpublic void setCustom9(java.lang.String custom9)
setCustom9 in interface ProductIfcustom9 - the custom9 to setpublic java.lang.String getCustom10()
getCustom10 in interface ProductIfpublic void setCustom10(java.lang.String custom10)
setCustom10 in interface ProductIfcustom10 - the custom10 to setpublic int getCustom1Int()
getCustom1Int in interface ProductIfpublic void setCustom1Int(int custom1Int)
setCustom1Int in interface ProductIfcustom1Int - the custom1Int to setpublic int getCustom2Int()
getCustom2Int in interface ProductIfpublic void setCustom2Int(int custom2Int)
setCustom2Int in interface ProductIfcustom2Int - the custom2Int to setpublic java.math.BigDecimal getCustom1Dec()
getCustom1Dec in interface ProductIfpublic void setCustom1Dec(java.math.BigDecimal custom1Dec)
setCustom1Dec in interface ProductIfcustom1Dec - the custom1Dec to setpublic java.math.BigDecimal getCustom2Dec()
getCustom2Dec in interface ProductIfpublic void setCustom2Dec(java.math.BigDecimal custom2Dec)
setCustom2Dec in interface ProductIfcustom2Dec - the custom2Dec to setpublic int getPaymentScheduleId()
getPaymentScheduleId in interface ProductIfpublic void setPaymentScheduleId(int paymentScheduleId)
setPaymentScheduleId in interface ProductIfpaymentScheduleId - the paymentScheduleId to setpublic PaymentScheduleIf getPaymentSchedule()
getPaymentSchedule in interface ProductIfpublic void setPaymentSchedule(PaymentScheduleIf paymentSchedule)
setPaymentSchedule in interface ProductIfpaymentSchedule - the paymentSchedule to setpublic TierPriceIf[] getTierPrices()
ProductIf
getTierPrices in interface ProductIfpublic void setTierPrices(TierPriceIf[] tierPrices)
ProductIf
setTierPrices in interface ProductIftierPrices - the tierPrices to setpublic java.util.Calendar getSpecialExpiryDate()
ProductIf
getSpecialExpiryDate in interface ProductIfpublic void setSpecialExpiryDate(java.util.Calendar specialExpiryDate)
ProductIf
setSpecialExpiryDate in interface ProductIfspecialExpiryDate - the specialExpiryDate to setpublic java.util.Calendar getSpecialStartDate()
ProductIf
getSpecialStartDate in interface ProductIfpublic void setSpecialStartDate(java.util.Calendar specialStartDate)
ProductIf
setSpecialStartDate in interface ProductIfspecialStartDate - the specialStartDate to setpublic byte getSpecialStatus()
ProductIf
getSpecialStatus in interface ProductIfpublic void setSpecialStatus(byte specialStatus)
ProductIf
setSpecialStatus in interface ProductIfspecialStatus - the specialStatus to setpublic ProductQuantityIf[] getProductQuantities()
getProductQuantities in interface ProductIfpublic void setProductQuantities(ProductQuantityIf[] productQuantities)
setProductQuantities in interface ProductIfproductQuantities - the productQuantities to setpublic AddressIf[] getAddresses()
ProductIf
getAddresses in interface ProductIfpublic void setAddresses(AddressIf[] addresses)
ProductIf
setAddresses in interface ProductIfaddresses - the addresses to setpublic java.lang.String getCustomAttrs()
getCustomAttrs in interface ProductIfpublic void setCustomAttrs(java.lang.String customAttrs)
setCustomAttrs in interface ProductIfcustomAttrs - the customAttrs to setpublic ProdCustAttrIf[] getCustomAttrArray()
getCustomAttrArray in interface ProductIfpublic void setCustomAttrArray(ProdCustAttrIf[] customAttrArray)
setCustomAttrArray in interface ProductIfcustomAttrArray - the customAttrArray to setpublic java.lang.String getTaxCode()
ProductIf
getTaxCode in interface ProductIfpublic void setTaxCode(java.lang.String taxCode)
ProductIf
setTaxCode in interface ProductIftaxCode - the taxCode to setpublic java.lang.String getStoreCustom1()
getStoreCustom1 in interface ProductIfpublic void setStoreCustom1(java.lang.String storeCustom1)
setStoreCustom1 in interface ProductIfstoreCustom1 - the storeCustom1 to setpublic java.lang.String getStoreCustom2()
getStoreCustom2 in interface ProductIfpublic void setStoreCustom2(java.lang.String storeCustom2)
setStoreCustom2 in interface ProductIfstoreCustom2 - the storeCustom2 to setpublic java.lang.String getStoreCustom3()
getStoreCustom3 in interface ProductIfpublic void setStoreCustom3(java.lang.String storeCustom3)
setStoreCustom3 in interface ProductIfstoreCustom3 - the storeCustom3 to setpublic BookableProductIf getBookableProd()
getBookableProd in interface ProductIfpublic void setBookableProd(BookableProductIf bookableProd)
setBookableProd in interface ProductIfbookableProd - the bookableProd to setpublic MiscItemIf[] getMiscItems()
getMiscItems in interface ProductIfpublic void setMiscItems(MiscItemIf[] miscItems)
ProductIf
setMiscItems in interface ProductIfmiscItems - the miscItems to setpublic PromotionResultIf[] getPromotionResults()
getPromotionResults in interface ProductIfpublic void setPromotionResults(PromotionResultIf[] promotionResults)
setPromotionResults in interface ProductIfpromotionResults - the promotionResults to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||