com.dotmarketing.portlets.product.model
Class ProductPrice

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

public class ProductPrice
extends Inode
implements java.io.Serializable

Author:
David
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
ProductPrice()
           
ProductPrice(long productFormatInode, int retailPrice, int partnerPrice)
           
ProductPrice(long productFormatInode, int minQty, int maxQty, float retailPrice, float partnerPrice)
           
 
Method Summary
 int getMaxQty()
           
 int getMinQty()
           
 float getPartnerPrice()
           
 float getPartnerPriceWithDiscount()
           
 Product getProductFormat()
           
 long getProductFormatInode()
           
 float getRetailPrice()
           
 float getRetailPriceWithDiscount()
           
 void setMaxQty(int maxQty)
           
 void setMinQty(int minQty)
           
 void setPartnerPrice(float partnerPrice)
           
 void setPartnerPriceWithDiscount(float partnerPriceWithDiscount)
           
 void setProductFormatInode(long productFormatInode)
           
 void setRetailPrice(float retailPrice)
           
 void setRetailPriceWithDiscount(float retailPriceWithDiscount)
           
 
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

ProductPrice

public ProductPrice(long productFormatInode,
                    int minQty,
                    int maxQty,
                    float retailPrice,
                    float partnerPrice)

ProductPrice

public ProductPrice()

ProductPrice

public ProductPrice(long productFormatInode,
                    int retailPrice,
                    int partnerPrice)
Method Detail

getProductFormatInode

public long getProductFormatInode()

setProductFormatInode

public void setProductFormatInode(long productFormatInode)

getMinQty

public int getMinQty()

setMinQty

public void setMinQty(int minQty)

getMaxQty

public int getMaxQty()

setMaxQty

public void setMaxQty(int maxQty)

getRetailPrice

public float getRetailPrice()

setRetailPrice

public void setRetailPrice(float retailPrice)

getPartnerPrice

public float getPartnerPrice()

setPartnerPrice

public void setPartnerPrice(float partnerPrice)

getProductFormat

public Product getProductFormat()

getPartnerPriceWithDiscount

public float getPartnerPriceWithDiscount()

setPartnerPriceWithDiscount

public void setPartnerPriceWithDiscount(float partnerPriceWithDiscount)

getRetailPriceWithDiscount

public float getRetailPriceWithDiscount()

setRetailPriceWithDiscount

public void setRetailPriceWithDiscount(float retailPriceWithDiscount)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.