com.dotmarketing.portlets.order_manager.model
Class OrderItem
java.lang.Object
com.dotmarketing.beans.Inode
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
| Fields inherited from class com.dotmarketing.beans.Inode |
owner |
| 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 |
OrderItem
public OrderItem()
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.