Constructor # new Stock() View Source model/Stock.js, line 5 Extends Product Methods # validate() Validate if everything seems ok with the properties of this object. Validate if everything seems ok with the properties of this object. Inherited From: Product#validate View Source model/Product.js, line 29 Returns: undefined if all ok. An array of errors if not all ok.