Quintiq file version 2.0 
 | 
#parent: #root 
 | 
MethodOverride Map ( 
 | 
  Object object 
 | 
) 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    instance := object.astype( Transition_MP ); 
 | 
     
 | 
    this.Duration( instance.Duration() ); 
 | 
    this.End( instance.End() ); 
 | 
    this.FulfilledQuantity( instance.FulfilledQuantity() ); 
 | 
    this.Start( instance.Start() ); 
 | 
    this.TransitionTypeName( instance.TransitionType_MP().Name() ); 
 | 
    this.UnitID( instance.Unit().ID() ); 
 | 
  *] 
 | 
} 
 |