. */ /** * iValid * * This file contains the interface AmazonProduct_iValid * * @author Matthew John Denton * @package com.mdbitz.amazon.product */ /** * Defines isValid method to test if object is valid * Amazon Product Objects * * @package com.mdbitz.amazon.product */ interface AmazonProduct_iValid { /** * is object Valid * * @return boolean */ public function isValid( ); } ?>