表示切り替え:
| 用語(物理名) | 用語 | 説明 | 種類 | 識別子 |
|---|---|---|---|---|
| domain | ドメイン層 | パッケージ | com.example.sms.domain | |
| model | ドメインモデル(複合型) | パッケージ | com.example.sms.domain.model | |
| inventory | 在庫 | パッケージ | com.example.sms.domain.model.inventory | |
| rule | 在庫ルール | パッケージ | com.example.sms.domain.model.inventory.rule | |
| master | マスタ | パッケージ | com.example.sms.domain.model.master | |
| department | 部門 | パッケージ | com.example.sms.domain.model.master.department | |
| employee | 社員 | パッケージ | com.example.sms.domain.model.master.employee | |
| locationnumber | 棚番 | パッケージ | com.example.sms.domain.model.master.locationnumber | |
| partner | 取引先 | パッケージ | com.example.sms.domain.model.master.partner | |
| billing | 請求 | パッケージ | com.example.sms.domain.model.master.partner.billing | |
| customer | 顧客 | パッケージ | com.example.sms.domain.model.master.partner.customer | |
| supplier | 仕入先 | パッケージ | com.example.sms.domain.model.master.partner.supplier | |
| vendor | 仕入先 | パッケージ | com.example.sms.domain.model.master.partner.vendor | |
| payment | 入出金 | パッケージ | com.example.sms.domain.model.master.payment | |
| account | 入金口座 | パッケージ | com.example.sms.domain.model.master.payment.account | |
| incoming | 入出口座 | パッケージ | com.example.sms.domain.model.master.payment.account.incoming | |
| product | 商品 | パッケージ | com.example.sms.domain.model.master.product | |
| region | 地域 | パッケージ | com.example.sms.domain.model.master.region | |
| warehouse | 倉庫 | パッケージ | com.example.sms.domain.model.master.warehouse | |
| procurement | 調達 | パッケージ | com.example.sms.domain.model.procurement | |
| order | 発注 | パッケージ | com.example.sms.domain.model.procurement.order | |
| rule | 発注ルール | パッケージ | com.example.sms.domain.model.procurement.order.rule | |
| payment | 支払い | パッケージ | com.example.sms.domain.model.procurement.payment | |
| purchase | 仕入 | パッケージ | com.example.sms.domain.model.procurement.purchase | |
| rule | 仕入ルール | パッケージ | com.example.sms.domain.model.procurement.purchase.rule | |
| sales | 販売 | パッケージ | com.example.sms.domain.model.sales | |
| invoice | 請求 | パッケージ | com.example.sms.domain.model.sales.invoice | |
| order | 受注 | パッケージ | com.example.sms.domain.model.sales.order | |
| rule | 受注ルール | パッケージ | com.example.sms.domain.model.sales.order.rule | |
| payment | 入金 | パッケージ | com.example.sms.domain.model.sales.payment | |
| sales | 売上 | パッケージ | com.example.sms.domain.model.sales.sales | |
| shipping | 出荷 | パッケージ | com.example.sms.domain.model.sales.shipping | |
| rule | 出荷ルール | パッケージ | com.example.sms.domain.model.sales.shipping.rule | |
| system | システム | パッケージ | com.example.sms.domain.model.system | |
| audit | 監査 | パッケージ | com.example.sms.domain.model.system.audit | |
| auth | 認証 | パッケージ | com.example.sms.domain.model.system.auth | |
| autonumber | 自動採番 | パッケージ | com.example.sms.domain.model.system.autonumber | |
| download | データダウンロード | パッケージ | com.example.sms.domain.model.system.download | |
| user | ユーザー | パッケージ | com.example.sms.domain.model.system.user | |
| service | ドメインサービス | パッケージ | com.example.sms.domain.service | |
| procurement | 調達ドメイン | パッケージ | com.example.sms.domain.service.procurement | |
| sales | 販売ドメイン | パッケージ | com.example.sms.domain.service.sales | |
| type | ドメインモデル(基本型) | パッケージ | com.example.sms.domain.type | |
| address | 住所 | パッケージ | com.example.sms.domain.type.address | |
| メール | パッケージ | com.example.sms.domain.type.mail | ||
| money | 通貨 | パッケージ | com.example.sms.domain.type.money | |
| phone | 電話番号 | パッケージ | com.example.sms.domain.type.phone | |
| quantity | 数量 | パッケージ | com.example.sms.domain.type.quantity | |
| infrastructure | インフラストラクチャ層 | パッケージ | com.example.sms.infrastructure | |
| datasource | データソース | パッケージ | com.example.sms.infrastructure.datasource | |
| locationnumber | 棚番マスタのデータアクセス層 | 棚番マスタテーブルへのデータアクセスを担当するクラス群です。 |
パッケージ | com.example.sms.infrastructure.datasource.master.locationnumber |
| presentation | プレゼンテーション層 | パッケージ | com.example.sms.presentation | |
| service | サービス層 | パッケージ | com.example.sms.service | |
| AbstractAggregateRoot | 集約ルートの基本クラスです | クラス | com.example.sms.domain.event.AbstractAggregateRoot | |
| Inventory | 在庫 | クラス | com.example.sms.domain.model.inventory.Inventory | |
| InventoryKey | 在庫キー(複合主キー) | クラス | com.example.sms.domain.model.inventory.InventoryKey | |
| InventoryList | 在庫リスト | クラス | com.example.sms.domain.model.inventory.InventoryList | |
| LotNumber | ロット番号 | クラス | com.example.sms.domain.model.inventory.LotNumber | |
| QualityCategory | 良品区分 | クラス | com.example.sms.domain.model.inventory.QualityCategory | |
| StockCategory | 在庫区分 | クラス | com.example.sms.domain.model.inventory.StockCategory | |
| InventoryRule | 在庫ルール | クラス | com.example.sms.domain.model.inventory.rule.InventoryRule | |
| InventoryRuleCheckList | 在庫ルールチェック結果リスト | クラス | com.example.sms.domain.model.inventory.rule.InventoryRuleCheckList | |
| InventoryStockLevelRule | 在庫レベルルール | 実在庫数が閾値を下回っている場合は要確認とする | クラス | com.example.sms.domain.model.inventory.rule.InventoryStockLevelRule |
| InventoryZeroStockRule | 在庫ゼロルール | 在庫数量がゼロの場合は要確認とする | クラス | com.example.sms.domain.model.inventory.rule.InventoryZeroStockRule |
| Department | 部門 | クラス | com.example.sms.domain.model.master.department.Department | |
| DepartmentCode | 部門コード | クラス | com.example.sms.domain.model.master.department.DepartmentCode | |
| DepartmentEndDate | 終了日 | クラス | com.example.sms.domain.model.master.department.DepartmentEndDate | |
| DepartmentId | 部門ID | クラス | com.example.sms.domain.model.master.department.DepartmentId | |
| DepartmentList | 部門一覧 | クラス | com.example.sms.domain.model.master.department.DepartmentList | |
| DepartmentLowerType | 最下層区分 | クラス | com.example.sms.domain.model.master.department.DepartmentLowerType | |
| DepartmentPath | 部門パス | クラス | com.example.sms.domain.model.master.department.DepartmentPath | |
| DepartmentStartDate | 開始日 | クラス | com.example.sms.domain.model.master.department.DepartmentStartDate | |
| SlitYnType | 伝票入力可否 | クラス | com.example.sms.domain.model.master.department.SlitYnType | |
| Employee | 社員 | クラス | com.example.sms.domain.model.master.employee.Employee | |
| EmployeeCode | 社員コード | クラス | com.example.sms.domain.model.master.employee.EmployeeCode | |
| EmployeeList | 社員一覧 | クラス | com.example.sms.domain.model.master.employee.EmployeeList | |
| EmployeeName | 社員名 | クラス | com.example.sms.domain.model.master.employee.EmployeeName | |
| JobCode | 職種コード | クラス | com.example.sms.domain.model.master.employee.JobCode | |
| LocationNumber | 棚番 | クラス | com.example.sms.domain.model.master.locationnumber.LocationNumber | |
| LocationNumberCode | 棚番コード | クラス | com.example.sms.domain.model.master.locationnumber.LocationNumberCode | |
| LocationNumberKey | 棚番キー | クラス | com.example.sms.domain.model.master.locationnumber.LocationNumberKey | |
| LocationNumberList | 棚番一覧 | クラス | com.example.sms.domain.model.master.locationnumber.LocationNumberList | |
| Credit | 与信 | クラス | com.example.sms.domain.model.master.partner.Credit | |
| MiscellaneousType | 雑区分 | クラス | com.example.sms.domain.model.master.partner.MiscellaneousType | |
| Partner | 取引先 | クラス | com.example.sms.domain.model.master.partner.Partner | |
| PartnerCategoryAffiliation | 取引先分類所属 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryAffiliation | |
| PartnerCategoryItem | 取引先分類 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryItem | |
| PartnerCategoryList | 取引先分類一覧 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryList | |
| PartnerCategoryType | 取引先分類種別 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryType | |
| PartnerCode | 取引先コード | クラス | com.example.sms.domain.model.master.partner.PartnerCode | |
| PartnerGroup | 取引先グループ | クラス | com.example.sms.domain.model.master.partner.PartnerGroup | |
| PartnerGroupCode | 取引先グループコード | クラス | com.example.sms.domain.model.master.partner.PartnerGroupCode | |
| PartnerGroupList | 取引先グループ一覧 | クラス | com.example.sms.domain.model.master.partner.PartnerGroupList | |
| PartnerList | 取引先一覧 | クラス | com.example.sms.domain.model.master.partner.PartnerList | |
| PartnerName | 取引先名称 | クラス | com.example.sms.domain.model.master.partner.PartnerName | |
| TradeProhibitedFlag | 取引禁止フラグ | クラス | com.example.sms.domain.model.master.partner.TradeProhibitedFlag | |
| Billing | 請求 | クラス | com.example.sms.domain.model.master.partner.billing.Billing | |
| ClosingBilling | 締請求 | クラス | com.example.sms.domain.model.master.partner.billing.ClosingBilling | |
| ClosingDate | 締日 | クラス | com.example.sms.domain.model.master.partner.billing.ClosingDate | |
| PaymentDay | 支払日 | クラス | com.example.sms.domain.model.master.partner.billing.PaymentDay | |
| PaymentMethod | 支払方法 | クラス | com.example.sms.domain.model.master.partner.billing.PaymentMethod | |
| PaymentMonth | 支払月 | クラス | com.example.sms.domain.model.master.partner.billing.PaymentMonth | |
| BillingCode | 請求先コード | クラス | com.example.sms.domain.model.master.partner.customer.BillingCode | |
| CollectionCode | 回収先コード | クラス | com.example.sms.domain.model.master.partner.customer.CollectionCode | |
| Customer | 顧客 | クラス | com.example.sms.domain.model.master.partner.customer.Customer | |
| CustomerBillingCategory | 顧客請求区分 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerBillingCategory | |
| CustomerCode | 顧客コード | クラス | com.example.sms.domain.model.master.partner.customer.CustomerCode | |
| CustomerList | 顧客一覧 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerList | |
| CustomerName | 顧客名 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerName | |
| CustomerType | 顧客区分 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerType | |
| Shipping | 出荷先 | クラス | com.example.sms.domain.model.master.partner.customer.Shipping | |
| ShippingCode | 出荷先コード | クラス | com.example.sms.domain.model.master.partner.customer.ShippingCode | |
| ShippingList | 出荷先一覧 | クラス | com.example.sms.domain.model.master.partner.customer.ShippingList | |
| Supplier | 仕入先 | クラス | com.example.sms.domain.model.master.partner.supplier.Supplier | |
| SupplierCode | 仕入先コード | クラス | com.example.sms.domain.model.master.partner.supplier.SupplierCode | |
| Vendor | 仕入先 | クラス | com.example.sms.domain.model.master.partner.vendor.Vendor | |
| VendorCode | 仕入先コード | クラス | com.example.sms.domain.model.master.partner.vendor.VendorCode | |
| VendorList | 仕入先一覧 | クラス | com.example.sms.domain.model.master.partner.vendor.VendorList | |
| VendorName | 仕入先名 | クラス | com.example.sms.domain.model.master.partner.vendor.VendorName | |
| VendorType | 仕入先区分 | クラス | com.example.sms.domain.model.master.partner.vendor.VendorType | |
| BankAccountType | 銀行口座種別 | クラス | com.example.sms.domain.model.master.payment.account.incoming.BankAccountType | |
| PaymentAccount | 入金口座 | クラス | com.example.sms.domain.model.master.payment.account.incoming.PaymentAccount | |
| PaymentAccountCode | 入金口座コード | クラス | com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountCode | |
| PaymentAccountList | 入金口座一覧 | クラス | com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountList | |
| PaymentAccountType | 入金口座区分 | クラス | com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountType | |
| Bom | 部品表 | クラス | com.example.sms.domain.model.master.product.Bom | |
| BusinessType | 事業区分 | クラス | com.example.sms.domain.model.master.product.BusinessType | |
| CustomerSpecificSellingPrice | 顧客別販売単価 | クラス | com.example.sms.domain.model.master.product.CustomerSpecificSellingPrice | |
| ItemType | 品目区分 | クラス | com.example.sms.domain.model.master.product.ItemType | |
| LiveStockType | 畜産区分 | クラス | com.example.sms.domain.model.master.product.LiveStockType | |
| MiscellaneousType | 雑区分 | クラス | com.example.sms.domain.model.master.product.MiscellaneousType | |
| Product | 商品 | クラス | com.example.sms.domain.model.master.product.Product | |
| ProductCategory | 商品分類 | クラス | com.example.sms.domain.model.master.product.ProductCategory | |
| ProductCategoryCode | 商品分類コード | クラス | com.example.sms.domain.model.master.product.ProductCategoryCode | |
| ProductCategoryList | 商品分類一覧 | クラス | com.example.sms.domain.model.master.product.ProductCategoryList | |
| ProductCode | 商品コード | クラス | com.example.sms.domain.model.master.product.ProductCode | |
| ProductList | 商品一覧 | クラス | com.example.sms.domain.model.master.product.ProductList | |
| ProductName | 商品名 | クラス | com.example.sms.domain.model.master.product.ProductName | |
| ProductType | 商品区分 | クラス | com.example.sms.domain.model.master.product.ProductType | |
| StockAllocationType | 在庫引当区分 | クラス | com.example.sms.domain.model.master.product.StockAllocationType | |
| StockManagementTargetType | 在庫管理対象区分 | クラス | com.example.sms.domain.model.master.product.StockManagementTargetType | |
| SubstituteProduct | 代替商品 | クラス | com.example.sms.domain.model.master.product.SubstituteProduct | |
| TaxType | 税区分 | クラス | com.example.sms.domain.model.master.product.TaxType | |
| Region | 地域 | クラス | com.example.sms.domain.model.master.region.Region | |
| RegionCode | 地域コード | クラス | com.example.sms.domain.model.master.region.RegionCode | |
| RegionList | 地域リスト | クラス | com.example.sms.domain.model.master.region.RegionList | |
| Warehouse | 倉庫 | クラス | com.example.sms.domain.model.master.warehouse.Warehouse | |
| WarehouseCategory | 倉庫区分 | N:通常倉庫, C:得意先, S:仕入先, D:部門倉庫, P:製品倉庫, M:原材料倉庫 | クラス | com.example.sms.domain.model.master.warehouse.WarehouseCategory |
| WarehouseCode | 倉庫コード | クラス | com.example.sms.domain.model.master.warehouse.WarehouseCode | |
| WarehouseList | 倉庫一覧 | クラス | com.example.sms.domain.model.master.warehouse.WarehouseList | |
| DesignatedDeliveryDate | 指定納期 | クラス | com.example.sms.domain.model.procurement.order.DesignatedDeliveryDate | |
| PurchaseOrder | 発注 | クラス | com.example.sms.domain.model.procurement.order.PurchaseOrder | |
| PurchaseOrderDate | 発注日 | クラス | com.example.sms.domain.model.procurement.order.PurchaseOrderDate | |
| PurchaseOrderLine | 発注明細 | クラス | com.example.sms.domain.model.procurement.order.PurchaseOrderLine | |
| PurchaseOrderList | 発注一覧 | クラス | com.example.sms.domain.model.procurement.order.PurchaseOrderList | |
| PurchaseOrderNumber | 発注番号 | クラス | com.example.sms.domain.model.procurement.order.PurchaseOrderNumber | |
| PurchaseOrderAmountRule | 発注金額ルール | 発注金額が500万円を超過している場合は要確認とする | クラス | com.example.sms.domain.model.procurement.order.rule.PurchaseOrderAmountRule |
| PurchaseOrderDeliveryOverDueRule | 発注納期超過ルール | 指定納期が現在日時を超過している場合は遅延とする | クラス | com.example.sms.domain.model.procurement.order.rule.PurchaseOrderDeliveryOverDueRule |
| PurchaseOrderDeliveryRule | 発注納期ルール | 指定納期が発注日より前の場合は無効とする | クラス | com.example.sms.domain.model.procurement.order.rule.PurchaseOrderDeliveryRule |
| PurchaseOrderRule | 発注ルール | クラス | com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRule | |
| PurchaseOrderRuleCheckList | 発注ルールチェック結果リスト | クラス | com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRuleCheckList | |
| PurchasePayment | 支払 | クラス | com.example.sms.domain.model.procurement.payment.PurchasePayment | |
| PurchasePaymentDate | 支払日 | クラス | com.example.sms.domain.model.procurement.payment.PurchasePaymentDate | |
| PurchasePaymentList | 支払一覧 | クラス | com.example.sms.domain.model.procurement.payment.PurchasePaymentList | |
| PurchasePaymentMethodType | 支払方法区分 | クラス | com.example.sms.domain.model.procurement.payment.PurchasePaymentMethodType | |
| PurchasePaymentNumber | 支払番号 | クラス | com.example.sms.domain.model.procurement.payment.PurchasePaymentNumber | |
| Purchase | 仕入 | クラス | com.example.sms.domain.model.procurement.purchase.Purchase | |
| PurchaseDate | 仕入日 | クラス | com.example.sms.domain.model.procurement.purchase.PurchaseDate | |
| PurchaseLine | 仕入明細 | クラス | com.example.sms.domain.model.procurement.purchase.PurchaseLine | |
| PurchaseList | 仕入一覧 | クラス | com.example.sms.domain.model.procurement.purchase.PurchaseList | |
| PurchaseNumber | 仕入番号 | クラス | com.example.sms.domain.model.procurement.purchase.PurchaseNumber | |
| PurchaseAmountRule | 仕入金額ルール | 仕入金額が500万円を超過している場合は要確認とする | クラス | com.example.sms.domain.model.procurement.purchase.rule.PurchaseAmountRule |
| PurchaseDateRule | 仕入日ルール | 仕入日が未来日の場合は無効とする | クラス | com.example.sms.domain.model.procurement.purchase.rule.PurchaseDateRule |
| PurchaseRule | 仕入ルール | クラス | com.example.sms.domain.model.procurement.purchase.rule.PurchaseRule | |
| PurchaseRuleCheckList | 仕入ルールチェック結果リスト | クラス | com.example.sms.domain.model.procurement.purchase.rule.PurchaseRuleCheckList | |
| Invoice | 請求 | クラス | com.example.sms.domain.model.sales.invoice.Invoice | |
| InvoiceDate | 請求日 | クラス | com.example.sms.domain.model.sales.invoice.InvoiceDate | |
| InvoiceLine | 請求明細 | クラス | com.example.sms.domain.model.sales.invoice.InvoiceLine | |
| InvoiceList | 請求一覧 | クラス | com.example.sms.domain.model.sales.invoice.InvoiceList | |
| InvoiceNumber | 請求番号 | クラス | com.example.sms.domain.model.sales.invoice.InvoiceNumber | |
| CompletionFlag | 完了フラグ | クラス | com.example.sms.domain.model.sales.order.CompletionFlag | |
| ConsumptionTaxAmount | 消費税額 | クラス | com.example.sms.domain.model.sales.order.ConsumptionTaxAmount | |
| DeliveryDate | 納期 | クラス | com.example.sms.domain.model.sales.order.DeliveryDate | |
| DesiredDeliveryDate | 希望納期 | クラス | com.example.sms.domain.model.sales.order.DesiredDeliveryDate | |
| Order | 受注 | クラス | com.example.sms.domain.model.sales.order.Order | |
| OrderDate | 受注日 | クラス | com.example.sms.domain.model.sales.order.OrderDate | |
| OrderLine | 受注明細 | クラス | com.example.sms.domain.model.sales.order.OrderLine | |
| OrderList | 受注一覧 | クラス | com.example.sms.domain.model.sales.order.OrderList | |
| OrderNumber | 受注番号 | クラス | com.example.sms.domain.model.sales.order.OrderNumber | |
| SalesAmount | 販売価格 | クラス | com.example.sms.domain.model.sales.order.SalesAmount | |
| SalesCalculation | 売上金額計算 | クラス | com.example.sms.domain.model.sales.order.SalesCalculation | |
| ShippingDate | 出荷日 | クラス | com.example.sms.domain.model.sales.order.ShippingDate | |
| TaxRateType | 消費税率種別 | クラス | com.example.sms.domain.model.sales.order.TaxRateType | |
| OrderAmountRule | 受注金額ルール | クラス | com.example.sms.domain.model.sales.order.rule.OrderAmountRule | |
| OrderDeliveryOverDueRule | 受注納期超過ルール | クラス | com.example.sms.domain.model.sales.order.rule.OrderDeliveryOverDueRule | |
| OrderDeliveryRule | 受注納期ルール | クラス | com.example.sms.domain.model.sales.order.rule.OrderDeliveryRule | |
| OrderRule | 受注ルール | クラス | com.example.sms.domain.model.sales.order.rule.OrderRule | |
| OrderRuleCheckList | 受注ルールチェックリスト | クラス | com.example.sms.domain.model.sales.order.rule.OrderRuleCheckList | |
| PaymentMethodType | 支払方法区分 | クラス | com.example.sms.domain.model.sales.payment.PaymentMethodType | |
| PaymentReceived | 入金 | クラス | com.example.sms.domain.model.sales.payment.PaymentReceived | |
| PaymentReceivedList | 入金一覧 | クラス | com.example.sms.domain.model.sales.payment.PaymentReceivedList | |
| PaymentReceivedNumber | 入金番号 | クラス | com.example.sms.domain.model.sales.payment.PaymentReceivedNumber | |
| AutoJournalDate | 自動仕訳日 | クラス | com.example.sms.domain.model.sales.sales.AutoJournalDate | |
| BillingDate | 請求日 | クラス | com.example.sms.domain.model.sales.sales.BillingDate | |
| BillingDelayType | 請求遅延区分 | クラス | com.example.sms.domain.model.sales.sales.BillingDelayType | |
| BillingNumber | 請求番号 | クラス | com.example.sms.domain.model.sales.sales.BillingNumber | |
| Sales | 売上 | クラス | com.example.sms.domain.model.sales.sales.Sales | |
| SalesDate | 売上日 | クラス | com.example.sms.domain.model.sales.sales.SalesDate | |
| SalesLine | 売上明細 | クラス | com.example.sms.domain.model.sales.sales.SalesLine | |
| SalesList | 売上一覧 | クラス | com.example.sms.domain.model.sales.sales.SalesList | |
| SalesNumber | 売上番号 | クラス | com.example.sms.domain.model.sales.sales.SalesNumber | |
| SalesType | 売上区分 | クラス | com.example.sms.domain.model.sales.sales.SalesType | |
| Shipping | 出荷 | クラス | com.example.sms.domain.model.sales.shipping.Shipping | |
| ShippingList | 出荷一覧 | クラス | com.example.sms.domain.model.sales.shipping.ShippingList | |
| ShipmentDeliveryOverDueRule | 出荷納期超過ルール | クラス | com.example.sms.domain.model.sales.shipping.rule.ShipmentDeliveryOverDueRule | |
| ShippingRule | 出荷ルール | クラス | com.example.sms.domain.model.sales.shipping.rule.ShippingRule | |
| ShippingRuleCheckList | 出荷ルールチェックリスト | クラス | com.example.sms.domain.model.sales.shipping.rule.ShippingRuleCheckList | |
| ApplicationExecutionHistory | アプリケーション実行履歴 | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionHistory | |
| ApplicationExecutionHistoryList | アプリケーション実行履歴一覧 | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryList | |
| ApplicationExecutionHistoryType | アプリケーション実行履歴区分 | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryType | |
| ApplicationExecutionProcess | アプリケーション実行プロセス | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionProcess | |
| ApplicationExecutionProcessFlag | アプリケーション実行プロセスフラグ | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionProcessFlag | |
| ApplicationExecutionProcessType | アプリケーション実行プロセス区分 | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionProcessType | |
| AuthUserDetails | 認証ユーザー | クラス | com.example.sms.domain.model.system.auth.AuthUserDetails | |
| AutoNumber | 自動採番 | クラス | com.example.sms.domain.model.system.autonumber.AutoNumber | |
| DocumentTypeCode | 伝票種別コード | クラス | com.example.sms.domain.model.system.autonumber.DocumentTypeCode | |
| Customer | 顧客ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Customer | |
| Department | 部門ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Department | |
| DownloadCriteria | ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.DownloadCriteria | |
| DownloadTarget | ダウンロード対象 | クラス | com.example.sms.domain.model.system.download.DownloadTarget | |
| Employee | 社員ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Employee | |
| Inventory | 在庫ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Inventory | |
| Invoice | 請求ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Invoice | |
| LocationNumber | 棚番ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.LocationNumber | |
| Order | 受注ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Order | |
| Partner | 仕入先ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Partner | |
| PartnerGroup | 取引先グループダウンロード条件 | クラス | com.example.sms.domain.model.system.download.PartnerGroup | |
| Payment | 入金ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Payment | |
| PaymentAccount | 口座ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.PaymentAccount | |
| Product | 商品ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Product | |
| ProductCategory | 商品分類ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.ProductCategory | |
| Purchase | 仕入ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Purchase | |
| PurchaseOrder | 発注ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.PurchaseOrder | |
| PurchasePayment | 支払ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.PurchasePayment | |
| Sales | 売上ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Sales | |
| Shipment | 出荷データダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Shipment | |
| Vendor | 仕入先ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Vendor | |
| Warehouse | 倉庫ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Warehouse | |
| Name | 名前 | クラス | com.example.sms.domain.model.system.user.Name | |
| Password | パスワード | クラス | com.example.sms.domain.model.system.user.Password | |
| PasswordException | パスワード例外 | クラス | com.example.sms.domain.model.system.user.PasswordException | |
| RoleName | 役割 | クラス | com.example.sms.domain.model.system.user.RoleName | |
| User | ユーザー | クラス | com.example.sms.domain.model.system.user.User | |
| UserException | ユーザー例外 | クラス | com.example.sms.domain.model.system.user.UserException | |
| UserId | ユーザーID | クラス | com.example.sms.domain.model.system.user.UserId | |
| UserIdException | ユーザーID例外 | クラス | com.example.sms.domain.model.system.user.UserIdException | |
| UserList | ユーザー一覧 | クラス | com.example.sms.domain.model.system.user.UserList | |
| InventoryDomainService | 在庫ドメインサービス | クラス | com.example.sms.domain.service.inventory.InventoryDomainService | |
| PurchaseOrderDomainService | 発注ドメインサービス | クラス | com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService | |
| PurchaseDomainService | 仕入ドメインサービス | クラス | com.example.sms.domain.service.procurement.purchase.PurchaseDomainService | |
| OrderDomainService | 受注ドメインサービス | クラス | com.example.sms.domain.service.sales.order.OrderDomainService | |
| ShippingDomainService | 出荷ドメインサービス | クラス | com.example.sms.domain.service.sales.shipping.ShippingDomainService | |
| Address | 住所 | クラス | com.example.sms.domain.type.address.Address | |
| PostalCode | 郵便番号 | クラス | com.example.sms.domain.type.address.PostalCode | |
| Prefecture | 都道府県 | クラス | com.example.sms.domain.type.address.Prefecture | |
| EmailAddress | メール | クラス | com.example.sms.domain.type.mail.EmailAddress | |
| CurrencyType | 通貨タイプ | クラス | com.example.sms.domain.type.money.CurrencyType | |
| Exchange | 為替 | クラス | com.example.sms.domain.type.money.Exchange | |
| Expression | 式 | クラス | com.example.sms.domain.type.money.Expression | |
| Money | 通貨 | クラス | com.example.sms.domain.type.money.Money | |
| Pair | 通貨ペア | クラス | com.example.sms.domain.type.money.Pair | |
| Sum | 集計 | クラス | com.example.sms.domain.type.money.Sum | |
| FaxNumber | FAX番号 | クラス | com.example.sms.domain.type.phone.FaxNumber | |
| PhoneNumber | 電話番号 | クラス | com.example.sms.domain.type.phone.PhoneNumber | |
| Quantity | 数量 | クラス | com.example.sms.domain.type.quantity.Quantity | |
| UnitType | 単位区分 | クラス | com.example.sms.domain.type.quantity.UnitType | |
| InventoryEntityMapper | 在庫エンティティマッパー | クラス | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper | |
| InventoryUploadCSV | 在庫アップロード用CSVデータクラス | クラス | com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV | |
| SupplierCustomEntity | 仕入先カスタムエンティティ(VendorCustomEntityのエイリアス) | クラス | com.example.sms.infrastructure.datasource.master.partner.supplier.SupplierCustomEntity | |
| SupplierCustomMapper | 仕入先カスタムマッパー | クラス | com.example.sms.infrastructure.datasource.master.partner.supplier.SupplierCustomMapper | |
| PaymentAccountCustomEntity | 入金口座マスタのカスタムエンティティ | 自動生成されたモデルを拡張し、追加の関連エンティティを保持する | クラス | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomEntity |
| PaymentAccountCustomMapper | 入金口座マスタのカスタムマッパー | クラス | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper | |
| PaymentAccountDataSource | 入金口座のリポジトリ実装 | クラス | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountDataSource | |
| PaymentAccountEntityMapper | 入金データと入金口座マスタのエンティティマッパー | クラス | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountEntityMapper | |
| PurchaseOrderEntityMapper | 発注エンティティマッパー | クラス | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper | |
| PurchasePaymentEntityMapper | 支払エンティティマッパー | クラス | com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper | |
| PurchaseEntityMapper | 仕入エンティティマッパー | クラス | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper | |
| InvoiceCustomEntity | 請求データカスタムエンティティ | クラス | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceCustomEntity | |
| InvoiceCustomMapper | 請求データカスタムマッパー | クラス | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceCustomMapper | |
| InvoiceDataSource | 請求データリポジトリ実装 | クラス | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceDataSource | |
| InvoiceEntityMapper | 請求データエンティティマッパー | クラス | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper | |
| InvoiceLineCustomEntity | 請求データ明細カスタムエンティティ | クラス | com.example.sms.infrastructure.datasource.sales.invoice.invoice_line.InvoiceLineCustomEntity | |
| InvoiceLineCustomMapper | 請求データ明細カスタムマッパー | クラス | com.example.sms.infrastructure.datasource.sales.invoice.invoice_line.InvoiceLineCustomMapper | |
| PaymentReceivedCustomEntity | 入金データのカスタムエンティティ | 自動生成されたモデルを拡張し、追加の関連エンティティを保持する | クラス | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomEntity |
| PaymentReceivedCustomMapper | 入金データのカスタムマッパー | クラス | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper | |
| PaymentReceivedDataSource | 入金データのリポジトリ実装 | クラス | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedDataSource | |
| PaymentReceivedEntityMapper | 入金データと入金口座マスタのエンティティマッパー | クラス | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper | |
| InventoryDownloadCSV | 在庫ダウンロードCSV | クラス | com.example.sms.infrastructure.datasource.system.download.InventoryDownloadCSV | |
| PurchasePaymentCSVDataSource | 支払CSVデータソース | クラス | com.example.sms.infrastructure.datasource.system.download.PurchasePaymentCSVDataSource | |
| PurchasePaymentDownloadCSV | 支払ダウンロードCSV | クラス | com.example.sms.infrastructure.datasource.system.download.PurchasePaymentDownloadCSV | |
| LoginController | ログイン画面 | クラス | com.example.sms.presentation.LoginController | |
| ResourceDTOMapperHelper | Helper class for DTO mappers in the presentation layer. | Contains common utility methods used by various ResourceDTOMapper classes. | クラス | com.example.sms.presentation.ResourceDTOMapperHelper |
| InventoryApiController | 在庫API | クラス | com.example.sms.presentation.api.inventory.InventoryApiController | |
| InventoryCriteriaResource | 在庫検索条件リソース | クラス | com.example.sms.presentation.api.inventory.InventoryCriteriaResource | |
| InventoryResource | 在庫リソース | クラス | com.example.sms.presentation.api.inventory.InventoryResource | |
| InventoryResourceDTOMapper | 在庫リソースDTOマッパー | クラス | com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper | |
| DepartmentApiController | 部門API | クラス | com.example.sms.presentation.api.master.department.DepartmentApiController | |
| EmployeeApiController | 社員API | クラス | com.example.sms.presentation.api.master.employee.EmployeeApiController | |
| LocationNumberApiController | 棚番API | クラス | com.example.sms.presentation.api.master.locationnumber.LocationNumberApiController | |
| CustomerApiController | 顧客 API | クラス | com.example.sms.presentation.api.master.partner.CustomerApiController | |
| PartnerApiController | 取引先 API | クラス | com.example.sms.presentation.api.master.partner.PartnerApiController | |
| PartnerCategoryApiController | 取引先分類API | クラス | com.example.sms.presentation.api.master.partner.PartnerCategoryApiController | |
| PartnerGroupApiController | 取引先グループAPI | クラス | com.example.sms.presentation.api.master.partner.PartnerGroupApiController | |
| VendorApiController | 仕入先 API | クラス | com.example.sms.presentation.api.master.partner.VendorApiController | |
| PaymentAccountApiController | 入金口座API | クラス | com.example.sms.presentation.api.master.payment.PaymentAccountApiController | |
| ProductApiController | 商品API | クラス | com.example.sms.presentation.api.master.product.ProductApiController | |
| ProductCategoryApiController | 商品分類API | クラス | com.example.sms.presentation.api.master.product.ProductCategoryApiController | |
| RegionApiController | 地域コードAPI | クラス | com.example.sms.presentation.api.master.region.RegionApiController | |
| WarehouseApiController | 倉庫API | クラス | com.example.sms.presentation.api.master.warehouse.WarehouseApiController | |
| PurchaseOrderApiController | 発注API | クラス | com.example.sms.presentation.api.procurement.order.PurchaseOrderApiController | |
| PurchasePaymentApiController | 支払データAPI | クラス | com.example.sms.presentation.api.procurement.payment.PurchasePaymentApiController | |
| PurchasePaymentCriteriaResource | 支払検索条件 | クラス | com.example.sms.presentation.api.procurement.payment.PurchasePaymentCriteriaResource | |
| PurchaseApiController | 仕入API | クラス | com.example.sms.presentation.api.procurement.purchase.PurchaseApiController | |
| InvoiceApiController | 請求API | クラス | com.example.sms.presentation.api.sales.invoice.InvoiceApiController | |
| InvoiceCriteriaResource | 請求検索条件リソース | クラス | com.example.sms.presentation.api.sales.invoice.InvoiceCriteriaResource | |
| OrderApiController | 受注API | クラス | com.example.sms.presentation.api.sales.order.OrderApiController | |
| PaymentReceivedApiController | 入金データAPI | クラス | com.example.sms.presentation.api.sales.payment.PaymentReceivedApiController | |
| PaymentReceivedCriteriaResource | 入金検索条件 | クラス | com.example.sms.presentation.api.sales.payment.PaymentReceivedCriteriaResource | |
| SalesApiController | 売上API | クラス | com.example.sms.presentation.api.sales.sales.SalesApiController | |
| SalesCriteriaResource | 売上検索条件リソース | クラス | com.example.sms.presentation.api.sales.sales.SalesCriteriaResource | |
| ShippingApiController | 出荷API | クラス | com.example.sms.presentation.api.sales.shipping.ShippingApiController | |
| ShippingCriteriaResource | 出荷検索条件リソース | クラス | com.example.sms.presentation.api.sales.shipping.ShippingCriteriaResource | |
| AuditApiController | 監査API | クラス | com.example.sms.presentation.api.system.audit.AuditApiController | |
| AuthApiController | 認証API | クラス | com.example.sms.presentation.api.system.auth.AuthApiController | |
| LoginRequest | 認証リクエスト | クラス | com.example.sms.presentation.api.system.auth.payload.request.LoginRequest | |
| SignupRequest | ユーザー登録リクエスト | クラス | com.example.sms.presentation.api.system.auth.payload.request.SignupRequest | |
| DownloadApiController | データダウンロードAPI | クラス | com.example.sms.presentation.api.system.download.DownloadApiController | |
| UserApiController | ユーザーAPI | クラス | com.example.sms.presentation.api.system.user.UserApiController | |
| InventoryCriteria | 在庫検索条件 | クラス | com.example.sms.service.inventory.InventoryCriteria | |
| InventoryRepository | 在庫リポジトリインターフェース | クラス | com.example.sms.service.inventory.InventoryRepository | |
| InventoryService | 在庫サービス | クラス | com.example.sms.service.inventory.InventoryService | |
| InventoryUploadErrorList | 在庫アップロードエラーリスト | クラス | com.example.sms.service.inventory.InventoryUploadErrorList | |
| DepartmentCriteria | 部門検索条件 | クラス | com.example.sms.service.master.department.DepartmentCriteria | |
| DepartmentService | 部門サービス | クラス | com.example.sms.service.master.department.DepartmentService | |
| EmployeeCriteria | 社員検索条件 | クラス | com.example.sms.service.master.employee.EmployeeCriteria | |
| EmployeeService | 社員サービス | クラス | com.example.sms.service.master.employee.EmployeeService | |
| LocationNumberService | 棚番サービス | クラス | com.example.sms.service.master.locationnumber.LocationNumberService | |
| CustomerCriteria | 顧客検索条件 | クラス | com.example.sms.service.master.partner.CustomerCriteria | |
| CustomerService | 顧客サービス | クラス | com.example.sms.service.master.partner.CustomerService | |
| PartnerCategoryCriteria | 取引先分類種別検索条件 | クラス | com.example.sms.service.master.partner.PartnerCategoryCriteria | |
| PartnerCategoryService | 取引先分類種別サービス | クラス | com.example.sms.service.master.partner.PartnerCategoryService | |
| PartnerCriteria | 取引先検索条件 | クラス | com.example.sms.service.master.partner.PartnerCriteria | |
| PartnerGroupCriteria | 取引先グループ検索条件 | クラス | com.example.sms.service.master.partner.PartnerGroupCriteria | |
| PartnerGroupService | 取引先グループサービス | クラス | com.example.sms.service.master.partner.PartnerGroupService | |
| PartnerService | 取引先サービス | クラス | com.example.sms.service.master.partner.PartnerService | |
| VendorCriteria | 仕入先検索条件 | クラス | com.example.sms.service.master.partner.VendorCriteria | |
| VendorService | 仕入先サービス | クラス | com.example.sms.service.master.partner.VendorService | |
| PaymentAccountCriteria | 入金口座検索条件 | クラス | com.example.sms.service.master.payment.PaymentAccountCriteria | |
| PaymentAccountRepository | 入金データのリポジトリインターフェース | クラス | com.example.sms.service.master.payment.PaymentAccountRepository | |
| PaymentAccountService | 入金口座マスタサービス | クラス | com.example.sms.service.master.payment.PaymentAccountService | |
| ProductCategoryCriteria | 商品分類検索条件 | クラス | com.example.sms.service.master.product.ProductCategoryCriteria | |
| ProductCriteria | 商品検索条件 | クラス | com.example.sms.service.master.product.ProductCriteria | |
| ProductService | 商品サービス | クラス | com.example.sms.service.master.product.ProductService | |
| RegionCriteria | 地域検索条件 | クラス | com.example.sms.service.master.region.RegionCriteria | |
| RegionService | 地域サービス | クラス | com.example.sms.service.master.region.RegionService | |
| WarehouseService | 倉庫サービス | クラス | com.example.sms.service.master.warehouse.WarehouseService | |
| PurchaseOrderCriteria | 発注検索条件 | クラス | com.example.sms.service.procurement.order.PurchaseOrderCriteria | |
| PurchaseOrderRepository | 発注リポジトリ | クラス | com.example.sms.service.procurement.order.PurchaseOrderRepository | |
| PurchaseOrderService | 発注サービス | クラス | com.example.sms.service.procurement.order.PurchaseOrderService | |
| PurchaseOrderUploadErrorList | 発注アップロードエラーリスト | クラス | com.example.sms.service.procurement.order.PurchaseOrderUploadErrorList | |
| PurchasePaymentCriteria | 支払検索条件 | クラス | com.example.sms.service.procurement.payment.PurchasePaymentCriteria | |
| PurchasePaymentRepository | 支払リポジトリ | クラス | com.example.sms.service.procurement.payment.PurchasePaymentRepository | |
| PurchasePaymentService | 支払データサービス | クラス | com.example.sms.service.procurement.payment.PurchasePaymentService | |
| PurchaseCriteria | 仕入検索条件 | クラス | com.example.sms.service.procurement.purchase.PurchaseCriteria | |
| PurchaseRepository | 仕入リポジトリ | クラス | com.example.sms.service.procurement.purchase.PurchaseRepository | |
| PurchaseService | 仕入サービス | クラス | com.example.sms.service.procurement.purchase.PurchaseService | |
| ConsolidatedBillingProcessor | 締請求処理を行うメソッドオブジェクト | クラス | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor | |
| InvoiceCriteria | 請求データ検索条件 | クラス | com.example.sms.service.sales.invoice.InvoiceCriteria | |
| InvoiceRepository | 請求データリポジトリインターフェース | クラス | com.example.sms.service.sales.invoice.InvoiceRepository | |
| InvoiceService | 請求サービス | クラス | com.example.sms.service.sales.invoice.InvoiceService | |
| SpotBillingProcessor | 都度請求処理を行うメソッドオブジェクト | クラス | com.example.sms.service.sales.invoice.SpotBillingProcessor | |
| SalesOrderCriteria | 受注検索条件 | クラス | com.example.sms.service.sales.order.SalesOrderCriteria | |
| SalesOrderService | 受注サービス | クラス | com.example.sms.service.sales.order.SalesOrderService | |
| SalesOrderUploadErrorList | 受注アップロードエラーリスト | クラス | com.example.sms.service.sales.order.SalesOrderUploadErrorList | |
| PaymentReceivedCriteria | 入金検索条件 | クラス | com.example.sms.service.sales.payment.PaymentReceivedCriteria | |
| PaymentReceivedRepository | 入金データのリポジトリインターフェース | クラス | com.example.sms.service.sales.payment.PaymentReceivedRepository | |
| PaymentReceivedService | 入金データサービス | クラス | com.example.sms.service.sales.payment.PaymentReceivedService | |
| SalesCriteria | 売上検索条件 | クラス | com.example.sms.service.sales.sales.SalesCriteria | |
| SalesService | 売上サービス | クラス | com.example.sms.service.sales.sales.SalesService | |
| ShippingCriteria | 出荷検索条件 | クラス | com.example.sms.service.sales.shipping.ShippingCriteria | |
| ShippingService | 出荷サービス | クラス | com.example.sms.service.sales.shipping.ShippingService | |
| AuditCriteria | 監査検索条件 | クラス | com.example.sms.service.system.audit.AuditCriteria | |
| AuditRepository | 監査リポジトリ | クラス | com.example.sms.service.system.audit.AuditRepository | |
| AuditService | 監査サービス | クラス | com.example.sms.service.system.audit.AuditService | |
| AuthApiService | 認証APIサービス | クラス | com.example.sms.service.system.auth.AuthApiService | |
| AuthRepository | 認証リポジトリ | クラス | com.example.sms.service.system.auth.AuthRepository | |
| AuthService | 認証サービス | クラス | com.example.sms.service.system.auth.AuthService | |
| AutoNumberService | 自動採番サービス | クラス | com.example.sms.service.system.autonumber.AutoNumberService | |
| DownloadService | データダウンロードサービス | クラス | com.example.sms.service.system.download.DownloadService | |
| UserManagementService | ユーザー管理サービス | クラス | com.example.sms.service.system.user.UserManagementService | |
| UserRepository | ユーザーレポジトリ | クラス | com.example.sms.service.system.user.UserRepository | |
| domainEvents | ドメインイベントのコレクションを取得します | メソッド | com.example.sms.domain.event.AbstractAggregateRoot#domainEvents() | |
| adjustStock | 在庫を調整 | メソッド | com.example.sms.domain.model.inventory.Inventory#adjustStock() | |
| getKey | 在庫キーを取得 | メソッド | com.example.sms.domain.model.inventory.Inventory#getKey() | |
| hasStock | 在庫が存在するか判定 | メソッド | com.example.sms.domain.model.inventory.Inventory#hasStock() | |
| isAvailable | 在庫が利用可能か判定 | メソッド | com.example.sms.domain.model.inventory.Inventory#isAvailable() | |
| receive | 在庫を入荷 | メソッド | com.example.sms.domain.model.inventory.Inventory#receive() | |
| reserve | 在庫を予約 | メソッド | com.example.sms.domain.model.inventory.Inventory#reserve() | |
| ship | 在庫を出荷 | メソッド | com.example.sms.domain.model.inventory.Inventory#ship() | |
| add | 在庫を追加 | メソッド | com.example.sms.domain.model.inventory.InventoryList#add() | |
| asList | リストを取得 | メソッド | com.example.sms.domain.model.inventory.InventoryList#asList() | |
| filterAvailable | 利用可能な在庫のみフィルタリング | メソッド | com.example.sms.domain.model.inventory.InventoryList#filterAvailable() | |
| filterByProductCode | 商品コードでフィルタリング | メソッド | com.example.sms.domain.model.inventory.InventoryList#filterByProductCode() | |
| filterByWarehouseCode | 倉庫コードでフィルタリング | メソッド | com.example.sms.domain.model.inventory.InventoryList#filterByWarehouseCode() | |
| filterHasStock | 在庫が存在するもののみフィルタリング | メソッド | com.example.sms.domain.model.inventory.InventoryList#filterHasStock() | |
| getTotalActualStock | 実在庫数の合計を計算 | メソッド | com.example.sms.domain.model.inventory.InventoryList#getTotalActualStock() | |
| getTotalAvailableStock | 有効在庫数の合計を計算 | メソッド | com.example.sms.domain.model.inventory.InventoryList#getTotalAvailableStock() | |
| isEmpty | 空かどうか判定 | メソッド | com.example.sms.domain.model.inventory.InventoryList#isEmpty() | |
| size | サイズを取得 | メソッド | com.example.sms.domain.model.inventory.InventoryList#size() | |
| getErrorCount | エラー件数を取得 | メソッド | com.example.sms.domain.model.inventory.rule.InventoryRuleCheckList#getErrorCount() | |
| hasErrors | エラーが存在するかチェック | メソッド | com.example.sms.domain.model.inventory.rule.InventoryRuleCheckList#hasErrors() | |
| Name | 社員名 | メソッド | com.example.sms.domain.model.master.employee.EmployeeName#Name() | |
| NameKana | 社員名カナ | メソッド | com.example.sms.domain.model.master.employee.EmployeeName#NameKana() | |
| fromCode | コードから銀行口座種別を取得する | メソッド | com.example.sms.domain.model.master.payment.account.incoming.BankAccountType#fromCode() | |
| of | ファクトリーメソッド | メソッド | com.example.sms.domain.model.master.payment.account.incoming.PaymentAccount#of() | |
| of | ファクトリーメソッド | メソッド | com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountCode#of() | |
| fromCode | コードから入金口座区分を取得する | メソッド | com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountType#fromCode() | |
| calcTotalConsumptionTax | 消費税合計計算 | メソッド | com.example.sms.domain.model.procurement.order.PurchaseOrder#calcTotalConsumptionTax() | |
| calcTotalPurchaseAmount | 発注金額合計計算 | メソッド | com.example.sms.domain.model.procurement.order.PurchaseOrder#calcTotalPurchaseAmount() | |
| calcConsumptionTax | 消費税計算 | メソッド | com.example.sms.domain.model.procurement.order.PurchaseOrderLine#calcConsumptionTax() | |
| calcPurchaseAmount | 発注金額計算(消費税抜き) | メソッド | com.example.sms.domain.model.procurement.order.PurchaseOrderLine#calcPurchaseAmount() | |
| isCompleted | 完了しているかどうか | メソッド | com.example.sms.domain.model.procurement.order.PurchaseOrderLine#isCompleted() | |
| generate | 発注番号生成 | メソッド | com.example.sms.domain.model.procurement.order.PurchaseOrderNumber#generate() | |
| getErrorCount | エラー件数を取得 | メソッド | com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRuleCheckList#getErrorCount() | |
| hasErrors | エラーが存在するかチェック | メソッド | com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRuleCheckList#hasErrors() | |
| aggregateFromPurchases | 仕入データから支払データを集計する | メソッド | com.example.sms.domain.model.procurement.payment.PurchasePayment#aggregateFromPurchases() | |
| isCompleted | 支払が完了しているかどうかを判定する | メソッド | com.example.sms.domain.model.procurement.payment.PurchasePayment#isCompleted() | |
| now | 現在日時から支払日を生成する | メソッド | com.example.sms.domain.model.procurement.payment.PurchasePaymentDate#now() | |
| fromCode | コードから支払方法区分を取得する | メソッド | com.example.sms.domain.model.procurement.payment.PurchasePaymentMethodType#fromCode() | |
| generate | カウンターから支払番号を生成する | メソッド | com.example.sms.domain.model.procurement.payment.PurchasePaymentNumber#generate() | |
| calcTotalConsumptionTax | 消費税合計計算 | メソッド | com.example.sms.domain.model.procurement.purchase.Purchase#calcTotalConsumptionTax() | |
| calcTotalPurchaseAmount | 仕入金額合計計算 | メソッド | com.example.sms.domain.model.procurement.purchase.Purchase#calcTotalPurchaseAmount() | |
| calcConsumptionTax | 消費税計算 | メソッド | com.example.sms.domain.model.procurement.purchase.PurchaseLine#calcConsumptionTax() | |
| calcPurchaseAmount | 仕入金額計算(消費税抜き) | メソッド | com.example.sms.domain.model.procurement.purchase.PurchaseLine#calcPurchaseAmount() | |
| getErrorCount | エラー件数を取得 | メソッド | com.example.sms.domain.model.procurement.purchase.rule.PurchaseRuleCheckList#getErrorCount() | |
| hasErrors | エラーが存在するかチェック | メソッド | com.example.sms.domain.model.procurement.purchase.rule.PurchaseRuleCheckList#hasErrors() | |
| addInvoiceLine | 請求明細を追加 | メソッド | com.example.sms.domain.model.sales.invoice.Invoice#addInvoiceLine() | |
| of | ファクトリメソッド | メソッド | com.example.sms.domain.model.sales.invoice.Invoice#of() | |
| of | ファクトリメソッド | メソッド | com.example.sms.domain.model.sales.invoice.InvoiceLine#of() | |
| fromCode | コードから支払方法区分を取得する | メソッド | com.example.sms.domain.model.sales.payment.PaymentMethodType#fromCode() | |
| of | ファクトリーメソッド | メソッド | com.example.sms.domain.model.sales.payment.PaymentReceived#of() | |
| of | 関連エンティティを含むファクトリーメソッド | メソッド | com.example.sms.domain.model.sales.payment.PaymentReceived#of() | |
| of | ファクトリーメソッド | メソッド | com.example.sms.domain.model.sales.payment.PaymentReceivedNumber#of() | |
| of | ファクトリーメソッド | メソッド | com.example.sms.domain.model.sales.sales.Sales#of() | |
| of | 全ての属性を指定してShippingを生成するファクトリメソッド | メソッド | com.example.sms.domain.model.sales.shipping.Shipping#of() | |
| getNextDocumentNumber | 次の伝票番号を取得する | メソッド | com.example.sms.domain.model.system.autonumber.AutoNumber#getNextDocumentNumber() | |
| incrementDocumentNumber | 伝票番号を更新する | メソッド | com.example.sms.domain.model.system.autonumber.AutoNumber#incrementDocumentNumber() | |
| of | ファクトリーメソッド | メソッド | com.example.sms.domain.model.system.autonumber.AutoNumber#of() | |
| FirstName | 姓 | メソッド | com.example.sms.domain.model.system.user.Name#FirstName() | |
| FullName | フルネーム | メソッド | com.example.sms.domain.model.system.user.Name#FullName() | |
| LastName | 名 | メソッド | com.example.sms.domain.model.system.user.Name#LastName() | |
| Value | パスワード | メソッド | com.example.sms.domain.model.system.user.Password#Value() | |
| Value | ユーザーID | メソッド | com.example.sms.domain.model.system.user.UserId#Value() | |
| checkRule | 在庫ルールチェック | メソッド | com.example.sms.domain.service.inventory.InventoryDomainService#checkRule() | |
| calculateTotalConsumptionTax | 発注消費税合計計算 | メソッド | com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService#calculateTotalConsumptionTax() | |
| calculateTotalPurchaseAmount | 発注金額合計計算 | メソッド | com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService#calculateTotalPurchaseAmount() | |
| checkRule | 発注ルールチェック | メソッド | com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService#checkRule() | |
| calculateTotalConsumptionTax | 仕入消費税合計計算 | メソッド | com.example.sms.domain.service.procurement.purchase.PurchaseDomainService#calculateTotalConsumptionTax() | |
| calculateTotalPurchaseAmount | 仕入金額合計計算 | メソッド | com.example.sms.domain.service.procurement.purchase.PurchaseDomainService#calculateTotalPurchaseAmount() | |
| checkRule | 仕入ルールチェック | メソッド | com.example.sms.domain.service.procurement.purchase.PurchaseDomainService#checkRule() | |
| checkRule | 受注ルールチェック | メソッド | com.example.sms.domain.service.sales.order.OrderDomainService#checkRule() | |
| checkRule | 出荷ルールチェック | メソッド | com.example.sms.domain.service.sales.shipping.ShippingDomainService#checkRule() | |
| fromCode | コードから都道府県を取得 (例: 13 -> 東京都) | メソッド | com.example.sms.domain.type.address.Prefecture#fromCode() | |
| fromName | 都道府県名からEnumオブジェクトを取得 | メソッド | com.example.sms.domain.type.address.Prefecture#fromName() | |
| readCSV | CSVを1行目をヘッダーとして読み込み、2行目以降のデータを処理します | メソッド | com.example.sms.infrastructure.Pattern2ReadCSVUtil#readCSV() | |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.倉庫部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金口座マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金口座マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金口座マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金口座マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金口座マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.入金口座マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.受注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.在庫データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.在庫データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.在庫データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.在庫データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.在庫データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.在庫データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.売上データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.支払データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.支払データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.支払データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.支払データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.支払データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.支払データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.棚番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.棚番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.棚番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.棚番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.棚番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.棚番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.発注データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.自動採番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.自動採番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.自動採番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.自動採番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.自動採番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.自動採番マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.請求データ明細 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#updateByPrimaryKeySelective() |
| getId | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getId() |
| getProcessCode | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_code | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessCode() |
| getProcessDetails | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_details | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessDetails() |
| getProcessEnd | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_end | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessEnd() |
| getProcessFlag | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_flag | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessFlag() |
| getProcessName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessName() |
| getProcessStart | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_start | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessStart() |
| getProcessType | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessType() |
| getUserId | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getUserId() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getVersion() |
| setId | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setId() |
| setProcessCode | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_code | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessCode() |
| setProcessDetails | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_details | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessDetails() |
| setProcessEnd | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_end | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessEnd() |
| setProcessFlag | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_flag | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessFlag() |
| setProcessName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessName() |
| setProcessStart | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_start | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessStart() |
| setProcessType | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessType() |
| setUserId | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setUserId() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setVersion() |
| getChecksum | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.checksum | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getChecksum() |
| getDescription | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.description | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getDescription() |
| getExecutionTime | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.execution_time | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getExecutionTime() |
| getInstalledBy | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.installed_by | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getInstalledBy() |
| getInstalledOn | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.installed_on | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getInstalledOn() |
| getInstalledRank | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.installed_rank | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getInstalledRank() |
| getScript | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.script | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getScript() |
| getSuccess | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.success | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getSuccess() |
| getType | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getType() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getVersion() |
| setChecksum | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.checksum | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setChecksum() |
| setDescription | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.description | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setDescription() |
| setExecutionTime | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.execution_time | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setExecutionTime() |
| setInstalledBy | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.installed_by | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setInstalledBy() |
| setInstalledOn | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.installed_on | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setInstalledOn() |
| setInstalledRank | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.installed_rank | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setInstalledRank() |
| setScript | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.script | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setScript() |
| setSuccess | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.success | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setSuccess() |
| setType | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setType() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setVersion() |
| getFirstName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.first_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getFirstName() |
| getLastName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.last_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getLastName() |
| getPassword | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.password | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getPassword() |
| getRoleName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.role_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getRoleName() |
| getUserId | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getUserId() |
| setFirstName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.first_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setFirstName() |
| setLastName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.last_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setLastName() |
| setPassword | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.password | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setPassword() |
| setRoleName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.role_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setRoleName() |
| setUserId | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setUserId() |
| getUpdater | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.updater | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#getUpdater() |
| get仕入先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入先コード() |
| get仕入先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入先枝番() |
| get仕入担当者コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.仕入担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入担当者コード() |
| get仕入日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.仕入日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入日() |
| get仕入番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.仕入番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入番号() |
| get仕入金額合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.仕入金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入金額合計() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get作成者名() |
| get備考 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get備考() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get更新日時() |
| get消費税合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get消費税合計() |
| get発注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.発注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get発注番号() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get部門コード() |
| get開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get開始日() |
| setUpdater | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.updater | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#setUpdater() |
| set仕入先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入先コード() |
| set仕入先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入先枝番() |
| set仕入担当者コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.仕入担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入担当者コード() |
| set仕入日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.仕入日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入日() |
| set仕入番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.仕入番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入番号() |
| set仕入金額合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.仕入金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入金額合計() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set作成者名() |
| set備考 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set備考() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set更新日時() |
| set消費税合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set消費税合計() |
| set発注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.発注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set発注番号() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set部門コード() |
| set開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set開始日() |
| get仕入単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.仕入単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get仕入単価() |
| get仕入数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.仕入数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get仕入数量() |
| get仕入行表示番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.仕入行表示番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get仕入行表示番号() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get作成者名() |
| get倉庫コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get倉庫コード() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get商品コード() |
| get商品名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get商品名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get更新者名() |
| get発注行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.発注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get発注行番号() |
| set仕入単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.仕入単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set仕入単価() |
| set仕入数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.仕入数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set仕入数量() |
| set仕入行表示番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.仕入行表示番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set仕入行表示番号() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set作成者名() |
| set倉庫コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set倉庫コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set商品コード() |
| set商品名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set商品名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set更新者名() |
| set発注行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.発注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set発注行番号() |
| get仕入番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.仕入番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#get仕入番号() |
| get仕入行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入データ明細.仕入行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#get仕入行番号() |
| set仕入番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.仕入番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#set仕入番号() |
| set仕入行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入データ明細.仕入行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#set仕入行番号() |
| get仕入先メールアドレス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先メールアドレス() |
| get仕入先住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先住所1() |
| get仕入先住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先住所2() |
| get仕入先名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先名() |
| get仕入先名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先名カナ() |
| get仕入先担当者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先担当者名() |
| get仕入先支払方法 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先支払方法 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払方法() |
| get仕入先支払日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先支払日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払日() |
| get仕入先支払月 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先支払月 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払月() |
| get仕入先締日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先締日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先締日() |
| get仕入先部門名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先部門名() |
| get仕入先郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先郵便番号() |
| get仕入先都道府県 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先都道府県() |
| get仕入先電話番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先電話番号() |
| get仕入先fax番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先fax番号() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get更新者名() |
| set仕入先メールアドレス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先メールアドレス() |
| set仕入先住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先住所1() |
| set仕入先住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先住所2() |
| set仕入先名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先名() |
| set仕入先名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先名カナ() |
| set仕入先担当者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先担当者名() |
| set仕入先支払方法 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先支払方法 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払方法() |
| set仕入先支払日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先支払日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払日() |
| set仕入先支払月 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先支払月 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払月() |
| set仕入先締日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先締日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先締日() |
| set仕入先部門名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先部門名() |
| set仕入先郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先郵便番号() |
| set仕入先都道府県 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先都道府県() |
| set仕入先電話番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先電話番号() |
| set仕入先fax番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先fax番号() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set更新者名() |
| get仕入先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#get仕入先コード() |
| get仕入先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#get仕入先枝番() |
| set仕入先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#set仕入先コード() |
| set仕入先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#set仕入先枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get作成者名() |
| get優先順位 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.優先順位 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get優先順位() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set作成者名() |
| set優先順位 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.優先順位 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set優先順位() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set更新者名() |
| get代替商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.代替商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#get代替商品コード() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#get商品コード() |
| set代替商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.代替商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#set代替商品コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#set商品コード() |
| get住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get住所1() |
| get住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get住所2() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get作成者名() |
| get倉庫コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get倉庫コード() |
| get倉庫区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.倉庫区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get倉庫区分() |
| get倉庫名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.倉庫名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get倉庫名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get更新者名() |
| get郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get郵便番号() |
| get都道府県 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫マスタ.都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get都道府県() |
| set住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set住所1() |
| set住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set住所2() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set作成者名() |
| set倉庫コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set倉庫コード() |
| set倉庫区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.倉庫区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set倉庫区分() |
| set倉庫名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.倉庫名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set倉庫名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set更新者名() |
| set郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set郵便番号() |
| set都道府県 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫マスタ.都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set都道府県() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫部門マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫部門マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫部門マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫部門マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫部門マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫部門マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫部門マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫部門マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set更新者名() |
| get倉庫コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫部門マスタ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#get倉庫コード() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫部門マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#get部門コード() |
| get開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.倉庫部門マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#get開始日() |
| set倉庫コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫部門マスタ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#set倉庫コード() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫部門マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#set部門コード() |
| set開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.倉庫部門マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#set開始日() |
| getプログラム更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.プログラム更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#getプログラム更新日時() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get作成者名() |
| get入金口座コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.入金口座コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金口座コード() |
| get入金日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.入金日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金日() |
| get入金番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.入金番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金番号() |
| get入金金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.入金金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金金額() |
| get支払方法区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.支払方法区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get支払方法区分() |
| get更新プログラム名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.更新プログラム名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get更新プログラム名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get更新者名() |
| get消込金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.消込金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get消込金額() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get部門コード() |
| get開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get開始日() |
| get顧客コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get顧客コード() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#get顧客枝番() |
| setプログラム更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.プログラム更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#setプログラム更新日時() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set作成者名() |
| set入金口座コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.入金口座コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金口座コード() |
| set入金日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.入金日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金日() |
| set入金番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.入金番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金番号() |
| set入金金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.入金金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金金額() |
| set支払方法区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.支払方法区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set支払方法区分() |
| set更新プログラム名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.更新プログラム名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set更新プログラム名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set更新者名() |
| set消込金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.消込金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set消込金額() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set部門コード() |
| set開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set開始日() |
| set顧客コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set顧客コード() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金データ#set顧客枝番() |
| getプログラム更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.プログラム更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#getプログラム更新日時() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get作成者名() |
| get入金口座コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.入金口座コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座コード() |
| get入金口座区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.入金口座区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座区分() |
| get入金口座名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.入金口座名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座名() |
| get入金口座番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.入金口座番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座番号() |
| get全銀協支店コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.全銀協支店コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get全銀協支店コード() |
| get全銀協銀行コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.全銀協銀行コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get全銀協銀行コード() |
| get口座名義人 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.口座名義人 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get口座名義人() |
| get更新プログラム名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.更新プログラム名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get更新プログラム名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get更新者名() |
| get適用終了日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.適用終了日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get適用終了日() |
| get適用開始後入金口座名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.適用開始後入金口座名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get適用開始後入金口座名() |
| get適用開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.適用開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get適用開始日() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get部門コード() |
| get部門開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get部門開始日() |
| get銀行口座種別 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.入金口座マスタ.銀行口座種別 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get銀行口座種別() |
| setプログラム更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.プログラム更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#setプログラム更新日時() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set作成者名() |
| set入金口座コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.入金口座コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座コード() |
| set入金口座区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.入金口座区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座区分() |
| set入金口座名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.入金口座名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座名() |
| set入金口座番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.入金口座番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座番号() |
| set全銀協支店コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.全銀協支店コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set全銀協支店コード() |
| set全銀協銀行コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.全銀協銀行コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set全銀協銀行コード() |
| set口座名義人 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.口座名義人 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set口座名義人() |
| set更新プログラム名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.更新プログラム名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set更新プログラム名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set更新者名() |
| set適用終了日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.適用終了日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set適用終了日() |
| set適用開始後入金口座名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.適用開始後入金口座名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set適用開始後入金口座名() |
| set適用開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.適用開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set適用開始日() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set部門コード() |
| set部門開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set部門開始日() |
| set銀行口座種別 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.入金口座マスタ.銀行口座種別 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set銀行口座種別() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get作成者名() |
| get出荷先住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先住所1() |
| get出荷先住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先住所2() |
| get出荷先名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先名() |
| get出荷先郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先郵便番号() |
| get地域コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get地域コード() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set作成者名() |
| set出荷先住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先住所1() |
| set出荷先住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先住所2() |
| set出荷先名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先名() |
| set出荷先郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先郵便番号() |
| set地域コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set地域コード() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set更新者名() |
| get出荷先番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get出荷先番号() |
| get顧客コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get顧客コード() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get顧客枝番() |
| set出荷先番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set出荷先番号() |
| set顧客コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set顧客コード() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set顧客枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get作成者名() |
| get取引先グループコード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get取引先グループコード() |
| get取引先グループ名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.取引先グループ名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get取引先グループ名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set作成者名() |
| set取引先グループコード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set取引先グループコード() |
| set取引先グループ名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.取引先グループ名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set取引先グループ名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set更新者名() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#getVersion() |
| get与信一時増加枠 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.与信一時増加枠 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get与信一時増加枠() |
| get与信限度額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.与信限度額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get与信限度額() |
| get仕入先区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.仕入先区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get仕入先区分() |
| get住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get住所1() |
| get住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get住所2() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get作成者名() |
| get取引先グループコード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先グループコード() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先コード() |
| get取引先名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先名() |
| get取引先名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先名カナ() |
| get取引禁止フラグ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引禁止フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引禁止フラグ() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get更新者名() |
| get郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get郵便番号() |
| get都道府県 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get都道府県() |
| get雑区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get雑区分() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#setVersion() |
| set与信一時増加枠 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.与信一時増加枠 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set与信一時増加枠() |
| set与信限度額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.与信限度額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set与信限度額() |
| set仕入先区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.仕入先区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set仕入先区分() |
| set住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set住所1() |
| set住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set住所2() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set作成者名() |
| set取引先グループコード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先グループコード() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先コード() |
| set取引先名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先名() |
| set取引先名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先名カナ() |
| set取引禁止フラグ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引禁止フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引禁止フラグ() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set更新者名() |
| set郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set郵便番号() |
| set都道府県 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set都道府県() |
| set雑区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set雑区分() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get作成者名() |
| get取引先分類名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.取引先分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get取引先分類名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set作成者名() |
| set取引先分類名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.取引先分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set取引先分類名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set更新者名() |
| get取引先分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#get取引先分類コード() |
| get取引先分類種別コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#get取引先分類種別コード() |
| set取引先分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#set取引先分類コード() |
| set取引先分類種別コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#set取引先分類種別コード() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set更新者名() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先コード() |
| get取引先分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先分類コード() |
| get取引先分類種別コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先分類種別コード() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先コード() |
| set取引先分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先分類コード() |
| set取引先分類種別コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先分類種別コード() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#getVersion() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get作成者名() |
| get取引先分類種別コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get取引先分類種別コード() |
| get取引先分類種別名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.取引先分類種別名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get取引先分類種別名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get更新者名() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#setVersion() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set作成者名() |
| set取引先分類種別コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set取引先分類種別コード() |
| set取引先分類種別名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.取引先分類種別名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set取引先分類種別名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set更新者名() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#getVersion() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get作成者名() |
| get倉庫コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get倉庫コード() |
| get備考 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get備考() |
| get受注日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.受注日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get受注日() |
| get受注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get受注番号() |
| get受注金額合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.受注金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get受注金額合計() |
| get客先注文番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.客先注文番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get客先注文番号() |
| get希望納期 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.希望納期 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get希望納期() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get更新者名() |
| get消費税合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get消費税合計() |
| get社員コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get社員コード() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get部門コード() |
| get部門開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get部門開始日() |
| get顧客コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get顧客コード() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#get顧客枝番() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#setVersion() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set作成者名() |
| set倉庫コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set倉庫コード() |
| set備考 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set備考() |
| set受注日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.受注日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set受注日() |
| set受注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set受注番号() |
| set受注金額合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.受注金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set受注金額合計() |
| set客先注文番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.客先注文番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set客先注文番号() |
| set希望納期 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.希望納期 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set希望納期() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set更新者名() |
| set消費税合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set消費税合計() |
| set社員コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set社員コード() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set部門コード() |
| set部門開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set部門開始日() |
| set顧客コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set顧客コード() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ#set顧客枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get作成者名() |
| get値引金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.値引金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get値引金額() |
| get出荷指示数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.出荷指示数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get出荷指示数量() |
| get出荷日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.出荷日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get出荷日() |
| get出荷済数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.出荷済数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get出荷済数量() |
| get受注数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.受注数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get受注数量() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get商品コード() |
| get商品名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get商品名() |
| get完了フラグ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.完了フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get完了フラグ() |
| get引当数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.引当数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get引当数量() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get更新者名() |
| get消費税率 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.消費税率 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get消費税率() |
| get納期 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.納期 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get納期() |
| get販売単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get販売単価() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set作成者名() |
| set値引金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.値引金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set値引金額() |
| set出荷指示数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.出荷指示数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set出荷指示数量() |
| set出荷日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.出荷日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set出荷日() |
| set出荷済数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.出荷済数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set出荷済数量() |
| set受注数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.受注数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set受注数量() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set商品コード() |
| set商品名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set商品名() |
| set完了フラグ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.完了フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set完了フラグ() |
| set引当数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.引当数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set引当数量() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set更新者名() |
| set消費税率 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.消費税率 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set消費税率() |
| set納期 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.納期 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set納期() |
| set販売単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set販売単価() |
| get受注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#get受注番号() |
| get受注行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.受注データ明細.受注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#get受注行番号() |
| set受注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#set受注番号() |
| set受注行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.受注データ明細.受注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#set受注行番号() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#getVersion() |
| get仕入先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入先コード() |
| get仕入先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入先枝番() |
| get仕入単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.仕入単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入単価() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get作成者名() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品コード() |
| get商品分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品分類コード() |
| get商品区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品区分() |
| get商品名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品名カナ() |
| get商品正式名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品正式名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品正式名() |
| get商品略称 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品略称 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品略称() |
| get在庫引当区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.在庫引当区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get在庫引当区分() |
| get在庫管理対象区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.在庫管理対象区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get在庫管理対象区分() |
| get売上原価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.売上原価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get売上原価() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get更新者名() |
| get税区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.税区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get税区分() |
| get製品型番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.製品型番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get製品型番() |
| get販売単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get販売単価() |
| get雑区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get雑区分() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#setVersion() |
| set仕入先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入先コード() |
| set仕入先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入先枝番() |
| set仕入単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.仕入単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入単価() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set作成者名() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品コード() |
| set商品分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品分類コード() |
| set商品区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品区分() |
| set商品名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品名カナ() |
| set商品正式名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品正式名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品正式名() |
| set商品略称 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品略称 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品略称() |
| set在庫引当区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.在庫引当区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set在庫引当区分() |
| set在庫管理対象区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.在庫管理対象区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set在庫管理対象区分() |
| set売上原価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.売上原価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set売上原価() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set更新者名() |
| set税区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.税区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set税区分() |
| set製品型番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.製品型番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set製品型番() |
| set販売単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set販売単価() |
| set雑区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set雑区分() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get作成者名() |
| get商品分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類コード() |
| get商品分類パス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類パス() |
| get商品分類名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類名() |
| get商品分類階層 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類階層() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get更新者名() |
| get最下層区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get最下層区分() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set作成者名() |
| set商品分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類コード() |
| set商品分類パス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類パス() |
| set商品分類名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類名() |
| set商品分類階層 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類階層() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set更新者名() |
| set最下層区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set最下層区分() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#getVersion() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get作成者名() |
| get実在庫数 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.実在庫数 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get実在庫数() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get更新者名() |
| get最終出荷日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.最終出荷日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get最終出荷日() |
| get有効在庫数 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.有効在庫数 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get有効在庫数() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#setVersion() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set作成者名() |
| set実在庫数 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.実在庫数 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set実在庫数() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set更新者名() |
| set最終出荷日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.最終出荷日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set最終出荷日() |
| set有効在庫数 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.有効在庫数 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set有効在庫数() |
| getロット番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.ロット番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#getロット番号() |
| get倉庫コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get倉庫コード() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get商品コード() |
| get在庫区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.在庫区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get在庫区分() |
| get良品区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.在庫データ.良品区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get良品区分() |
| setロット番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.ロット番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#setロット番号() |
| set倉庫コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set倉庫コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set商品コード() |
| set在庫区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.在庫区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set在庫区分() |
| set良品区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.在庫データ.良品区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set良品区分() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get作成者名() |
| get地域コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get地域コード() |
| get地域名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.地域名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get地域名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set作成者名() |
| set地域コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set地域コード() |
| set地域名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.地域名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set地域名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set更新者名() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#getVersion() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get作成者名() |
| get備考 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get備考() |
| get元伝票番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.元伝票番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get元伝票番号() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get取引先コード() |
| get受注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get受注番号() |
| get売上区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.売上区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上区分() |
| get売上日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.売上日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上日() |
| get売上番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.売上番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上番号() |
| get売上金額合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.売上金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上金額合計() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get更新者名() |
| get消費税合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get消費税合計() |
| get社員コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get社員コード() |
| get赤黒伝票番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.赤黒伝票番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get赤黒伝票番号() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get部門コード() |
| get部門開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get部門開始日() |
| get顧客コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get顧客コード() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#get顧客枝番() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#setVersion() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set作成者名() |
| set備考 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set備考() |
| set元伝票番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.元伝票番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set元伝票番号() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set取引先コード() |
| set受注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set受注番号() |
| set売上区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.売上区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上区分() |
| set売上日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.売上日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上日() |
| set売上番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.売上番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上番号() |
| set売上金額合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.売上金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上金額合計() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set更新者名() |
| set消費税合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set消費税合計() |
| set社員コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set社員コード() |
| set赤黒伝票番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.赤黒伝票番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set赤黒伝票番号() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set部門コード() |
| set部門開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set部門開始日() |
| set顧客コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set顧客コード() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ#set顧客枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get作成者名() |
| get値引金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.値引金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get値引金額() |
| get出荷数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.出荷数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get出荷数量() |
| get受注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get受注番号() |
| get受注行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.受注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get受注行番号() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get商品コード() |
| get商品名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get商品名() |
| get売上数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.売上数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get売上数量() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get更新者名() |
| get消費税率 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.消費税率 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get消費税率() |
| get自動仕訳日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.自動仕訳日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get自動仕訳日() |
| get請求日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.請求日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get請求日() |
| get請求番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.請求番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get請求番号() |
| get請求遅延区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.請求遅延区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get請求遅延区分() |
| get販売単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get販売単価() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set作成者名() |
| set値引金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.値引金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set値引金額() |
| set出荷数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.出荷数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set出荷数量() |
| set受注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set受注番号() |
| set受注行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.受注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set受注行番号() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set商品コード() |
| set商品名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set商品名() |
| set売上数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.売上数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set売上数量() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set更新者名() |
| set消費税率 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.消費税率 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set消費税率() |
| set自動仕訳日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.自動仕訳日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set自動仕訳日() |
| set請求日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.請求日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set請求日() |
| set請求番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.請求番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set請求番号() |
| set請求遅延区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.請求遅延区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set請求遅延区分() |
| set販売単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set販売単価() |
| get売上番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.売上番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#get売上番号() |
| get売上行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.売上データ明細.売上行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#get売上行番号() |
| set売上番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.売上番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#set売上番号() |
| set売上行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.売上データ明細.売上行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#set売上行番号() |
| get仕入先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get仕入先コード() |
| get仕入先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get仕入先枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get作成者名() |
| get支払完了フラグ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.支払完了フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払完了フラグ() |
| get支払方法区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.支払方法区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払方法区分() |
| get支払日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.支払日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払日() |
| get支払番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.支払番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払番号() |
| get支払金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.支払金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払金額() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get更新者名() |
| get消費税合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get消費税合計() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get部門コード() |
| get部門開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.支払データ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#get部門開始日() |
| set仕入先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set仕入先コード() |
| set仕入先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set仕入先枝番() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set作成者名() |
| set支払完了フラグ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.支払完了フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払完了フラグ() |
| set支払方法区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.支払方法区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払方法区分() |
| set支払日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.支払日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払日() |
| set支払番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.支払番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払番号() |
| set支払金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.支払金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払金額() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set更新者名() |
| set消費税合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set消費税合計() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set部門コード() |
| set部門開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.支払データ.部門開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.支払データ#set部門開始日() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.棚番マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.棚番マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.棚番マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.棚番マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.棚番マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.棚番マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.棚番マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.棚番マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set更新者名() |
| get倉庫コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.棚番マスタ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#get倉庫コード() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.棚番マスタ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#get商品コード() |
| get棚番コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.棚番マスタ.棚番コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#get棚番コード() |
| set倉庫コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.棚番マスタ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#set倉庫コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.棚番マスタ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#set商品コード() |
| set棚番コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.棚番マスタ.棚番コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#set棚番コード() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#getVersion() |
| get仕入先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get仕入先コード() |
| get仕入先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get仕入先枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get作成者名() |
| get倉庫コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get倉庫コード() |
| get備考 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get備考() |
| get受注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get受注番号() |
| get指定納期 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.指定納期 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get指定納期() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get更新者名() |
| get消費税合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get消費税合計() |
| get発注担当者コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.発注担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注担当者コード() |
| get発注日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.発注日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注日() |
| get発注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.発注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注番号() |
| get発注金額合計 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ.発注金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注金額合計() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#setVersion() |
| set仕入先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set仕入先コード() |
| set仕入先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set仕入先枝番() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set作成者名() |
| set倉庫コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.倉庫コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set倉庫コード() |
| set備考 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.備考 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set備考() |
| set受注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set受注番号() |
| set指定納期 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.指定納期 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set指定納期() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set更新者名() |
| set消費税合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.消費税合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set消費税合計() |
| set発注担当者コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.発注担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注担当者コード() |
| set発注日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.発注日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注日() |
| set発注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.発注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注番号() |
| set発注金額合計 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ.発注金額合計 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注金額合計() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get作成者名() |
| get入荷数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.入荷数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get入荷数量() |
| get受注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get受注番号() |
| get受注行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.受注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get受注行番号() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get商品コード() |
| get商品名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get商品名() |
| get完了フラグ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.完了フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get完了フラグ() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get更新者名() |
| get発注単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.発注単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get発注単価() |
| get発注数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.発注数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get発注数量() |
| get発注行表示番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.発注行表示番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get発注行表示番号() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set作成者名() |
| set入荷数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.入荷数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set入荷数量() |
| set受注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.受注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set受注番号() |
| set受注行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.受注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set受注行番号() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set商品コード() |
| set商品名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.商品名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set商品名() |
| set完了フラグ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.完了フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set完了フラグ() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set更新者名() |
| set発注単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.発注単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set発注単価() |
| set発注数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.発注数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set発注数量() |
| set発注行表示番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.発注行表示番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set発注行表示番号() |
| get発注番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.発注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#get発注番号() |
| get発注行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.発注データ明細.発注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#get発注行番号() |
| set発注番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.発注番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#set発注番号() |
| set発注行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.発注データ明細.発注行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#set発注行番号() |
| getFax番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.fax番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getFax番号() |
| getUserId | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getUserId() |
| getパスワード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.パスワード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getパスワード() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get作成者名() |
| get承認権限コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.承認権限コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get承認権限コード() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get更新者名() |
| get社員コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員コード() |
| get社員名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.社員名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員名() |
| get社員名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.社員名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員名カナ() |
| get職種コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.職種コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get職種コード() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get部門コード() |
| get開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get開始日() |
| get電話番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get電話番号() |
| setFax番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.fax番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setFax番号() |
| setUserId | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setUserId() |
| setパスワード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.パスワード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setパスワード() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set作成者名() |
| set承認権限コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.承認権限コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set承認権限コード() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set更新者名() |
| set社員コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員コード() |
| set社員名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.社員名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員名() |
| set社員名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.社員名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員名カナ() |
| set職種コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.職種コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set職種コード() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set部門コード() |
| set開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set開始日() |
| set電話番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set電話番号() |
| get最終伝票番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.自動採番マスタ.最終伝票番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタ#get最終伝票番号() |
| set最終伝票番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.自動採番マスタ.最終伝票番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタ#set最終伝票番号() |
| get伝票種別コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.自動採番マスタ.伝票種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#get伝票種別コード() |
| get年月 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.自動採番マスタ.年月 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#get年月() |
| set伝票種別コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.自動採番マスタ.伝票種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#set伝票種別コード() |
| set年月 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.自動採番マスタ.年月 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#set年月() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get作成者名() |
| get前回入金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.前回入金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get前回入金額() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get取引先コード() |
| get当月入金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.当月入金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get当月入金額() |
| get当月売上額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.当月売上額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get当月売上額() |
| get当月請求額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.当月請求額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get当月請求額() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get更新者名() |
| get消費税金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.消費税金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get消費税金額() |
| get請求日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.請求日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get請求日() |
| get請求消込金額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.請求消込金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get請求消込金額() |
| get請求番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.請求番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get請求番号() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#get顧客枝番() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set作成者名() |
| set前回入金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.前回入金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set前回入金額() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set取引先コード() |
| set当月入金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.当月入金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set当月入金額() |
| set当月売上額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.当月売上額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set当月売上額() |
| set当月請求額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.当月請求額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set当月請求額() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set更新者名() |
| set消費税金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.消費税金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set消費税金額() |
| set請求日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.請求日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set請求日() |
| set請求消込金額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.請求消込金額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set請求消込金額() |
| set請求番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.請求番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set請求番号() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ#set顧客枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ明細.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ明細.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ明細.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ明細.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set更新者名() |
| get売上番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ明細.売上番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#get売上番号() |
| get売上行番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ明細.売上行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#get売上行番号() |
| get請求番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.請求データ明細.請求番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#get請求番号() |
| set売上番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ明細.売上番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#set売上番号() |
| set売上行番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ明細.売上行番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#set売上行番号() |
| set請求番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.請求データ明細.請求番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#set請求番号() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get更新者名() |
| get部品数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.部品数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get部品数量() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set更新者名() |
| set部品数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.部品数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set部品数量() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#get商品コード() |
| get部品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.部品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#get部品コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#set商品コード() |
| set部品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.部品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#set部品コード() |
| get伝票入力可否 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.伝票入力可否 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get伝票入力可否() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get更新者名() |
| get最下層区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get最下層区分() |
| get終了日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.終了日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get終了日() |
| get組織階層 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.組織階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get組織階層() |
| get部門パス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.部門パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get部門パス() |
| get部門名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get部門名() |
| set伝票入力可否 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.伝票入力可否 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set伝票入力可否() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set更新者名() |
| set最下層区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set最下層区分() |
| set終了日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.終了日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set終了日() |
| set組織階層 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.組織階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set組織階層() |
| set部門パス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.部門パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set部門パス() |
| set部門名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set部門名() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#get部門コード() |
| get開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#get開始日() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#set部門コード() |
| set開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#set開始日() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get作成者名() |
| get回収先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.回収先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get回収先コード() |
| get回収先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.回収先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get回収先枝番() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get更新者名() |
| get自社担当者コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.自社担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get自社担当者コード() |
| get請求先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.請求先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get請求先コード() |
| get請求先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.請求先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get請求先枝番() |
| get顧客メールアドレス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客メールアドレス() |
| get顧客住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客住所1() |
| get顧客住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客住所2() |
| get顧客区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客区分() |
| get顧客名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客名() |
| get顧客名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客名カナ() |
| get顧客担当者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客担当者名() |
| get顧客支払方法1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払方法1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払方法1() |
| get顧客支払方法2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払方法2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払方法2() |
| get顧客支払日1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払日1() |
| get顧客支払日2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払日2() |
| get顧客支払月1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払月1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払月1() |
| get顧客支払月2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払月2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払月2() |
| get顧客締日1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客締日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客締日1() |
| get顧客締日2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客締日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客締日2() |
| get顧客請求区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客請求区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客請求区分() |
| get顧客部門名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客部門名() |
| get顧客郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客郵便番号() |
| get顧客都道府県 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客都道府県() |
| get顧客電話番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客電話番号() |
| get顧客fax番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客fax番号() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set作成者名() |
| set回収先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.回収先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set回収先コード() |
| set回収先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.回収先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set回収先枝番() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set更新者名() |
| set自社担当者コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.自社担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set自社担当者コード() |
| set請求先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.請求先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set請求先コード() |
| set請求先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.請求先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set請求先枝番() |
| set顧客メールアドレス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客メールアドレス() |
| set顧客住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客住所1() |
| set顧客住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客住所2() |
| set顧客区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客区分() |
| set顧客名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客名() |
| set顧客名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客名カナ() |
| set顧客担当者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客担当者名() |
| set顧客支払方法1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払方法1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払方法1() |
| set顧客支払方法2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払方法2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払方法2() |
| set顧客支払日1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払日1() |
| set顧客支払日2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払日2() |
| set顧客支払月1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払月1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払月1() |
| set顧客支払月2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払月2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払月2() |
| set顧客締日1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客締日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客締日1() |
| set顧客締日2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客締日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客締日2() |
| set顧客請求区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客請求区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客請求区分() |
| set顧客部門名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客部門名() |
| set顧客郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客郵便番号() |
| set顧客都道府県 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客都道府県() |
| set顧客電話番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客電話番号() |
| set顧客fax番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客fax番号() |
| get顧客コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#get顧客コード() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#get顧客枝番() |
| set顧客コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#set顧客コード() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#set顧客枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get更新者名() |
| get販売単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get販売単価() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set更新者名() |
| set販売単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set販売単価() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#get取引先コード() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#get商品コード() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#set取引先コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#set商品コード() |
| toDataKey | ドメインモデルのキーから在庫データキーに変換 | メソッド | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toDataKey() | |
| toEntity | ドメインモデルから自動生成エンティティに変換 | メソッド | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toEntity() | |
| toEntity | CustomEntityから自動生成エンティティに変換 | メソッド | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toEntity() | |
| toEntityList | CustomEntityのListから自動生成エンティティのListに変換 | メソッド | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toEntityList() | |
| toKey | CustomEntityから在庫データキーに変換 | メソッド | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toKey() | |
| toModel | CustomEntityからドメインモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toModel() | |
| toModelList | CustomEntityのListからドメインモデルのListに変換 | メソッド | com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toModelList() | |
| deleteAll | 全ての入金口座マスタを削除する | メソッド | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#deleteAll() | |
| insert | 入金口座マスタを挿入する | メソッド | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#insert() | |
| selectAll | 全ての入金口座マスタを取得する | メソッド | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#selectAll() | |
| selectByPrimaryKey | 主キーで入金口座マスタを検索する | メソッド | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#selectByPrimaryKey() | |
| updateByPrimaryKeyForOptimisticLock | 楽観的ロックを使用して入金口座マスタを更新する | メソッド | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#updateByPrimaryKeyForOptimisticLock() | |
| mapToDomainModel | 入金口座マスタエンティティをドメインモデルに変換する | メソッド | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountEntityMapper#mapToDomainModel() | |
| mapToEntity | 入金口座マスタドメインモデルをエンティティに変換する | メソッド | com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountEntityMapper#mapToEntity() | |
| mapToCsvModel | 発注ドメインモデルとその明細からCSV形式に変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#mapToCsvModel() | |
| toEntity | ドメインモデルから自動生成モデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toEntity() | |
| toLineEntity | 明細ドメインモデルから自動生成モデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toLineEntity() | |
| toLineModel | 明細CustomEntityからドメインモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toLineModel() | |
| toModel | CustomEntityからドメインモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toModel() | |
| toModelList | CustomEntityのListからドメインモデルのListに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toModelList() | |
| toPurchaseManager | 社員マスタからEmployeeに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toPurchaseManager() | |
| toSupplier | 仕入先マスタからSupplierに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toSupplier() | |
| mapToCsvModel | ドメインモデルからCSVモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#mapToCsvModel() | |
| toEntity | ドメインモデルから自動生成モデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#toEntity() | |
| toModel | CustomEntityからドメインモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#toModel() | |
| toModelList | CustomEntityのListからドメインモデルのListに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#toModelList() | |
| mapToCsvModel | PurchaseとPurchaseLineからCSVモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#mapToCsvModel() | |
| toEntity | ドメインモデルから自動生成モデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toEntity() | |
| toLineEntity | 明細ドメインモデルから自動生成モデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toLineEntity() | |
| toLineModel | 明細CustomEntityからドメインモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toLineModel() | |
| toModel | CustomEntityからドメインモデルに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toModel() | |
| toModelList | CustomEntityのListからドメインモデルのListに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toModelList() | |
| toPurchaseManager | 社員マスタからEmployeeに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toPurchaseManager() | |
| toSupplier | 仕入先マスタからSupplierに変換 | メソッド | com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toSupplier() | |
| mapToDomainModel | エンティティからドメインモデルへの変換 | メソッド | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToDomainModel() | |
| mapToEntity | ドメインモデルからエンティティへの変換 | メソッド | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToEntity() | |
| mapToEntity | ドメインモデルからエンティティへの変換(明細) | メソッド | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToEntity() | |
| mapToKey | 明細キーの作成 | メソッド | com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToKey() | |
| deleteAll | 全ての入金データを削除する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#deleteAll() | |
| insert | 入金データを挿入する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#insert() | |
| selectAll | 全ての入金データを取得する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectAll() | |
| selectByAccount | 入金口座コードで入金データを検索する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectByAccount() | |
| selectByCustomer | 顧客コードで入金データを検索する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectByCustomer() | |
| selectByPrimaryKey | 主キーで入金データを検索する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectByPrimaryKey() | |
| updateByPrimaryKeyForOptimisticLock | 楽観的ロックを使用して入金データを更新する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#updateByPrimaryKeyForOptimisticLock() | |
| mapToDomainModel | 入金データエンティティをドメインモデルに変換する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToDomainModel() | |
| mapToDomainModel | 入金口座マスタエンティティをドメインモデルに変換する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToDomainModel() | |
| mapToEntity | 入金データドメインモデルをエンティティに変換する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToEntity() | |
| mapToEntity | 入金口座マスタドメインモデルをエンティティに変換する | メソッド | com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToEntity() | |
| loginForm | ログインフォーム表示 | メソッド | com.example.sms.presentation.LoginController#loginForm() | |
| mapStringToCode | Maps a string value to a code using the provided mapper function. | Returns null if the input value is null. | メソッド | com.example.sms.presentation.ResourceDTOMapperHelper#mapStringToCode() |
| from | Inventory エンティティをリソースにマッピングするメソッド | メソッド | com.example.sms.presentation.api.inventory.InventoryResource#from() | |
| convertToCriteria | InventoryCriteriaResource を InventoryCriteria に変換 | メソッド | com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper#convertToCriteria() | |
| convertToEntity | InventoryResource を Inventory エンティティに変換 | メソッド | com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper#convertToEntity() | |
| convertToResource | Inventory エンティティを InventoryResource に変換 | メソッド | com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper#convertToResource() | |
| convertToCriteria | PurchasePaymentCriteriaResource を PurchasePaymentCriteria に変換 | メソッド | com.example.sms.presentation.api.procurement.payment.PurchasePaymentResourceDTOMapper#convertToCriteria() | |
| from | InvoiceLine エンティティを InvoiceLineResource に変換するメソッド | メソッド | com.example.sms.presentation.api.sales.invoice.InvoiceLineResource#from() | |
| from | InvoiceLine のリストを InvoiceLineResource のリストに変換するメソッド | メソッド | com.example.sms.presentation.api.sales.invoice.InvoiceLineResource#from() | |
| from | Invoice エンティティをリソースにマッピングするメソッド | メソッド | com.example.sms.presentation.api.sales.invoice.InvoiceResource#from() | |
| convertToCriteria | InvoiceCriteriaResource を InvoiceCriteria に変換 | メソッド | com.example.sms.presentation.api.sales.invoice.InvoiceResourceDTOMapper#convertToCriteria() | |
| convertToEntity | InvoiceResource を Invoice エンティティに変換 | メソッド | com.example.sms.presentation.api.sales.invoice.InvoiceResourceDTOMapper#convertToEntity() | |
| convertToResource | Invoice エンティティを InvoiceResource に変換 | メソッド | com.example.sms.presentation.api.sales.invoice.InvoiceResourceDTOMapper#convertToResource() | |
| convertToCriteria | PaymentReceivedCriteriaResource を PaymentReceivedCriteria に変換 | メソッド | com.example.sms.presentation.api.sales.payment.PaymentReceivedResourceDTOMapper#convertToCriteria() | |
| from | SalesLine エンティティを SalesLineResource に変換するメソッド | メソッド | com.example.sms.presentation.api.sales.sales.SalesLineResource#from() | |
| from | SalesLine のリストを SalesLineResource のリストに変換するメソッド | メソッド | com.example.sms.presentation.api.sales.sales.SalesLineResource#from() | |
| from | Sales エンティティをリソースにマッピングするメソッド | メソッド | com.example.sms.presentation.api.sales.sales.SalesResource#from() | |
| convertToEntity | SalesResource を Sales エンティティに変換 | メソッド | com.example.sms.presentation.api.sales.sales.SalesResourceDTOMapper#convertToEntity() | |
| convertToResource | Sales エンティティを SalesResource に変換 | メソッド | com.example.sms.presentation.api.sales.sales.SalesResourceDTOMapper#convertToResource() | |
| from | Shipping エンティティをリソースにマッピングするメソッド | メソッド | com.example.sms.presentation.api.sales.shipping.ShippingResource#from() | |
| convertToCriteria | ShippingCriteriaResource を ShippingCriteria に変換 | メソッド | com.example.sms.presentation.api.sales.shipping.ShippingResourceDTOMapper#convertToCriteria() | |
| convertToEntity | ShippingResource を Shipping エンティティに変換 | メソッド | com.example.sms.presentation.api.sales.shipping.ShippingResourceDTOMapper#convertToEntity() | |
| availableOnly | 利用可能在庫のみの検索条件を作成 | メソッド | com.example.sms.service.inventory.InventoryCriteria#availableOnly() | |
| byProductCode | 商品コードでフィルタリングする検索条件を作成 | メソッド | com.example.sms.service.inventory.InventoryCriteria#byProductCode() | |
| byWarehouseCode | 倉庫コードでフィルタリングする検索条件を作成 | メソッド | com.example.sms.service.inventory.InventoryCriteria#byWarehouseCode() | |
| empty | 空の検索条件を作成 | メソッド | com.example.sms.service.inventory.InventoryCriteria#empty() | |
| stockOnly | 在庫ありのみの検索条件を作成 | メソッド | com.example.sms.service.inventory.InventoryCriteria#stockOnly() | |
| toMap | 検索条件をMapに変換 | メソッド | com.example.sms.service.inventory.InventoryCriteria#toMap() | |
| delete | 在庫を削除 | メソッド | com.example.sms.service.inventory.InventoryRepository#delete() | |
| deleteAll | 全在庫を削除 | メソッド | com.example.sms.service.inventory.InventoryRepository#deleteAll() | |
| findByKey | 在庫キーで検索 | メソッド | com.example.sms.service.inventory.InventoryRepository#findByKey() | |
| save | 在庫を保存 | メソッド | com.example.sms.service.inventory.InventoryRepository#save() | |
| searchByCriteria | 条件で在庫を検索 | メソッド | com.example.sms.service.inventory.InventoryRepository#searchByCriteria() | |
| searchWithPageInfo | 条件で在庫をページ情報付きで検索 | メソッド | com.example.sms.service.inventory.InventoryRepository#searchWithPageInfo() | |
| selectAll | 全在庫を取得 | メソッド | com.example.sms.service.inventory.InventoryRepository#selectAll() | |
| selectAllWithPageInfo | 全在庫をページ情報付きで取得 | メソッド | com.example.sms.service.inventory.InventoryRepository#selectAllWithPageInfo() | |
| adjustStock | 在庫調整 | メソッド | com.example.sms.service.inventory.InventoryService#adjustStock() | |
| convertFromCsv | CSVデータからInventoryオブジェクトのリストに変換 | メソッド | com.example.sms.service.inventory.InventoryService#convertFromCsv() | |
| delete | 在庫削除 | メソッド | com.example.sms.service.inventory.InventoryService#delete() | |
| findAll | 在庫検索 | メソッド | com.example.sms.service.inventory.InventoryService#findAll() | |
| findAllWithPageInfo | 在庫検索(ページネーション) | メソッド | com.example.sms.service.inventory.InventoryService#findAllWithPageInfo() | |
| findByKey | 在庫検索 | メソッド | com.example.sms.service.inventory.InventoryService#findByKey() | |
| processShipment | 出荷完了イベントを処理して在庫を減らす | メソッド | com.example.sms.service.inventory.InventoryService#processShipment() | |
| receiveStock | 在庫受入 | メソッド | com.example.sms.service.inventory.InventoryService#receiveStock() | |
| register | 在庫登録 | メソッド | com.example.sms.service.inventory.InventoryService#register() | |
| reserveStock | 在庫予約 | メソッド | com.example.sms.service.inventory.InventoryService#reserveStock() | |
| searchByCriteria | 在庫検索(検索条件) | メソッド | com.example.sms.service.inventory.InventoryService#searchByCriteria() | |
| searchWithPageInfo | 在庫検索(検索条件・ページネーション) | メソッド | com.example.sms.service.inventory.InventoryService#searchWithPageInfo() | |
| shipStock | 在庫出荷 | メソッド | com.example.sms.service.inventory.InventoryService#shipStock() | |
| update | 在庫更新 | メソッド | com.example.sms.service.inventory.InventoryService#update() | |
| uploadCsvFile | 在庫一括登録 | メソッド | com.example.sms.service.inventory.InventoryService#uploadCsvFile() | |
| validateErrors | CSVファイルアップロードバリデーション | メソッド | com.example.sms.service.inventory.InventoryService#validateErrors() | |
| delete | 部門削除 | メソッド | com.example.sms.service.master.department.DepartmentService#delete() | |
| find | 部門検索 (部門ID) | メソッド | com.example.sms.service.master.department.DepartmentService#find() | |
| findByCode | 部門検索(部門コード) | メソッド | com.example.sms.service.master.department.DepartmentService#findByCode() | |
| register | 部門新規登録 | メソッド | com.example.sms.service.master.department.DepartmentService#register() | |
| save | 部門情報編集 | メソッド | com.example.sms.service.master.department.DepartmentService#save() | |
| save | 部門情報編集(社員追加・削除) | メソッド | com.example.sms.service.master.department.DepartmentService#save() | |
| searchWithPageInfo | 部門検索 | メソッド | com.example.sms.service.master.department.DepartmentService#searchWithPageInfo() | |
| selectAll | 部門一覧 | メソッド | com.example.sms.service.master.department.DepartmentService#selectAll() | |
| selectAllWithPageInfo | 部門一覧(ページング) | メソッド | com.example.sms.service.master.department.DepartmentService#selectAllWithPageInfo() | |
| delete | 社員削除 | メソッド | com.example.sms.service.master.employee.EmployeeService#delete() | |
| find | 社員検索 | メソッド | com.example.sms.service.master.employee.EmployeeService#find() | |
| register | 社員新規登録 | メソッド | com.example.sms.service.master.employee.EmployeeService#register() | |
| save | 社員情報編集 | メソッド | com.example.sms.service.master.employee.EmployeeService#save() | |
| searchWithPageInfo | 社員検索(ページング) | メソッド | com.example.sms.service.master.employee.EmployeeService#searchWithPageInfo() | |
| selectAll | 社員一覧 | メソッド | com.example.sms.service.master.employee.EmployeeService#selectAll() | |
| selectAllWithPageInfo | 社員一覧(ページング) | メソッド | com.example.sms.service.master.employee.EmployeeService#selectAllWithPageInfo() | |
| delete | 棚番削除 | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#delete() | |
| delete | 棚番削除 (ドメインキー) | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#delete() | |
| find | 棚番検索 (複合キー) | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#find() | |
| find | 棚番検索 (ドメインキー) | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#find() | |
| findByLocationNumberCode | 棚番検索(棚番コード) | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#findByLocationNumberCode() | |
| findByWarehouseCode | 棚番検索(倉庫コード) | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#findByWarehouseCode() | |
| register | 棚番新規登録 | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#register() | |
| save | 棚番情報編集 | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#save() | |
| searchWithPageInfo | 棚番検索 | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#searchWithPageInfo() | |
| selectAll | 棚番一覧 | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#selectAll() | |
| selectAllWithPageInfo | 棚番一覧(ページング) | メソッド | com.example.sms.service.master.locationnumber.LocationNumberService#selectAllWithPageInfo() | |
| delete | 顧客削除 | メソッド | com.example.sms.service.master.partner.CustomerService#delete() | |
| find | 顧客検索 | メソッド | com.example.sms.service.master.partner.CustomerService#find() | |
| register | 顧客新規登録 | メソッド | com.example.sms.service.master.partner.CustomerService#register() | |
| save | 顧客情報編集 | メソッド | com.example.sms.service.master.partner.CustomerService#save() | |
| searchWithPageInfo | 顧客検索 (ページング) | メソッド | com.example.sms.service.master.partner.CustomerService#searchWithPageInfo() | |
| selectAll | 顧客一覧 | メソッド | com.example.sms.service.master.partner.CustomerService#selectAll() | |
| selectAllWithPageInfo | 顧客一覧 (ページング) | メソッド | com.example.sms.service.master.partner.CustomerService#selectAllWithPageInfo() | |
| delete | 取引先分類種別削除 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#delete() | |
| find | 取引先分類種別検索 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#find() | |
| register | 取引先分類種別新規登録 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#register() | |
| save | 取引先分類種別情報編集 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#save() | |
| searchWithPageInfo | 取引先分類種別検索 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#searchWithPageInfo() | |
| selectAll | 取引先分類種別一覧 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#selectAll() | |
| selectAllWithPageInfo | 取引先分類種別一覧 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#selectAllWithPageInfo() | |
| delete | 取引先グループ削除 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#delete() | |
| find | 取引先グループ検索 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#find() | |
| register | 取引先グループ新規登録 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#register() | |
| save | 取引先グループ情報編集 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#save() | |
| searchWithPageInfo | 商品検索 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerGroupService#searchWithPageInfo() | |
| selectAll | 取引先グループ一覧 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#selectAll() | |
| selectAllWithPageInfo | 取引先グループ一覧 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerGroupService#selectAllWithPageInfo() | |
| delete | 取引先削除 | メソッド | com.example.sms.service.master.partner.PartnerService#delete() | |
| find | 取引先検索 | メソッド | com.example.sms.service.master.partner.PartnerService#find() | |
| register | 取引先新規登録 | メソッド | com.example.sms.service.master.partner.PartnerService#register() | |
| save | 取引先情報編集 | メソッド | com.example.sms.service.master.partner.PartnerService#save() | |
| searchWithPageInfo | 取引先検索 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerService#searchWithPageInfo() | |
| selectAll | 取引先一覧 | メソッド | com.example.sms.service.master.partner.PartnerService#selectAll() | |
| selectAllWithPageInfo | 取引先一覧 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerService#selectAllWithPageInfo() | |
| delete | 仕入先削除 | メソッド | com.example.sms.service.master.partner.VendorService#delete() | |
| find | 仕入先検索 | メソッド | com.example.sms.service.master.partner.VendorService#find() | |
| register | 仕入先新規登録 | メソッド | com.example.sms.service.master.partner.VendorService#register() | |
| save | 仕入先情報編集 | メソッド | com.example.sms.service.master.partner.VendorService#save() | |
| searchWithPageInfo | 仕入先検索 (ページング) | メソッド | com.example.sms.service.master.partner.VendorService#searchWithPageInfo() | |
| selectAll | 仕入先一覧 | メソッド | com.example.sms.service.master.partner.VendorService#selectAll() | |
| selectAllWithPageInfo | 仕入先一覧 (ページング) | メソッド | com.example.sms.service.master.partner.VendorService#selectAllWithPageInfo() | |
| delete | 入金口座マスタを削除する | メソッド | com.example.sms.service.master.payment.PaymentAccountRepository#delete() | |
| deleteAll | 全ての入金データを削除する | メソッド | com.example.sms.service.master.payment.PaymentAccountRepository#deleteAll() | |
| findById | 入金口座コードで入金口座マスタを検索する | メソッド | com.example.sms.service.master.payment.PaymentAccountRepository#findById() | |
| save | 入金口座マスタを保存する | メソッド | com.example.sms.service.master.payment.PaymentAccountRepository#save() | |
| searchWithPageInfo | 検索条件に基づいて入金口座を検索し、ページング情報付きで結果を返す | メソッド | com.example.sms.service.master.payment.PaymentAccountRepository#searchWithPageInfo() | |
| selectAll | 全ての入金口座マスタを取得する | メソッド | com.example.sms.service.master.payment.PaymentAccountRepository#selectAll() | |
| selectAllWithPageInfo | ページング情報付きで全ての入金口座を取得する | メソッド | com.example.sms.service.master.payment.PaymentAccountRepository#selectAllWithPageInfo() | |
| delete | 入金口座マスタを削除する | メソッド | com.example.sms.service.master.payment.PaymentAccountService#delete() | |
| deleteAll | 全ての入金データを削除する | メソッド | com.example.sms.service.master.payment.PaymentAccountService#deleteAll() | |
| findById | 入金口座コードで入金口座マスタを検索する | メソッド | com.example.sms.service.master.payment.PaymentAccountService#findById() | |
| register | 入金口座マスタを新規登録する | メソッド | com.example.sms.service.master.payment.PaymentAccountService#register() | |
| save | 入金口座マスタを保存する | メソッド | com.example.sms.service.master.payment.PaymentAccountService#save() | |
| searchWithPageInfo | 検索条件に基づいて入金口座を検索し、ページング情報付きで結果を返す | メソッド | com.example.sms.service.master.payment.PaymentAccountService#searchWithPageInfo() | |
| selectAll | 全ての入金口座マスタを取得する | メソッド | com.example.sms.service.master.payment.PaymentAccountService#selectAll() | |
| selectAllWithPageInfo | ページング情報付きで全ての入金口座を取得する | メソッド | com.example.sms.service.master.payment.PaymentAccountService#selectAllWithPageInfo() | |
| delete | 商品削除 | メソッド | com.example.sms.service.master.product.ProductService#delete() | |
| deleteCategory | 商品分類削除 | メソッド | com.example.sms.service.master.product.ProductService#deleteCategory() | |
| find | 商品検索 | メソッド | com.example.sms.service.master.product.ProductService#find() | |
| findCategory | 商品分類検索 | メソッド | com.example.sms.service.master.product.ProductService#findCategory() | |
| register | 商品新規登録 | メソッド | com.example.sms.service.master.product.ProductService#register() | |
| registerCategory | 商品分類新規登録 | メソッド | com.example.sms.service.master.product.ProductService#registerCategory() | |
| save | 商品情報編集 | メソッド | com.example.sms.service.master.product.ProductService#save() | |
| saveCategory | 商品分類情報編集 | メソッド | com.example.sms.service.master.product.ProductService#saveCategory() | |
| saveCategory | 商品分類情報編集(商品追加、削除) | メソッド | com.example.sms.service.master.product.ProductService#saveCategory() | |
| searchProductCategoryWithPageInfo | 商品分類検索(ページング) | メソッド | com.example.sms.service.master.product.ProductService#searchProductCategoryWithPageInfo() | |
| searchProductWithPageInfo | 商品検索 (ページング) | メソッド | com.example.sms.service.master.product.ProductService#searchProductWithPageInfo() | |
| selectAll | 商品一覧 | メソッド | com.example.sms.service.master.product.ProductService#selectAll() | |
| selectAllBomsWithPageInfo | 部品一覧(ページング) | メソッド | com.example.sms.service.master.product.ProductService#selectAllBomsWithPageInfo() | |
| selectAllCategory | 商品分類一覧 | メソッド | com.example.sms.service.master.product.ProductService#selectAllCategory() | |
| selectAllCategoryWithPageInfo | 商品分類一覧(ページング) | メソッド | com.example.sms.service.master.product.ProductService#selectAllCategoryWithPageInfo() | |
| selectAllWithPageInfo | 商品一覧(ページング) | メソッド | com.example.sms.service.master.product.ProductService#selectAllWithPageInfo() | |
| delete | 地域を削除 | メソッド | com.example.sms.service.master.region.RegionService#delete() | |
| find | 地域検索 | メソッド | com.example.sms.service.master.region.RegionService#find() | |
| register | 地域新規登録 | メソッド | com.example.sms.service.master.region.RegionService#register() | |
| save | 地域情報を編集 | メソッド | com.example.sms.service.master.region.RegionService#save() | |
| searchWithPageInfo | 地域検索 (ページング) | メソッド | com.example.sms.service.master.region.RegionService#searchWithPageInfo() | |
| selectAll | 地域一覧を取得 | メソッド | com.example.sms.service.master.region.RegionService#selectAll() | |
| selectAllWithPageInfo | 地域一覧をページングで取得 | メソッド | com.example.sms.service.master.region.RegionService#selectAllWithPageInfo() | |
| delete | 倉庫削除 | メソッド | com.example.sms.service.master.warehouse.WarehouseService#delete() | |
| find | 倉庫検索 (倉庫コード) | メソッド | com.example.sms.service.master.warehouse.WarehouseService#find() | |
| findByCode | 倉庫検索(倉庫コード) | メソッド | com.example.sms.service.master.warehouse.WarehouseService#findByCode() | |
| register | 倉庫新規登録 | メソッド | com.example.sms.service.master.warehouse.WarehouseService#register() | |
| save | 倉庫情報編集 | メソッド | com.example.sms.service.master.warehouse.WarehouseService#save() | |
| searchWithPageInfo | 倉庫検索 | メソッド | com.example.sms.service.master.warehouse.WarehouseService#searchWithPageInfo() | |
| selectAll | 倉庫一覧 | メソッド | com.example.sms.service.master.warehouse.WarehouseService#selectAll() | |
| selectAllWithPageInfo | 倉庫一覧(ページング) | メソッド | com.example.sms.service.master.warehouse.WarehouseService#selectAllWithPageInfo() | |
| toMap | MapperのselectByCriteria用のMapに変換 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderCriteria#toMap() | |
| delete | 発注削除 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderRepository#delete() | |
| deleteAll | 全削除(テスト用) | メソッド | com.example.sms.service.procurement.order.PurchaseOrderRepository#deleteAll() | |
| findByCompletionFlag | 完了フラグで検索 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderRepository#findByCompletionFlag() | |
| findByPurchaseOrderNumber | 発注番号で検索 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderRepository#findByPurchaseOrderNumber() | |
| save | 発注保存 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderRepository#save() | |
| searchWithPageInfo | 検索条件で検索(ページング) | メソッド | com.example.sms.service.procurement.order.PurchaseOrderRepository#searchWithPageInfo() | |
| selectAllWithPageInfo | 全件検索(ページング) | メソッド | com.example.sms.service.procurement.order.PurchaseOrderRepository#selectAllWithPageInfo() | |
| calculateTotalConsumptionTax | 発注消費税合計計算 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#calculateTotalConsumptionTax() | |
| calculateTotalPurchaseAmount | 発注金額合計計算 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#calculateTotalPurchaseAmount() | |
| checkEntityExistence | マスタデータ存在チェック | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#checkEntityExistence() | |
| checkRule | 発注ルールチェック | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#checkRule() | |
| convert | CSVデータをPurchaseOrderListに変換 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#convert() | |
| delete | 発注削除 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#delete() | |
| find | 発注検索 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#find() | |
| generatePurchaseOrderNumber | 発注番号生成(日付指定版) | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#generatePurchaseOrderNumber() | |
| generatePurchaseOrderNumber | 発注番号生成 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#generatePurchaseOrderNumber() | |
| register | 発注新規登録 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#register() | |
| save | 発注編集 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#save() | |
| searchPurchaseOrderWithPageInfo | 発注検索(ページング) | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#searchPurchaseOrderWithPageInfo() | |
| selectAll | 発注一覧 | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#selectAll() | |
| selectAllWithPageInfo | 発注一覧(ページング) | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#selectAllWithPageInfo() | |
| uploadCsvFile | CSVファイルアップロード | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#uploadCsvFile() | |
| validateErrors | CSVファイルアップロードバリデーション | メソッド | com.example.sms.service.procurement.order.PurchaseOrderService#validateErrors() | |
| toMap | MapperのselectByCriteria用のMapに変換 | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentCriteria#toMap() | |
| delete | 支払削除 | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentRepository#delete() | |
| deleteAll | 全削除(テスト用) | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentRepository#deleteAll() | |
| findByPaymentNumber | 支払番号で検索 | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentRepository#findByPaymentNumber() | |
| save | 支払保存 | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentRepository#save() | |
| searchWithPageInfo | 検索条件で検索(ページング) | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentRepository#searchWithPageInfo() | |
| selectAllWithPageInfo | 全件検索(ページング) | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentRepository#selectAllWithPageInfo() | |
| aggregate | 仕入データから支払データを集計する | 仕入先ごとに当月の仕入金額を合計して支払データを作成する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#aggregate() |
| delete | 支払データを削除する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#delete() | |
| deleteAll | 全ての支払データを削除する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#deleteAll() | |
| findByPaymentNumber | 支払番号で支払データを検索する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#findByPaymentNumber() | |
| register | 支払データを新規登録する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#register() | |
| registerPurchasePaymentApplication | 仕入データリストから支払データを登録する | 同じ仕入先の仕入データを集計して1つの支払データを作成 | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#registerPurchasePaymentApplication() |
| save | 支払データを保存する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#save() | |
| searchWithPageInfo | 検索条件に基づいて支払データを検索する(ページング付き) | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#searchWithPageInfo() | |
| selectAll | 全ての支払データを取得する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#selectAll() | |
| selectAllWithPageInfo | ページング情報付きで全ての支払データを取得する | メソッド | com.example.sms.service.procurement.payment.PurchasePaymentService#selectAllWithPageInfo() | |
| toMap | MapperのselectByCriteria用のMapに変換 | メソッド | com.example.sms.service.procurement.purchase.PurchaseCriteria#toMap() | |
| delete | 仕入削除 | メソッド | com.example.sms.service.procurement.purchase.PurchaseRepository#delete() | |
| deleteAll | 全削除(テスト用) | メソッド | com.example.sms.service.procurement.purchase.PurchaseRepository#deleteAll() | |
| findByPurchaseNumber | 仕入番号で検索 | メソッド | com.example.sms.service.procurement.purchase.PurchaseRepository#findByPurchaseNumber() | |
| save | 仕入保存 | メソッド | com.example.sms.service.procurement.purchase.PurchaseRepository#save() | |
| searchWithPageInfo | 検索条件で検索(ページング) | メソッド | com.example.sms.service.procurement.purchase.PurchaseRepository#searchWithPageInfo() | |
| selectAllWithPageInfo | 全件検索(ページング) | メソッド | com.example.sms.service.procurement.purchase.PurchaseRepository#selectAllWithPageInfo() | |
| checkRule | 仕入ルールチェック | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#checkRule() | |
| delete | 仕入削除 | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#delete() | |
| find | 仕入検索 | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#find() | |
| generatePurchaseNumber | 仕入番号生成 | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#generatePurchaseNumber() | |
| register | 仕入新規登録 | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#register() | |
| save | 仕入編集 | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#save() | |
| searchPurchaseWithPageInfo | 仕入検索(ページング) | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#searchPurchaseWithPageInfo() | |
| selectAll | 仕入一覧 | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#selectAll() | |
| selectAllWithPageInfo | 仕入一覧(ページング) | メソッド | com.example.sms.service.procurement.purchase.PurchaseService#selectAllWithPageInfo() | |
| calculateClosingDate | 締め日を計算する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#calculateClosingDate() | |
| calculateInvoiceDate | 請求日を計算する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#calculateInvoiceDate() | |
| createFrom | 売上リストから締請求処理用のプロセッサを作成する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#createFrom() | |
| createInvoice | 請求を作成する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#createInvoice() | |
| createInvoiceLines | 請求明細を作成する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#createInvoiceLines() | |
| determineBillingPeriod | 請求期間を決定する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#determineBillingPeriod() | |
| filterSalesForBilling | 請求対象の売上を抽出する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#filterSalesForBilling() | |
| getInvoiceList | 処理結果の請求リストを取得する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#getInvoiceList() | |
| getUpdatedSalesList | 処理結果の更新された売上リストを取得する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#getUpdatedSalesList() | |
| process | 請求処理を実行する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#process() | |
| processBilling | 請求処理を実行する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#processBilling() | |
| processClosingInvoice | 締め請求処理を実行する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#processClosingInvoice() | |
| updateSales | 売上を更新する | メソッド | com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#updateSales() | |
| aggregate | 請求データを集計 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#aggregate() | |
| consolidatedBilling | 締請求 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#consolidatedBilling() | |
| delete | 請求を削除 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#delete() | |
| find | 請求をIDで検索 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#find() | |
| generateInvoiceNumber | 請求番号を生成する | メソッド | com.example.sms.service.sales.invoice.InvoiceService#generateInvoiceNumber() | |
| getCurrentDateTime | 現在の日時を取得する(時分秒は0に設定) | メソッド | com.example.sms.service.sales.invoice.InvoiceService#getCurrentDateTime() | |
| register | 請求を新規登録 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#register() | |
| save | 請求情報を編集 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#save() | |
| save | 請求一覧を保存 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#save() | |
| searchWithPageInfo | 条件付きで請求を検索(ページング付き) | メソッド | com.example.sms.service.sales.invoice.InvoiceService#searchWithPageInfo() | |
| selectAll | 請求一覧を取得 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#selectAll() | |
| selectAllWithPageInfo | 請求一覧をページング付きで取得 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#selectAllWithPageInfo() | |
| spotBilling | 都度請求 | メソッド | com.example.sms.service.sales.invoice.InvoiceService#spotBilling() | |
| createFrom | 売上リストから都度請求処理用のプロセッサを作成する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#createFrom() | |
| createInvoice | 請求を作成する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#createInvoice() | |
| createInvoiceLines | 請求明細を作成する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#createInvoiceLines() | |
| getInvoiceList | 処理結果の請求リストを取得する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#getInvoiceList() | |
| getUpdatedSalesList | 処理結果の更新された売上リストを取得する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#getUpdatedSalesList() | |
| process | 請求処理を実行する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#process() | |
| processSales | 単一の売上に対する請求処理を実行する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#processSales() | |
| updateSales | 売上を更新する | メソッド | com.example.sms.service.sales.invoice.SpotBillingProcessor#updateSales() | |
| checkEntityExistence | マスタデータ存在チェック | メソッド | com.example.sms.service.sales.order.SalesOrderService#checkEntityExistence() | |
| checkRule | 受注ルールチェック | メソッド | com.example.sms.service.sales.order.SalesOrderService#checkRule() | |
| convert | CSVデータをSalesOrderListに変換 | メソッド | com.example.sms.service.sales.order.SalesOrderService#convert() | |
| delete | 受注削除 | メソッド | com.example.sms.service.sales.order.SalesOrderService#delete() | |
| find | 受注検索 | メソッド | com.example.sms.service.sales.order.SalesOrderService#find() | |
| generateOrderNumber | 受注番号生成 | メソッド | com.example.sms.service.sales.order.SalesOrderService#generateOrderNumber() | |
| generateOrderNumber | 受注番号生成 | メソッド | com.example.sms.service.sales.order.SalesOrderService#generateOrderNumber() | |
| register | 受注新規登録 | メソッド | com.example.sms.service.sales.order.SalesOrderService#register() | |
| save | 受注編集 | メソッド | com.example.sms.service.sales.order.SalesOrderService#save() | |
| searchSalesOrderWithPageInfo | 受注検索(ページング) | メソッド | com.example.sms.service.sales.order.SalesOrderService#searchSalesOrderWithPageInfo() | |
| selectAll | 受注一覧 | メソッド | com.example.sms.service.sales.order.SalesOrderService#selectAll() | |
| selectAllWithPageInfo | 受注一覧(ページング) | メソッド | com.example.sms.service.sales.order.SalesOrderService#selectAllWithPageInfo() | |
| uploadCsvFile | CSVファイルアップロード | メソッド | com.example.sms.service.sales.order.SalesOrderService#uploadCsvFile() | |
| validateErrors | CSVファイルアップロードバリデーション | メソッド | com.example.sms.service.sales.order.SalesOrderService#validateErrors() | |
| delete | 入金データを削除する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#delete() | |
| deleteAll | 全ての入金データを削除する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#deleteAll() | |
| findByAccount | 入金口座コードで入金データを検索する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#findByAccount() | |
| findByCustomer | 顧客コードで入金データを検索する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#findByCustomer() | |
| findById | 入金番号で入金データを検索する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#findById() | |
| save | 入金データを保存する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#save() | |
| searchWithPageInfo | 検索条件に基づいて入金データを検索する(ページング付き) | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#searchWithPageInfo() | |
| selectAll | 全ての入金データを取得する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#selectAll() | |
| selectAllWithPageInfo | ページング情報付きで全ての入金データを取得する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedRepository#selectAllWithPageInfo() | |
| delete | 入金データを削除する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#delete() | |
| deleteAll | 全ての入金データを削除する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#deleteAll() | |
| findByAccount | 入金口座コードで入金データを検索する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#findByAccount() | |
| findByCustomer | 顧客コードで入金データを検索する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#findByCustomer() | |
| findById | 入金番号で入金データを検索する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#findById() | |
| register | 入金データを新規登録する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#register() | |
| registerPaymentReceivedApplication | 入金データを登録し、関連する請求書の当月入金額を更新する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#registerPaymentReceivedApplication() | |
| save | 入金データを保存する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#save() | |
| searchWithPageInfo | 検索条件に基づいて入金データを検索する(ページング付き) | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#searchWithPageInfo() | |
| selectAll | 全ての入金データを取得する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#selectAll() | |
| selectAllWithPageInfo | ページング情報付きで全ての入金データを取得する | メソッド | com.example.sms.service.sales.payment.PaymentReceivedService#selectAllWithPageInfo() | |
| aggregate | 売上集計 | メソッド | com.example.sms.service.sales.sales.SalesService#aggregate() | |
| delete | 売上を削除 | メソッド | com.example.sms.service.sales.sales.SalesService#delete() | |
| find | 売上をIDで検索 | メソッド | com.example.sms.service.sales.sales.SalesService#find() | |
| generateSalesNumber | 売上番号を生成する | メソッド | com.example.sms.service.sales.sales.SalesService#generateSalesNumber() | |
| register | 売上を新規登録 | メソッド | com.example.sms.service.sales.sales.SalesService#register() | |
| save | 売上情報を編集 | メソッド | com.example.sms.service.sales.sales.SalesService#save() | |
| searchWithPageInfo | 条件付きで売上を検索(ページング付き) | メソッド | com.example.sms.service.sales.sales.SalesService#searchWithPageInfo() | |
| selectAll | 売上一覧を取得 | メソッド | com.example.sms.service.sales.sales.SalesService#selectAll() | |
| selectAllUnbilled | 売上の請求済みを取得 | メソッド | com.example.sms.service.sales.sales.SalesService#selectAllUnbilled() | |
| selectAllWithPageInfo | 売上一覧をページング付きで取得 | メソッド | com.example.sms.service.sales.sales.SalesService#selectAllWithPageInfo() | |
| handleShippedEvent | 出荷完了時のイベントハンドラー | メソッド | com.example.sms.service.sales.shipping.ShippingEventHandler#handleShippedEvent() | |
| checkRule | 出荷ルールチェック | メソッド | com.example.sms.service.sales.shipping.ShippingService#checkRule() | |
| confirmShipping | 出荷確認 | メソッド | com.example.sms.service.sales.shipping.ShippingService#confirmShipping() | |
| findById | 注文番号で検索 | メソッド | com.example.sms.service.sales.shipping.ShippingService#findById() | |
| orderShipping | 出荷指示 | メソッド | com.example.sms.service.sales.shipping.ShippingService#orderShipping() | |
| save | 出荷情報を保存(新規登録または更新) | メソッド | com.example.sms.service.sales.shipping.ShippingService#save() | |
| search | 出荷情報を検索 | メソッド | com.example.sms.service.sales.shipping.ShippingService#search() | |
| searchWithPageInfo | 条件検索(ページング付き) | メソッド | com.example.sms.service.sales.shipping.ShippingService#searchWithPageInfo() | |
| selectAll | 出荷一覧を取得 | メソッド | com.example.sms.service.sales.shipping.ShippingService#selectAll() | |
| selectAllNotComplete | 未出荷一覧を取得 | メソッド | com.example.sms.service.sales.shipping.ShippingService#selectAllNotComplete() | |
| selectAllWithPageInfo | 出荷一覧をページング付きで取得 | メソッド | com.example.sms.service.sales.shipping.ShippingService#selectAllWithPageInfo() | |
| delete | アプリケーション実行履歴削除 | メソッド | com.example.sms.service.system.audit.AuditService#delete() | |
| end | アプリケーション実行履歴終了 | メソッド | com.example.sms.service.system.audit.AuditService#end() | |
| error | アプリケーション実行履歴エラー | メソッド | com.example.sms.service.system.audit.AuditService#error() | |
| find | アプリケーション実行履歴取得 | メソッド | com.example.sms.service.system.audit.AuditService#find() | |
| register | アプリケーション実行履歴新規登録 | メソッド | com.example.sms.service.system.audit.AuditService#register() | |
| searchWithPageInfo | アプリケーション実行履歴検索 | メソッド | com.example.sms.service.system.audit.AuditService#searchWithPageInfo() | |
| selectAll | アプリケーション実行履歴一覧 | メソッド | com.example.sms.service.system.audit.AuditService#selectAll() | |
| selectAllWithPageInfo | アプリケーション実行履歴一覧(ページング) | メソッド | com.example.sms.service.system.audit.AuditService#selectAllWithPageInfo() | |
| start | アプリケーション実行履歴開始 | メソッド | com.example.sms.service.system.audit.AuditService#start() | |
| authenticateUser | ユーザーJWT認証 | メソッド | com.example.sms.service.system.auth.AuthApiService#authenticateUser() | |
| checkPermission | 権限チェック | メソッド | com.example.sms.service.system.auth.AuthApiService#checkPermission() | |
| getCurrentUserId | 現在のユーザーIDの取得 | メソッド | com.example.sms.service.system.auth.AuthApiService#getCurrentUserId() | |
| getUserNameFromJwtToke | JWTトークンからユーザー名の取得 | メソッド | com.example.sms.service.system.auth.AuthApiService#getUserNameFromJwtToke() | |
| validateJwtToke | JWTトークンの取得 | メソッド | com.example.sms.service.system.auth.AuthApiService#validateJwtToke() | |
| validateJwtToken | JWTトークンの検証 | メソッド | com.example.sms.service.system.auth.AuthApiService#validateJwtToken() | |
| loadUserByUsername | ユーザー認証 | メソッド | com.example.sms.service.system.auth.AuthService#loadUserByUsername() | |
| convert | CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convert() | |
| convertCustomer | 顧客CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertCustomer() | |
| convertDepartments | 部門CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertDepartments() | |
| convertEmployees | 社員CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertEmployees() | |
| convertInventory | 在庫CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertInventory() | |
| convertInvoice | 請求CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertInvoice() | |
| convertLocationNumber | 棚番CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertLocationNumber() | |
| convertOrder | 受注CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertOrder() | |
| convertPartner | 取引先CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPartner() | |
| convertPartnerGroup | 取引先グループCSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPartnerGroup() | |
| convertPayment | 入金CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPayment() | |
| convertPaymentAccount | 口座CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPaymentAccount() | |
| convertProductCategories | 商品分類CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertProductCategories() | |
| convertProducts | 商品CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertProducts() | |
| convertPurchase | 仕入CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPurchase() | |
| convertPurchaseOrder | 発注CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPurchaseOrder() | |
| convertPurchasePayment | 支払CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPurchasePayment() | |
| convertSales | 売上CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertSales() | |
| convertShipping | 出荷CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertShipping() | |
| convertVendor | 仕入先CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertVendor() | |
| convertWarehouse | 倉庫CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertWarehouse() | |
| count | ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#count() | |
| countCustomer | 顧客ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countCustomer() | |
| countDepartments | 部門ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countDepartments() | |
| countEmployees | 社員ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countEmployees() | |
| countInventory | 在庫ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countInventory() | |
| countInvoice | 請求ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countInvoice() | |
| countLocationNumber | 棚番ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countLocationNumber() | |
| countOrder | 受注ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countOrder() | |
| countPartner | 取引先ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPartner() | |
| countPartnerGroups | 取引先グループダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPartnerGroups() | |
| countPayment | 入金ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPayment() | |
| countPaymentAccount | 口座ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPaymentAccount() | |
| countProductCategories | 商品カテゴリダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countProductCategories() | |
| countProducts | 商品ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countProducts() | |
| countPurchase | 仕入ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPurchase() | |
| countPurchaseOrder | 発注ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPurchaseOrder() | |
| countPurchasePayment | 支払ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPurchasePayment() | |
| countSales | 売上ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countSales() | |
| countShipping | 出荷ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countShipping() | |
| countVendor | 仕入先ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countVendor() | |
| countWarehouse | 倉庫ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countWarehouse() | |
| download | ダウンロード | メソッド | com.example.sms.service.system.download.DownloadService#download() | |
| delete | ユーザー削除 | メソッド | com.example.sms.service.system.user.UserManagementService#delete() | |
| find | ユーザー検索 | メソッド | com.example.sms.service.system.user.UserManagementService#find() | |
| register | ユーザー新規登録 | メソッド | com.example.sms.service.system.user.UserManagementService#register() | |
| save | ユーザー情報編集 | メソッド | com.example.sms.service.system.user.UserManagementService#save() | |
| selectAll | ユーザー一覧 | メソッド | com.example.sms.service.system.user.UserManagementService#selectAll() | |
| selectAllWithPageInfo | ユーザー一覧(ページング) | メソッド | com.example.sms.service.system.user.UserManagementService#selectAllWithPageInfo() |