| Package | com.dgrigg.vo |
| Class | public class ProductVO |
| Implements | IValueObject |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| ProductVO | |||
| description | property |
public var description:Stringthe product description
| name | property |
public var name:Stringthe product name
| productId | property |
public var productId:String = "0"the database id of the product
| sku | property |
public var sku:Stringthe product sku, format should be ##-####-####
| ProductVO | () | constructor |
public function ProductVO()