com.dotmarketing.portlets.product.model
Class ProductPrice
java.lang.Object
com.dotmarketing.beans.Inode
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
| 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)
|
| 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 |
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)
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.