Serialized Form


Package net.sf.oness.inventory.model.category.bo

Class net.sf.oness.inventory.model.category.bo.Category extends AbstractBusinessObject implements Serializable

Serialized Fields

parent

Category parent

name

String name


Package net.sf.oness.inventory.model.facade

Class net.sf.oness.inventory.model.facade.InventorySpringFacadeDelegate extends BaseObject implements Serializable

Serialized Fields

modelDao

Dao modelDao

sizeGroupDao

Dao sizeGroupDao

colorDao

Dao colorDao

productDao

Dao productDao

stockDao

Dao stockDao

priceDao

Dao priceDao

warehouseDao

Dao warehouseDao

fareDao

Dao fareDao


Package net.sf.oness.inventory.model.product.bo

Class net.sf.oness.inventory.model.product.bo.BarCode extends AbstractBusinessObject implements Serializable

Serialized Fields

number

String number

products

Collection products

Class net.sf.oness.inventory.model.product.bo.Color extends AbstractBusinessObject implements Serializable

Serialized Fields

name

String name

Class net.sf.oness.inventory.model.product.bo.Fare extends AbstractBusinessObject implements Serializable

Serialized Fields

name

String name

prices

Collection prices

Class net.sf.oness.inventory.model.product.bo.Model extends AbstractBusinessObject implements Serializable

Serialized Fields

name

String name

description

String description

modelNumber

String modelNumber

year

Integer year

season

String season

supplierId

Long supplierId

imageUrl

String imageUrl

sizeGroups

Collection sizeGroups

colors

Collection colors

products

Collection products

Class net.sf.oness.inventory.model.product.bo.Price extends AbstractBusinessObject implements Serializable

Serialized Fields

amount

BigDecimal amount

products

Collection products

fares

Collection fares

Class net.sf.oness.inventory.model.product.bo.Product extends AbstractBusinessObject implements Serializable

Serialized Fields

models

Collection models

stockKeepingUnit

String stockKeepingUnit

barCodes

Collection barCodes

size

Size size

color

Color color

prices

Collection prices

stocks

Collection stocks

Class net.sf.oness.inventory.model.product.bo.Size extends AbstractBusinessObject implements Serializable

Serialized Fields

name

String name

position

int position

sizeGroups

Collection sizeGroups

Class net.sf.oness.inventory.model.product.bo.SizeGroup extends AbstractBusinessObject implements Serializable

Serialized Fields

name

String name

sizes

Collection sizes


Package net.sf.oness.inventory.model.warehouse.bo

Class net.sf.oness.inventory.model.warehouse.bo.Stock extends AbstractBusinessObject implements Serializable

Serialized Fields

quantity

BigDecimal quantity

warehouses

Collection warehouses

products

Collection products

Class net.sf.oness.inventory.model.warehouse.bo.Warehouse extends AbstractBusinessObject implements Serializable

Serialized Fields

name

String name

stocks

Collection stocks



Copyright © 2003-2004 ONess Project. All Rights Reserved.