Quintiq file version 2.0
|
#parent: #root
|
Method Update (String parentID_i, String name_i, String auxString_i,
|
String description_i, Date validityStart_i, Date validityEnd_i,
|
String defaultCurrency_i, Boolean isPlannedInfinite_i, String groupName_i,
|
Boolean useGroupIcon_i, String unitID_i, String unitOfMeasureID_i)
|
{
|
Description: 'Method to update attribute Name of this instance and the Name of its parent.'
|
TextBody:
|
[*
|
// Adhi Dec-31-2015 (created)
|
this.UpdateParent( parentID_i );
|
this.Name( name_i );
|
this.AuxString( auxString_i );
|
this.Description( description_i );
|
this.ValidityStart( validityStart_i );
|
this.ValidityEnd( validityEnd_i );
|
this. DefaultCurrentcy( defaultCurrency_i );
|
this.IsPlannedInfinite( isPlannedInfinite_i );
|
this.GroupName( groupName_i );
|
this.UseGroupIcon( useGroupIcon_i );
|
this.UnitID( unitID_i );
|
this.UnitOfMeasureID( unitOfMeasureID_i );
|
*]
|
}
|