| Quintiq file version 2.0 | 
| #parent: #root | 
| Method Update ( | 
|   IOActualProductInStockingPointInPeriod importedobject, | 
|   String datasource | 
| ) | 
| { | 
|   Description: 'Update attributes for IOActualProductInStockingPointInPeriod' | 
|   TextBody: | 
|   [* | 
|     this.ActualInventoryLevelEnd( importedobject.ActualInventoryLevelEnd() ); | 
|     this.DataSource             ( datasource                               ); | 
|     this.Description            ( importedobject.Description()             ); | 
|     this.Mode                   ( importedobject.Mode()                    ); | 
|     this.Timestamp              ( importedobject.Timestamp()               ); | 
|      | 
|     this.CustomUpdate( importedobject ); | 
|   *] | 
| } |