com.dotmarketing.cms.product.model
Class Holder

java.lang.Object
  extended by com.dotmarketing.cms.product.model.Holder

public class Holder
extends java.lang.Object


Constructor Summary
Holder()
           
 
Method Summary
 ProductFormat getFormat()
           
 long getInode()
           
 float getLineTotal()
           
 float getPrice()
           
 int getQuantity()
           
 void setFormat(ProductFormat format)
           
 void setInode(long inode)
           
 void setLineTotal(float lineTotal)
           
 void setPrice(float price)
           
 void setQuantity(int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Holder

public Holder()
Method Detail

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)

getFormat

public ProductFormat getFormat()

setFormat

public void setFormat(ProductFormat format)

getLineTotal

public float getLineTotal()

setLineTotal

public void setLineTotal(float lineTotal)

getPrice

public float getPrice()

setPrice

public void setPrice(float price)

getInode

public long getInode()

setInode

public void setInode(long inode)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.