| Quintiq file version 2.0 | 
| #parent: #root | 
| MethodOverride Map ( | 
|   Object object | 
| ) | 
| { | 
|   TextBody: | 
|   [* | 
|     instance := object.astype( InventorySupply ); | 
|     // FIXME | 
|     this.Date( instance.Date() ); | 
|     this.Description( instance.Description() ); | 
|     this.ID( instance.ID() ); | 
|     this.ManufacturedDate( instance.ManufacturedDate() ); | 
|     this.ProductID( instance.ProductID() ); | 
|     this.StockingPointID( instance.StockingPointID() ); | 
|     this.UserQuantity( instance.UserQuantity() ); | 
|   *] | 
| } |