/// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public InDiscountDTO(UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, UFIDA.U9.CBO.SCM.Item.ItemMaster.EntityKey itemMaster, UFIDA.U9.Base.Currency.Currency.EntityKey currency, System.Decimal exportPrices, System.Int64 soLineID)
 {
     this.Customer     = customer;
     this.ItemMaster   = itemMaster;
     this.Currency     = currency;
     this.ExportPrices = exportPrices;
     this.SoLineID     = soLineID;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public DeductionRegisterDTO(UFIDA.U9.Cust.GS.FI.DeductionRegisterDocTypeBE.DeductionRegisterDocType.EntityKey documentType, System.String docNo, System.DateTime businessDate, System.Int32 srcDocType, UFIDA.U9.Base.Organization.Organization.EntityKey srcOrg, System.String srcDocNo, System.Int64 srcDocID, UFIDA.U9.Base.Currency.Currency.EntityKey currency, System.Int32 dRObject, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer, UFIDA.U9.CBO.SCM.Supplier.Supplier.EntityKey supplier, UFIDA.U9.Base.Organization.Organization.EntityKey dROrg, System.Decimal dRMoney, System.Int32 dRReason, System.String dRAssess, UFIDA.U9.Base.Organization.Organization.EntityKey registerOrg, UFIDA.U9.CBO.HR.Department.Department.EntityKey registerDept, System.String registerBy, UFIDA.U9.CBO.HR.Operator.Operators.EntityKey buyer)
 {
     this.DocumentType = documentType;
     this.DocNo        = docNo;
     this.BusinessDate = businessDate;
     this.SrcDocType   = srcDocType;
     this.SrcOrg       = srcOrg;
     this.SrcDocNo     = srcDocNo;
     this.SrcDocID     = srcDocID;
     this.Currency     = currency;
     this.DRObject     = dRObject;
     this.Customer     = customer;
     this.Supplier     = supplier;
     this.DROrg        = dROrg;
     this.DRMoney      = dRMoney;
     this.DRReason     = dRReason;
     this.DRAssess     = dRAssess;
     this.RegisterOrg  = registerOrg;
     this.RegisterDept = registerDept;
     this.RegisterBy   = registerBy;
     this.Buyer        = buyer;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public PrePaymentHeadDTO(UFIDA.U9.Cust.GS.FI.PrePaymentDocTypeBE.PrePaymentDocType.EntityKey documentType, UFIDA.U9.Base.Currency.Currency.EntityKey currency, UFIDA.U9.CBO.SCM.Supplier.Supplier.EntityKey supplier, UFIDA.U9.Base.Organization.Organization.EntityKey pOOrg, UFIDA.U9.CBO.HR.Department.Department.EntityKey dept, UFIDA.U9.CBO.HR.Operator.Operators.EntityKey buyer, System.String srcPrePayDocNo, System.Int64 srcPrePayDocID, List <UFIDA.U9.Cust.GS.FI.PrePaymentBP.PrePaymentLineDTO> prePaymentLineDTOs)
 {
     this.DocumentType       = documentType;
     this.Currency           = currency;
     this.Supplier           = supplier;
     this.POOrg              = pOOrg;
     this.Dept               = dept;
     this.Buyer              = buyer;
     this.SrcPrePayDocNo     = srcPrePayDocNo;
     this.SrcPrePayDocID     = srcPrePayDocID;
     this.PrePaymentLineDTOs = prePaymentLineDTOs;
 }
 /// <summary>
 /// Constructor with Full Argument
 /// </summary>
 public ReturnBrokerageDto(UFIDA.U9.SM.SO.SOLine.EntityKey soLineID, UFIDA.U9.Cust.GS.FT.BrokerageBE.BrokerageHead.EntityKey brokerageID, UFIDA.U9.Cust.GS.FT.AllEnumBE.DiscountTypeEnum brokerageType, System.Decimal prices, UFIDA.U9.Base.Currency.Currency.EntityKey currenty, System.Decimal rato, UFIDA.U9.Cust.GS.FT.AllEnumBE.ComputeEnum computes, UFIDA.U9.CBO.SCM.Supplier.Supplier.EntityKey payMan, UFIDA.U9.CBO.SCM.Customer.Customer.EntityKey customer)
 {
     this.SoLineID      = soLineID;
     this.BrokerageID   = brokerageID;
     this.BrokerageType = brokerageType;
     this.Prices        = prices;
     this.Currenty      = currenty;
     this.Rato          = rato;
     this.Computes      = computes;
     this.PayMan        = payMan;
     this.Customer      = customer;
 }