returnStringhibernate.propertylength="255" return _description;
return _description;
returnSethibernate.setrole="items" lazy="true" cascade="delete"hibernate.collection-keycolumn="product_fk"hibernate.collection-one-to-manyclass="xpetstore.domain.Item" return _items;
return _items;
returnStringhibernate.propertylength="50" return _name;
return _name;
returnStringhibernate.idgenerator-class="assigned" length="10" return _productId;
return _productId;
Sets the description.paramdescription The description to set _description = description;
_description = description;
Sets the items.paramitems The items to set _items = items;
_items = items;
Sets the name.paramname The name to set _name = name;
_name = name;
Sets the productId.paramproductId The productId to set _productId = productId;
_productId = productId;