com.dotmarketing.portlets.order_manager.model
Class OrderItem

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.order_manager.model.OrderItem
All Implemented Interfaces:
UUIDable, Permissionable, Versionable, Categorizable, java.io.Serializable, java.lang.Comparable

public class OrderItem
extends Inode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
owner
 
Constructor Summary
OrderItem()
           
 
Method Summary
 java.lang.String getInode()
           
 float getItemPrice()
           
 int getItemQty()
           
 java.lang.String getOrderInode()
           
 java.lang.String getProductInode()
           
 void setInode(java.lang.String inode)
          Sets the inode.
 void setItemPrice(float itemPrice)
           
 void setItemQty(int itemQty)
           
 void setOrderInode(java.lang.String orderInode)
           
 void setProductInode(java.lang.String productInode)
           
 
Methods inherited from class com.dotmarketing.beans.Inode
acceptedPermissions, addChild, addChild, addChild, addParent, addParent, compareTo, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getMap, getModDate, getModUser, getOwner, getParentPermissionable, getPermissionId, getPermissionType, getTitle, getType, getVersionId, getVersionType, hasChildren, hashCode, hasParents, isArchived, isLive, isLocked, isNew, isParentPermissionable, isWorking, permissionDependencies, setiDate, setIDate, setIDate, setIdentifier, setOwner, setParents, setType, setVersionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderItem

public OrderItem()
Method Detail

getInode

public java.lang.String getInode()
Specified by:
getInode in interface UUIDable
Specified by:
getInode in interface Versionable
Overrides:
getInode in class Inode

setInode

public void setInode(java.lang.String inode)
Description copied from class: Inode
Sets the inode.

Specified by:
setInode in interface UUIDable
Overrides:
setInode in class Inode
Parameters:
inode - The inode to set

getOrderInode

public java.lang.String getOrderInode()

setOrderInode

public void setOrderInode(java.lang.String orderInode)

getProductInode

public java.lang.String getProductInode()

setProductInode

public void setProductInode(java.lang.String productInode)

getItemQty

public int getItemQty()

setItemQty

public void setItemQty(int itemQty)

getItemPrice

public float getItemPrice()

setItemPrice

public void setItemPrice(float itemPrice)


Copyright © 2010 dotCMS Inc. All Rights Reserved.