com.dotmarketing.portlets.product.model
Class Product
java.lang.Object
com.dotmarketing.beans.Inode
com.dotmarketing.portlets.product.model.Product
- All Implemented Interfaces:
- java.io.Serializable
public class Product
- extends Inode
- Author:
- David
- See Also:
- Serialized Form
| Fields inherited from class com.dotmarketing.beans.Inode |
inode |
|
Constructor Summary |
Product()
|
Product(java.lang.String title)
|
Product(java.lang.String title,
java.lang.String shortDescription,
java.lang.String longDescription,
boolean reqShipping,
boolean featured)
|
| Methods inherited from class com.dotmarketing.beans.Inode |
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product
public Product(java.lang.String title,
java.lang.String shortDescription,
java.lang.String longDescription,
boolean reqShipping,
boolean featured)
Product
public Product()
Product
public Product(java.lang.String title)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getShortDescription
public java.lang.String getShortDescription()
setShortDescription
public void setShortDescription(java.lang.String shortDescription)
getLongDescription
public java.lang.String getLongDescription()
setLongDescription
public void setLongDescription(java.lang.String longDescription)
getReqShipping
public boolean getReqShipping()
setReqShipping
public void setReqShipping(boolean reqShipping)
getFeatured
public boolean getFeatured()
setFeatured
public void setFeatured(boolean featured)
getFormats
public java.util.List<ProductFormat> getFormats()
getProductType
public Category getProductType()
getSortOrder
public int getSortOrder()
setSortOrder
public void setSortOrder(int sortOrder)
getRelatedProducts
public java.util.List<Product> getRelatedProducts()
getProductCategories
public java.util.List<Category> getProductCategories()
isOnlyOnPartners
public boolean isOnlyOnPartners()
getComments
public java.lang.String getComments()
setComments
public void setComments(java.lang.String comments)
getSmallImageInode
public long getSmallImageInode()
getMediumImageInode
public long getMediumImageInode()
getLargeImageInode
public long getLargeImageInode()
hasBulkPricing
public boolean hasBulkPricing()
getShowOnWeb
public boolean getShowOnWeb()
setShowOnWeb
public void setShowOnWeb(boolean showOnWeb)
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.