com.dotmarketing.portlets.product.model
Class Product

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.product.model.Product
All Implemented Interfaces:
java.io.Serializable

public class Product
extends Inode

Author:
David
See Also:
Serialized Form

Field Summary
 
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)
           
 
Method Summary
 java.lang.String getComments()
           
 boolean getFeatured()
           
 java.util.List<ProductFormat> getFormats()
           
 long getLargeImageInode()
           
 java.lang.String getLongDescription()
           
 long getMediumImageInode()
           
 java.util.List<Category> getProductCategories()
           
 Category getProductType()
           
 java.util.List<Product> getRelatedProducts()
           
 boolean getReqShipping()
           
 java.lang.String getShortDescription()
           
 boolean getShowOnWeb()
           
 long getSmallImageInode()
           
 int getSortOrder()
           
 java.lang.String getTitle()
           
 boolean hasBulkPricing()
           
 boolean isOnlyOnPartners()
           
 void setComments(java.lang.String comments)
           
 void setFeatured(boolean featured)
           
 void setLongDescription(java.lang.String longDescription)
           
 void setReqShipping(boolean reqShipping)
           
 void setShortDescription(java.lang.String shortDescription)
           
 void setShowOnWeb(boolean showOnWeb)
           
 void setSortOrder(int sortOrder)
           
 void setTitle(java.lang.String title)
           
 
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
 

Constructor Detail

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)
Method Detail

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.