Packagecom.dgrigg.vo
Classpublic class ProductVO
ImplementsIValueObject

The ProductVO stores a product that has been retrieved from the database.



Public Properties
 PropertyDefined by
  description : String
the product description
ProductVO
  name : String
the product name
ProductVO
  productId : String = "0"
the database id of the product
ProductVO
  sku : String
the product sku, format should be ##-####-####
ProductVO
Public Methods
 MethodDefined by
  
ProductVO
Property detail
descriptionproperty
public var description:String

the product description

nameproperty 
public var name:String

the product name

productIdproperty 
public var productId:String = "0"

the database id of the product

skuproperty 
public var sku:String

the product sku, format should be ##-####-####

Constructor detail
ProductVO()constructor
public function ProductVO()