com.example.sms.domain.model
com.example.sms.domain.model.master
com.example.sms.domain.model.master.department
com.example.sms.domain.model.master.employee
com.example.sms.domain.model.master.partner
com.example.sms.domain.model.master.partner.billing
com.example.sms.domain.model.master.partner.customer
com.example.sms.domain.model.master.partner.supplier
com.example.sms.domain.model.master.partner.vendor
com.example.sms.domain.model.master.payment
com.example.sms.domain.model.master.payment.account
com.example.sms.domain.model.master.payment.account.incoming
com.example.sms.domain.model.master.product
com.example.sms.domain.model.master.region
com.example.sms.domain.model.procurement
com.example.sms.domain.model.procurement.order
com.example.sms.domain.model.procurement.order.rule
com.example.sms.domain.model.sales
com.example.sms.domain.model.sales.invoice
com.example.sms.domain.model.sales.order
com.example.sms.domain.model.sales.order.rule
com.example.sms.domain.model.sales.payment
com.example.sms.domain.model.sales.payment.incoming
com.example.sms.domain.model.sales.sales
com.example.sms.domain.model.sales.shipping
com.example.sms.domain.model.sales.shipping.rule
com.example.sms.domain.model.system
com.example.sms.domain.model.system.audit
com.example.sms.domain.model.system.auth
com.example.sms.domain.model.system.autonumber
com.example.sms.domain.model.system.download
com.example.sms.domain.model.system.user
com.example.sms.domain.type
com.example.sms.domain.type.address
com.example.sms.domain.type.mail
com.example.sms.domain.type.money
com.example.sms.domain.type.phone
com.example.sms.domain.type.quantity
com.example.sms.domain.model.master.department.Department
| フィールド |
フィールド型 |
| departmentId |
部門ID |
| endDate |
終了日 |
| departmentName |
String |
| layer |
Integer |
| path |
部門パス |
| lowerType |
最下層区分 |
| slitYn |
伝票入力可否 |
| employees |
List<社員> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getDepartmentId |
|
部門ID |
|
| + getDepartmentName |
|
String |
|
| + getEmployees |
|
List<社員> |
|
| + getEndDate |
|
終了日 |
|
| + getLayer |
|
Integer |
|
| + getLowerType |
|
最下層区分 |
|
| + getPath |
|
部門パス |
|
| + getSlitYn |
|
伝票入力可否 |
|
com.example.sms.domain.model.master.department.DepartmentCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.department.DepartmentEndDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.master.department.DepartmentId
| フィールド |
フィールド型 |
| deptCode |
部門コード |
| departmentStartDate |
開始日 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getDepartmentStartDate |
|
開始日 |
|
| + getDeptCode |
|
部門コード |
|
com.example.sms.domain.model.master.department.DepartmentList
| フィールド |
フィールド型 |
| value |
List<部門> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
部門
|
部門一覧 |
|
| + asList |
|
List<部門> |
|
| + size |
|
int |
|
com.example.sms.domain.model.master.department.DepartmentLowerType
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
com.example.sms.domain.model.master.department.DepartmentPath
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.department.DepartmentStartDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.master.department.SlitYnType
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
com.example.sms.domain.model.master.employee.Employee
| メソッド |
引数 |
戻り値型 |
説明 |
| + getApprovalCode |
|
String |
|
| + getDepartment |
|
部門 |
|
| + getEmpCode |
|
社員コード |
|
| + getEmpName |
|
社員名 |
|
| + getFax |
|
FAX番号 |
|
| + getLoginPassword |
|
String |
|
| + getOccuCode |
|
職種コード |
|
| + getTel |
|
電話番号 |
|
| + getUser |
|
ユーザー |
|
com.example.sms.domain.model.master.employee.EmployeeCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.employee.EmployeeList
| フィールド |
フィールド型 |
| value |
List<社員> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
社員
|
社員一覧 |
|
| + asList |
|
List<社員> |
|
| + size |
|
int |
|
com.example.sms.domain.model.master.employee.EmployeeName
| フィールド |
フィールド型 |
| firstName |
String |
| lastName |
String |
| firstNameKana |
String |
| lastNameKana |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + 社員名 |
|
String |
|
| + 社員名カナ |
|
String |
|
| + getFirstName |
|
String |
|
| + getFirstNameKana |
|
String |
|
| + getLastName |
|
String |
|
| + getLastNameKana |
|
String |
|
com.example.sms.domain.model.master.employee.JobCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.partner.Credit
| フィールド |
フィールド型 |
| creditLimit |
通貨 |
| temporaryCreditIncrease |
通貨 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCreditLimit |
|
通貨 |
|
| + getTemporaryCreditIncrease |
|
通貨 |
|
com.example.sms.domain.model.master.partner.MiscellaneousType
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
int |
|
| staticメソッド |
引数 |
戻り値型 |
説明 |
| + fromCode |
int
|
雑区分 |
|
| + getCodeByName |
String
|
Integer |
|
com.example.sms.domain.model.master.partner.Partner
| メソッド |
引数 |
戻り値型 |
説明 |
| + getAddress |
|
住所 |
|
| + getCredit |
|
与信 |
|
| + getCustomers |
|
List<顧客> |
|
| + getMiscellaneousType |
|
雑区分 |
|
| + getPartnerCode |
|
取引先コード |
|
| + getPartnerGroupCode |
|
取引先グループコード |
|
| + getPartnerName |
|
取引先名称 |
|
| + getTradeProhibitedFlag |
|
取引禁止フラグ |
|
| + getVendorType |
|
仕入先区分 |
|
| + getVendors |
|
List<仕入先> |
|
com.example.sms.domain.model.master.partner.PartnerCategoryAffiliation
| フィールド |
フィールド型 |
| partnerCategoryTypeCode |
String |
| partnerCode |
取引先コード |
| partnerCategoryItemCode |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getPartnerCategoryItemCode |
|
String |
|
| + getPartnerCategoryTypeCode |
|
String |
|
| + getPartnerCode |
|
取引先コード |
|
com.example.sms.domain.model.master.partner.PartnerCategoryItem
| フィールド |
フィールド型 |
| partnerCategoryTypeCode |
String |
| partnerCategoryItemCode |
String |
| partnerCategoryItemName |
String |
| partnerCategoryAffiliations |
List<取引先分類所属> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getPartnerCategoryAffiliations |
|
List<取引先分類所属> |
|
| + getPartnerCategoryItemCode |
|
String |
|
| + getPartnerCategoryItemName |
|
String |
|
| + getPartnerCategoryTypeCode |
|
String |
|
com.example.sms.domain.model.master.partner.PartnerCategoryList
com.example.sms.domain.model.master.partner.PartnerCategoryType
| フィールド |
フィールド型 |
| partnerCategoryTypeCode |
String |
| partnerCategoryTypeName |
String |
| partnerCategoryItems |
List<取引先分類> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getPartnerCategoryItems |
|
List<取引先分類> |
|
| + getPartnerCategoryTypeCode |
|
String |
|
| + getPartnerCategoryTypeName |
|
String |
|
com.example.sms.domain.model.master.partner.PartnerCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.partner.PartnerGroup
| フィールド |
フィールド型 |
| partnerGroupCode |
取引先グループコード |
| partnerGroupName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getPartnerGroupCode |
|
取引先グループコード |
|
| + getPartnerGroupName |
|
String |
|
com.example.sms.domain.model.master.partner.PartnerGroupCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.partner.PartnerGroupList
com.example.sms.domain.model.master.partner.PartnerList
| フィールド |
フィールド型 |
| value |
List<取引先> |
com.example.sms.domain.model.master.partner.PartnerName
| フィールド |
フィールド型 |
| name |
String |
| nameKana |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getName |
|
String |
|
| + getNameKana |
|
String |
|
com.example.sms.domain.model.master.partner.TradeProhibitedFlag
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
com.example.sms.domain.model.master.partner.billing.Billing
| フィールド |
フィールド型 |
| customerBillingCategory |
顧客請求区分 |
| closingBilling1 |
締請求 |
| closingBilling2 |
締請求 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getClosingBilling1 |
|
締請求 |
|
| + getClosingBilling2 |
|
締請求 |
|
| + getCustomerBillingCategory |
|
顧客請求区分 |
|
com.example.sms.domain.model.master.partner.billing.ClosingBilling
| フィールド |
フィールド型 |
| closingDay |
締日 |
| paymentMonth |
支払月 |
| paymentDay |
支払日 |
| paymentMethod |
支払方法 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getClosingDay |
|
締日 |
|
| + getPaymentDay |
|
支払日 |
|
| + getPaymentMethod |
|
支払方法 |
|
| + getPaymentMonth |
|
支払月 |
|
com.example.sms.domain.model.master.partner.billing.ClosingDate
| フィールド |
フィールド型 |
| value |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
Integer |
|
com.example.sms.domain.model.master.partner.billing.PaymentDay
| フィールド |
フィールド型 |
| value |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
Integer |
|
com.example.sms.domain.model.master.partner.billing.PaymentMethod
| フィールド |
フィールド型 |
| value |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
Integer |
|
com.example.sms.domain.model.master.partner.billing.PaymentMonth
| フィールド |
フィールド型 |
| value |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
Integer |
|
com.example.sms.domain.model.master.partner.customer.BillingCode
| フィールド |
フィールド型 |
| code |
取引先コード |
| branchNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBranchNumber |
|
Integer |
|
| + getCode |
|
取引先コード |
|
com.example.sms.domain.model.master.partner.customer.CollectionCode
| フィールド |
フィールド型 |
| code |
取引先コード |
| branchNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBranchNumber |
|
Integer |
|
| + getCode |
|
取引先コード |
|
com.example.sms.domain.model.master.partner.customer.Customer
| フィールド |
フィールド型 |
| customerCode |
顧客コード |
| customerType |
顧客区分 |
| billingCode |
請求先コード |
| collectionCode |
回収先コード |
| customerName |
顧客名 |
| companyRepresentativeCode |
String |
| customerRepresentativeName |
String |
| customerDepartmentName |
String |
| customerAddress |
住所 |
| customerPhoneNumber |
電話番号 |
| customerFaxNumber |
FAX番号 |
| customerEmailAddress |
メール |
| billing |
請求 |
| shippings |
List<出荷先> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBilling |
|
請求 |
|
| + getBillingCode |
|
請求先コード |
|
| + getCollectionCode |
|
回収先コード |
|
| + getCompanyRepresentativeCode |
|
String |
|
| + getCustomerAddress |
|
住所 |
|
| + getCustomerCode |
|
顧客コード |
|
| + getCustomerDepartmentName |
|
String |
|
| + getCustomerEmailAddress |
|
メール |
|
| + getCustomerFaxNumber |
|
FAX番号 |
|
| + getCustomerName |
|
顧客名 |
|
| + getCustomerPhoneNumber |
|
電話番号 |
|
| + getCustomerRepresentativeName |
|
String |
|
| + getCustomerType |
|
顧客区分 |
|
| + getShippings |
|
List<出荷先> |
|
| + toBuilder |
|
Customer$CustomerBuilder |
|
com.example.sms.domain.model.master.partner.customer.Customer$CustomerBuilder
| フィールド |
フィールド型 |
| customerCode |
顧客コード |
| customerType |
顧客区分 |
| billingCode |
請求先コード |
| collectionCode |
回収先コード |
| customerName |
顧客名 |
| companyRepresentativeCode |
String |
| customerRepresentativeName |
String |
| customerDepartmentName |
String |
| customerAddress |
住所 |
| customerPhoneNumber |
電話番号 |
| customerFaxNumber |
FAX番号 |
| customerEmailAddress |
メール |
| billing |
請求 |
| shippings |
List<出荷先> |
com.example.sms.domain.model.master.partner.customer.CustomerBillingCategory
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
com.example.sms.domain.model.master.partner.customer.CustomerCode
| フィールド |
フィールド型 |
| code |
取引先コード |
| branchNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBranchNumber |
|
Integer |
|
| + getCode |
|
取引先コード |
|
com.example.sms.domain.model.master.partner.customer.CustomerList
| フィールド |
フィールド型 |
| value |
List<顧客> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
顧客
|
顧客一覧 |
|
| + add |
List
|
顧客一覧 |
|
| + asList |
|
List<顧客> |
|
| + isDuplicate |
顧客
|
boolean |
|
| + size |
|
int |
|
com.example.sms.domain.model.master.partner.customer.CustomerName
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
取引先名称 |
|
com.example.sms.domain.model.master.partner.customer.CustomerType
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
com.example.sms.domain.model.master.partner.customer.Shipping
| フィールド |
フィールド型 |
| shippingCode |
出荷先コード |
| destinationName |
String |
| regionCode |
地域コード |
| shippingAddress |
住所 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getDestinationName |
|
String |
|
| + getRegionCode |
|
地域コード |
|
| + getShippingAddress |
|
住所 |
|
| + getShippingCode |
|
出荷先コード |
|
com.example.sms.domain.model.master.partner.customer.ShippingCode
| フィールド |
フィールド型 |
| customerCode |
顧客コード |
| destinationNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCustomerCode |
|
顧客コード |
|
| + getDestinationNumber |
|
Integer |
|
com.example.sms.domain.model.master.partner.customer.ShippingList
| フィールド |
フィールド型 |
| value |
List<出荷先> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
出荷先
|
出荷先一覧 |
|
| + asList |
|
List<出荷先> |
|
| + size |
|
int |
|
com.example.sms.domain.model.master.partner.supplier.Supplier
com.example.sms.domain.model.master.partner.supplier.Supplier$SupplierBuilder
com.example.sms.domain.model.master.partner.supplier.SupplierCode
| フィールド |
フィールド型 |
| code |
取引先コード |
| branchNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBranchNumber |
|
Integer |
|
| + getCode |
|
取引先コード |
|
| + getValue |
|
String |
|
com.example.sms.domain.model.master.partner.vendor.Vendor
| フィールド |
フィールド型 |
| vendorCode |
仕入先コード |
| vendorName |
仕入先名 |
| vendorContactName |
String |
| vendorDepartmentName |
String |
| vendorAddress |
住所 |
| vendorPhoneNumber |
電話番号 |
| vendorFaxNumber |
FAX番号 |
| vendorEmailAddress |
メール |
| vendorClosingBilling |
締請求 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getVendorAddress |
|
住所 |
|
| + getVendorClosingBilling |
|
締請求 |
|
| + getVendorCode |
|
仕入先コード |
|
| + getVendorContactName |
|
String |
|
| + getVendorDepartmentName |
|
String |
|
| + getVendorEmailAddress |
|
メール |
|
| + getVendorFaxNumber |
|
FAX番号 |
|
| + getVendorName |
|
仕入先名 |
|
| + getVendorPhoneNumber |
|
電話番号 |
|
com.example.sms.domain.model.master.partner.vendor.VendorCode
| フィールド |
フィールド型 |
| code |
取引先コード |
| branchNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBranchNumber |
|
Integer |
|
| + getCode |
|
取引先コード |
|
com.example.sms.domain.model.master.partner.vendor.VendorList
| フィールド |
フィールド型 |
| value |
List<仕入先> |
com.example.sms.domain.model.master.partner.vendor.VendorName
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
取引先名称 |
|
com.example.sms.domain.model.master.partner.vendor.VendorType
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
com.example.sms.domain.model.master.payment.account.incoming.BankAccountType
| フィールド |
フィールド型 |
| code |
String |
| name |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
String |
|
| + getName |
|
String |
|
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccount
| フィールド |
フィールド型 |
| accountCode |
入金口座コードの値オブジェクト |
| accountName |
String |
| startDate |
LocalDateTime |
| endDate |
LocalDateTime |
| accountNameAfterStart |
String |
| accountType |
入金口座区分の列挙型 |
| accountNumber |
String |
| bankAccountType |
銀行口座種別の列挙型 |
| accountHolder |
String |
| departmentId |
部門ID |
| bankCode |
String |
| branchCode |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getAccountCode |
|
入金口座コードの値オブジェクト |
|
| + getAccountHolder |
|
String |
|
| + getAccountName |
|
String |
|
| + getAccountNameAfterStart |
|
String |
|
| + getAccountNumber |
|
String |
|
| + getAccountType |
|
入金口座区分の列挙型 |
|
| + getBankAccountType |
|
銀行口座種別の列挙型 |
|
| + getBankCode |
|
String |
|
| + getBranchCode |
|
String |
|
| + getDepartmentId |
|
部門ID |
|
| + getEndDate |
|
LocalDateTime |
|
| + getStartDate |
|
LocalDateTime |
|
| + toBuilder |
|
PaymentAccount$PaymentAccountBuilder |
|
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccount$PaymentAccountBuilder
| フィールド |
フィールド型 |
| accountCode |
入金口座コードの値オブジェクト |
| accountName |
String |
| startDate |
LocalDateTime |
| endDate |
LocalDateTime |
| accountNameAfterStart |
String |
| accountType |
入金口座区分の列挙型 |
| accountNumber |
String |
| bankAccountType |
銀行口座種別の列挙型 |
| accountHolder |
String |
| departmentId |
部門ID |
| bankCode |
String |
| branchCode |
String |
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountList
| staticメソッド |
引数 |
戻り値型 |
説明 |
| + empty |
|
入金口座一覧 |
|
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountType
| フィールド |
フィールド型 |
| code |
String |
| name |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
String |
|
| + getName |
|
String |
|
com.example.sms.domain.model.master.product.Bom
| フィールド |
フィールド型 |
| productCode |
商品コード |
| componentCode |
商品コード |
| componentQuantity |
数量 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getComponentCode |
|
商品コード |
|
| + getComponentQuantity |
|
数量 |
|
| + getProductCode |
|
商品コード |
|
com.example.sms.domain.model.master.product.BusinessType
com.example.sms.domain.model.master.product.CustomerSpecificSellingPrice
| フィールド |
フィールド型 |
| productCode |
商品コード |
| customerCode |
String |
| sellingPrice |
通貨 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCustomerCode |
|
String |
|
| + getProductCode |
|
商品コード |
|
| + getSellingPrice |
|
通貨 |
|
com.example.sms.domain.model.master.product.ItemType
com.example.sms.domain.model.master.product.LiveStockType
com.example.sms.domain.model.master.product.MiscellaneousType
| フィールド |
フィールド型 |
| code |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
Integer |
|
com.example.sms.domain.model.master.product.Product
| フィールド |
フィールド型 |
| productCode |
商品コード |
| productName |
商品名 |
| productType |
商品区分 |
| sellingPrice |
通貨 |
| purchasePrice |
通貨 |
| costOfSales |
通貨 |
| taxType |
税区分 |
| productCategoryCode |
商品分類コード |
| miscellaneousType |
雑区分 |
| stockManagementTargetType |
在庫管理対象区分 |
| stockAllocationType |
在庫引当区分 |
| vendorCode |
仕入先コード |
| substituteProduct |
List<代替商品> |
| boms |
List<部品表> |
| customerSpecificSellingPrices |
List<顧客別販売単価> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBoms |
|
List<部品表> |
|
| + getCostOfSales |
|
通貨 |
|
| + getCustomerSpecificSellingPrices |
|
List<顧客別販売単価> |
|
| + getMiscellaneousType |
|
雑区分 |
|
| + getProductCategoryCode |
|
商品分類コード |
|
| + getProductCode |
|
商品コード |
|
| + getProductName |
|
商品名 |
|
| + getProductType |
|
商品区分 |
|
| + getPurchasePrice |
|
通貨 |
|
| + getSellingPrice |
|
通貨 |
|
| + getStockAllocationType |
|
在庫引当区分 |
|
| + getStockManagementTargetType |
|
在庫管理対象区分 |
|
| + getSubstituteProduct |
|
List<代替商品> |
|
| + getTaxType |
|
税区分 |
|
| + getVendorCode |
|
仕入先コード |
|
com.example.sms.domain.model.master.product.ProductCategory
| フィールド |
フィールド型 |
| productCategoryCode |
商品分類コード |
| productCategoryName |
String |
| productCategoryHierarchy |
Integer |
| productCategoryPath |
String |
| lowestLevelDivision |
Integer |
| products |
List<商品> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getLowestLevelDivision |
|
Integer |
|
| + getProductCategoryCode |
|
商品分類コード |
|
| + getProductCategoryHierarchy |
|
Integer |
|
| + getProductCategoryName |
|
String |
|
| + getProductCategoryPath |
|
String |
|
| + getProducts |
|
List<商品> |
|
com.example.sms.domain.model.master.product.ProductCategoryCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.product.ProductCategoryList
| フィールド |
フィールド型 |
| value |
List<商品分類> |
com.example.sms.domain.model.master.product.ProductCode
| フィールド |
フィールド型 |
| value |
String |
| businessType |
事業区分 |
| itemType |
品目区分 |
| livestockType |
畜産区分 |
| serialNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getBusinessType |
|
事業区分 |
|
| + getItemType |
|
品目区分 |
|
| + getLivestockType |
|
畜産区分 |
|
| + getSerialNumber |
|
Integer |
|
| + getValue |
|
String |
|
com.example.sms.domain.model.master.product.ProductList
| フィールド |
フィールド型 |
| value |
List<商品> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
商品
|
商品一覧 |
|
| + asList |
|
List<商品> |
|
| + size |
|
int |
|
com.example.sms.domain.model.master.product.ProductName
| フィールド |
フィールド型 |
| productFormalName |
String |
| productAbbreviation |
String |
| productNameKana |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getProductAbbreviation |
|
String |
|
| + getProductFormalName |
|
String |
|
| + getProductNameKana |
|
String |
|
com.example.sms.domain.model.master.product.ProductType
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
String |
|
com.example.sms.domain.model.master.product.StockAllocationType
| フィールド |
フィールド型 |
| code |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
Integer |
|
com.example.sms.domain.model.master.product.StockManagementTargetType
| フィールド |
フィールド型 |
| code |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
Integer |
|
com.example.sms.domain.model.master.product.SubstituteProduct
| フィールド |
フィールド型 |
| productCode |
商品コード |
| substituteProductCode |
商品コード |
| priority |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getPriority |
|
Integer |
|
| + getProductCode |
|
商品コード |
|
| + getSubstituteProductCode |
|
商品コード |
|
com.example.sms.domain.model.master.product.TaxType
| フィールド |
フィールド型 |
| code |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
Integer |
|
com.example.sms.domain.model.master.region.Region
| フィールド |
フィールド型 |
| regionCode |
地域コード |
| regionName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getRegionCode |
|
地域コード |
|
| + getRegionName |
|
String |
|
com.example.sms.domain.model.master.region.RegionCode
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.master.region.RegionList
| フィールド |
フィールド型 |
| value |
List<地域> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
地域
|
地域リスト |
|
| + asList |
|
List<地域> |
|
| + size |
|
int |
|
com.example.sms.domain.model.procurement.order.DesignatedDeliveryDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.procurement.order.PurchaseOrder
| フィールド |
フィールド型 |
| purchaseOrderNumber |
発注番号 |
| purchaseOrderDate |
発注日 |
| salesOrderNumber |
受注番号 |
| supplierCode |
仕入先コード |
| purchaseManagerCode |
社員コード |
| designatedDeliveryDate |
指定納期 |
| warehouseCode |
String |
| totalPurchaseAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| purchaseOrderLines |
List<発注明細> |
| supplier |
仕入先 |
| purchaseManager |
社員 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + 消費税合計計算 |
|
通貨 |
|
| + 発注金額合計計算 |
|
通貨 |
|
| + getDesignatedDeliveryDate |
|
指定納期 |
|
| + getPurchaseManager |
|
社員 |
|
| + getPurchaseManagerCode |
|
社員コード |
|
| + getPurchaseOrderDate |
|
発注日 |
|
| + getPurchaseOrderLines |
|
List<発注明細> |
|
| + getPurchaseOrderNumber |
|
発注番号 |
|
| + getRemarks |
|
String |
|
| + getSalesOrderNumber |
|
受注番号 |
|
| + getSupplier |
|
仕入先 |
|
| + getSupplierCode |
|
仕入先コード |
|
| + getTotalConsumptionTax |
|
通貨 |
|
| + getTotalPurchaseAmount |
|
通貨 |
|
| + getWarehouseCode |
|
String |
|
| + toBuilder |
|
PurchaseOrder$PurchaseOrderBuilder |
|
com.example.sms.domain.model.procurement.order.PurchaseOrder$PurchaseOrderBuilder
| フィールド |
フィールド型 |
| purchaseOrderNumber |
発注番号 |
| purchaseOrderDate |
発注日 |
| salesOrderNumber |
受注番号 |
| supplierCode |
仕入先コード |
| purchaseManagerCode |
社員コード |
| designatedDeliveryDate |
指定納期 |
| warehouseCode |
String |
| totalPurchaseAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| purchaseOrderLines |
List<発注明細> |
| supplier |
仕入先 |
| purchaseManager |
社員 |
com.example.sms.domain.model.procurement.order.PurchaseOrderDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.procurement.order.PurchaseOrderLine
| フィールド |
フィールド型 |
| purchaseOrderNumber |
発注番号 |
| purchaseOrderLineNumber |
Integer |
| purchaseOrderLineDisplayNumber |
Integer |
| salesOrderNumber |
受注番号 |
| salesOrderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| purchaseUnitPrice |
通貨 |
| purchaseOrderQuantity |
数量 |
| receivedQuantity |
数量 |
| completionFlag |
完了フラグ |
| createdDateTime |
LocalDateTime |
| createdBy |
String |
| updatedDateTime |
LocalDateTime |
| updatedBy |
String |
| version |
Integer |
| product |
商品 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + 消費税計算 |
|
通貨 |
|
| + 発注金額計算(消費税抜き) |
|
通貨 |
|
| + getCompletionFlag |
|
完了フラグ |
|
| + getCreatedBy |
|
String |
|
| + getCreatedDateTime |
|
LocalDateTime |
|
| + getProduct |
|
商品 |
|
| + getProductCode |
|
商品コード |
|
| + getProductName |
|
String |
|
| + getPurchaseOrderLineDisplayNumber |
|
Integer |
|
| + getPurchaseOrderLineNumber |
|
Integer |
|
| + getPurchaseOrderNumber |
|
発注番号 |
|
| + getPurchaseOrderQuantity |
|
数量 |
|
| + getPurchaseUnitPrice |
|
通貨 |
|
| + getReceivedQuantity |
|
数量 |
|
| + getSalesOrderLineNumber |
|
Integer |
|
| + getSalesOrderNumber |
|
受注番号 |
|
| + getUpdatedBy |
|
String |
|
| + getUpdatedDateTime |
|
LocalDateTime |
|
| + getVersion |
|
Integer |
|
| + 完了しているかどうか |
|
boolean |
|
| + toBuilder |
|
PurchaseOrderLine$PurchaseOrderLineBuilder |
|
com.example.sms.domain.model.procurement.order.PurchaseOrderLine$PurchaseOrderLineBuilder
| フィールド |
フィールド型 |
| purchaseOrderNumber |
発注番号 |
| purchaseOrderLineNumber |
Integer |
| purchaseOrderLineDisplayNumber |
Integer |
| salesOrderNumber |
受注番号 |
| salesOrderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| purchaseUnitPrice |
通貨 |
| purchaseOrderQuantity |
数量 |
| receivedQuantity |
数量 |
| completionFlag |
完了フラグ |
| createdDateTime |
LocalDateTime |
| createdBy |
String |
| updatedDateTime |
LocalDateTime |
| updatedBy |
String |
| version |
Integer |
| product |
商品 |
com.example.sms.domain.model.procurement.order.PurchaseOrderList
| フィールド |
フィールド型 |
| items |
List<発注> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + asList |
|
List<発注> |
|
| + getItems |
|
List<発注> |
|
| + isEmpty |
|
boolean |
|
| + size |
|
int |
|
com.example.sms.domain.model.procurement.order.PurchaseOrderNumber
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderAmountRule
発注金額が500万円を超過している場合は要確認とする
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
発注
|
boolean |
|
| + isSatisfiedBy |
発注発注明細
|
boolean |
|
| + isSatisfiedBy |
発注明細
|
boolean |
|
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderDeliveryOverDueRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
発注
|
boolean |
|
| + isSatisfiedBy |
発注発注明細
|
boolean |
|
| + isSatisfiedBy |
発注明細
|
boolean |
|
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderDeliveryRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
発注
|
boolean |
|
| + isSatisfiedBy |
発注発注明細
|
boolean |
|
| + isSatisfiedBy |
発注明細
|
boolean |
|
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
発注
|
boolean |
|
| + isSatisfiedBy |
発注発注明細
|
boolean |
|
| + isSatisfiedBy |
発注明細
|
boolean |
|
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRuleCheckList
| フィールド |
フィールド型 |
| checkList |
List<String, String, Map> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCheckList |
|
List<String> |
|
| + エラー件数を取得 |
|
int |
|
| + エラーが存在するかチェック |
|
boolean |
|
com.example.sms.domain.model.sales.invoice.Invoice
| フィールド |
フィールド型 |
| invoiceNumber |
請求番号 |
| invoiceDate |
請求日 |
| partnerCode |
取引先コード |
| customerCode |
顧客コード |
| previousPaymentAmount |
通貨 |
| currentMonthSalesAmount |
通貨 |
| currentMonthPaymentAmount |
通貨 |
| currentMonthInvoiceAmount |
通貨 |
| consumptionTaxAmount |
通貨 |
| invoiceReconciliationAmount |
通貨 |
| invoiceLines |
List<請求明細> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + 請求明細を追加 |
請求明細
|
請求 |
|
| + getConsumptionTaxAmount |
|
通貨 |
|
| + getCurrentMonthInvoiceAmount |
|
通貨 |
|
| + getCurrentMonthPaymentAmount |
|
通貨 |
|
| + getCurrentMonthSalesAmount |
|
通貨 |
|
| + getCustomerCode |
|
顧客コード |
|
| + getInvoiceDate |
|
請求日 |
|
| + getInvoiceLines |
|
List<請求明細> |
|
| + getInvoiceNumber |
|
請求番号 |
|
| + getInvoiceReconciliationAmount |
|
通貨 |
|
| + getPartnerCode |
|
取引先コード |
|
| + getPreviousPaymentAmount |
|
通貨 |
|
| + toBuilder |
|
Invoice$InvoiceBuilder |
|
com.example.sms.domain.model.sales.invoice.Invoice$InvoiceBuilder
| フィールド |
フィールド型 |
| invoiceNumber |
請求番号 |
| invoiceDate |
請求日 |
| partnerCode |
取引先コード |
| customerCode |
顧客コード |
| previousPaymentAmount |
通貨 |
| currentMonthSalesAmount |
通貨 |
| currentMonthPaymentAmount |
通貨 |
| currentMonthInvoiceAmount |
通貨 |
| consumptionTaxAmount |
通貨 |
| invoiceReconciliationAmount |
通貨 |
| invoiceLines |
List<請求明細> |
com.example.sms.domain.model.sales.invoice.InvoiceDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.invoice.InvoiceLine
| フィールド |
フィールド型 |
| invoiceNumber |
請求番号 |
| salesNumber |
売上番号 |
| salesLineNumber |
Integer |
com.example.sms.domain.model.sales.invoice.InvoiceLine$InvoiceLineBuilder
| フィールド |
フィールド型 |
| invoiceNumber |
請求番号 |
| salesNumber |
売上番号 |
| salesLineNumber |
Integer |
com.example.sms.domain.model.sales.invoice.InvoiceList
| フィールド |
フィールド型 |
| list |
List<請求> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
請求
|
請求一覧 |
|
| + asList |
|
List<請求> |
|
| + getList |
|
List<請求> |
|
| + isEmpty |
|
boolean |
|
| + size |
|
int |
|
| staticメソッド |
引数 |
戻り値型 |
説明 |
| + empty |
|
請求一覧 |
|
com.example.sms.domain.model.sales.invoice.InvoiceNumber
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.sales.order.CompletionFlag
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
| + isCompleted |
|
boolean |
|
com.example.sms.domain.model.sales.order.ConsumptionTaxAmount
| フィールド |
フィールド型 |
| value |
通貨 |
| salesAmount |
販売価格 |
| taxRate |
Double |
| taxType |
税区分 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getSalesAmount |
|
販売価格 |
|
| + getTaxRate |
|
Double |
|
| + getTaxType |
|
税区分 |
|
| + getValue |
|
通貨 |
|
com.example.sms.domain.model.sales.order.DeliveryDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.order.DesiredDeliveryDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.order.Order
| フィールド |
フィールド型 |
| orderNumber |
受注番号 |
| orderDate |
受注日 |
| departmentCode |
部門コード |
| departmentStartDate |
LocalDateTime |
| customerCode |
顧客コード |
| employeeCode |
社員コード |
| desiredDeliveryDate |
希望納期 |
| customerOrderNumber |
String |
| warehouseCode |
String |
| totalOrderAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| orderLines |
List<受注明細> |
| department |
部門 |
| customer |
顧客 |
| employee |
社員 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCustomer |
|
顧客 |
|
| + getCustomerCode |
|
顧客コード |
|
| + getCustomerOrderNumber |
|
String |
|
| + getDepartment |
|
部門 |
|
| + getDepartmentCode |
|
部門コード |
|
| + getDepartmentStartDate |
|
LocalDateTime |
|
| + getDesiredDeliveryDate |
|
希望納期 |
|
| + getEmployee |
|
社員 |
|
| + getEmployeeCode |
|
社員コード |
|
| + getOrderDate |
|
受注日 |
|
| + getOrderLines |
|
List<受注明細> |
|
| + getOrderNumber |
|
受注番号 |
|
| + getRemarks |
|
String |
|
| + getTotalConsumptionTax |
|
通貨 |
|
| + getTotalOrderAmount |
|
通貨 |
|
| + getWarehouseCode |
|
String |
|
| + toBuilder |
|
Order$OrderBuilder |
|
com.example.sms.domain.model.sales.order.Order$OrderBuilder
| フィールド |
フィールド型 |
| orderNumber |
受注番号 |
| orderDate |
受注日 |
| departmentCode |
部門コード |
| departmentStartDate |
LocalDateTime |
| customerCode |
顧客コード |
| employeeCode |
社員コード |
| desiredDeliveryDate |
希望納期 |
| customerOrderNumber |
String |
| warehouseCode |
String |
| totalOrderAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| orderLines |
List<受注明細> |
| department |
部門 |
| customer |
顧客 |
| employee |
社員 |
com.example.sms.domain.model.sales.order.OrderDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.order.OrderLine
| フィールド |
フィールド型 |
| orderNumber |
受注番号 |
| orderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| salesUnitPrice |
通貨 |
| orderQuantity |
数量 |
| taxRate |
消費税率種別 |
| allocationQuantity |
数量 |
| shipmentInstructionQuantity |
数量 |
| shippedQuantity |
数量 |
| completionFlag |
完了フラグ |
| discountAmount |
通貨 |
| deliveryDate |
納期 |
| shippingDate |
出荷日 |
| product |
商品 |
| salesAmount |
販売価格 |
| consumptionTaxAmount |
消費税額 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + calcConsumptionTaxAmount |
|
通貨 |
|
| + calcSalesAmount |
|
通貨 |
|
| + getAllocationQuantity |
|
数量 |
|
| + getCompletionFlag |
|
完了フラグ |
|
| + getConsumptionTaxAmount |
|
消費税額 |
|
| + getDeliveryDate |
|
納期 |
|
| + getDiscountAmount |
|
通貨 |
|
| + getOrderLineNumber |
|
Integer |
|
| + getOrderNumber |
|
受注番号 |
|
| + getOrderQuantity |
|
数量 |
|
| + getProduct |
|
商品 |
|
| + getProductCode |
|
商品コード |
|
| + getProductName |
|
String |
|
| + getSalesAmount |
|
販売価格 |
|
| + getSalesUnitPrice |
|
通貨 |
|
| + getShipmentInstructionQuantity |
|
数量 |
|
| + getShippedQuantity |
|
数量 |
|
| + getShippingDate |
|
出荷日 |
|
| + getTaxRate |
|
消費税率種別 |
|
| + toBuilder |
|
OrderLine$OrderLineBuilder |
|
com.example.sms.domain.model.sales.order.OrderLine$OrderLineBuilder
| フィールド |
フィールド型 |
| orderNumber |
受注番号 |
| orderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| salesUnitPrice |
通貨 |
| orderQuantity |
数量 |
| taxRate |
消費税率種別 |
| allocationQuantity |
数量 |
| shipmentInstructionQuantity |
数量 |
| shippedQuantity |
数量 |
| completionFlag |
完了フラグ |
| discountAmount |
通貨 |
| deliveryDate |
納期 |
| shippingDate |
出荷日 |
| product |
商品 |
| salesAmount |
販売価格 |
| consumptionTaxAmount |
消費税額 |
com.example.sms.domain.model.sales.order.OrderList
| フィールド |
フィールド型 |
| value |
List<受注> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
受注
|
受注一覧 |
|
| + asList |
|
List<受注> |
|
| + size |
|
int |
|
com.example.sms.domain.model.sales.order.OrderNumber
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.sales.order.SalesAmount
| フィールド |
フィールド型 |
| value |
通貨 |
| salesUnitPrice |
通貨 |
| orderQuantity |
数量 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getOrderQuantity |
|
数量 |
|
| + getSalesUnitPrice |
|
通貨 |
|
| + getValue |
|
通貨 |
|
com.example.sms.domain.model.sales.order.SalesCalculation
| フィールド |
フィールド型 |
| salesAmount |
販売価格 |
| consumptionTaxAmount |
消費税額 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getConsumptionTaxAmount |
|
消費税額 |
|
| + getSalesAmount |
|
販売価格 |
|
com.example.sms.domain.model.sales.order.ShippingDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.order.TaxRateType
| フィールド |
フィールド型 |
| rate |
Integer |
| description |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getDescription |
|
String |
|
| + getRate |
|
Integer |
|
com.example.sms.domain.model.sales.order.rule.OrderAmountRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
受注
|
boolean |
|
| + isSatisfiedBy |
受注受注明細
|
boolean |
|
| + isSatisfiedBy |
受注明細
|
boolean |
|
com.example.sms.domain.model.sales.order.rule.OrderDeliveryOverDueRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
受注
|
boolean |
|
| + isSatisfiedBy |
受注受注明細
|
boolean |
|
| + isSatisfiedBy |
受注明細
|
boolean |
|
com.example.sms.domain.model.sales.order.rule.OrderDeliveryRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
受注
|
boolean |
|
| + isSatisfiedBy |
受注受注明細
|
boolean |
|
| + isSatisfiedBy |
受注明細
|
boolean |
|
com.example.sms.domain.model.sales.order.rule.OrderRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
受注
|
boolean |
|
| + isSatisfiedBy |
受注受注明細
|
boolean |
|
| + isSatisfiedBy |
受注明細
|
boolean |
|
com.example.sms.domain.model.sales.order.rule.OrderRuleCheckList
| フィールド |
フィールド型 |
| value |
List<String, String, Map> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
Map
|
受注ルールチェックリスト |
|
| + asList |
|
List<String> |
|
| + isEmpty |
|
boolean |
|
| + size |
|
int |
|
com.example.sms.domain.model.sales.payment.incoming.Payment
com.example.sms.domain.model.sales.payment.incoming.Payment$PaymentBuilder
com.example.sms.domain.model.sales.payment.incoming.PaymentList
| staticメソッド |
引数 |
戻り値型 |
説明 |
| + empty |
|
入金一覧 |
|
com.example.sms.domain.model.sales.payment.incoming.PaymentMethodType
| フィールド |
フィールド型 |
| code |
Integer |
| name |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
Integer |
|
| + getName |
|
String |
|
com.example.sms.domain.model.sales.payment.incoming.PaymentNumber
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.sales.sales.AutoJournalDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.sales.BillingDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.sales.BillingDelayType
| フィールド |
フィールド型 |
| code |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
Integer |
|
com.example.sms.domain.model.sales.sales.BillingNumber
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.sales.sales.Sales
| フィールド |
フィールド型 |
| salesNumber |
売上番号 |
| orderNumber |
受注番号 |
| salesDate |
売上日 |
| salesType |
売上区分 |
| departmentId |
部門ID |
| partnerCode |
取引先コード |
| customerCode |
顧客コード |
| employeeCode |
社員コード |
| totalSalesAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| voucherNumber |
Integer |
| originalVoucherNumber |
String |
| salesLines |
List<売上明細> |
| customer |
顧客 |
| employee |
社員 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCustomer |
|
顧客 |
|
| + getCustomerCode |
|
顧客コード |
|
| + getDepartmentId |
|
部門ID |
|
| + getEmployee |
|
社員 |
|
| + getEmployeeCode |
|
社員コード |
|
| + getOrderNumber |
|
受注番号 |
|
| + getOriginalVoucherNumber |
|
String |
|
| + getPartnerCode |
|
取引先コード |
|
| + getRemarks |
|
String |
|
| + getSalesDate |
|
売上日 |
|
| + getSalesLines |
|
List<売上明細> |
|
| + getSalesNumber |
|
売上番号 |
|
| + getSalesType |
|
売上区分 |
|
| + getTotalConsumptionTax |
|
通貨 |
|
| + getTotalSalesAmount |
|
通貨 |
|
| + getVoucherNumber |
|
Integer |
|
| + toBuilder |
|
Sales$SalesBuilder |
|
com.example.sms.domain.model.sales.sales.Sales$SalesBuilder
| フィールド |
フィールド型 |
| salesNumber |
売上番号 |
| orderNumber |
受注番号 |
| salesDate |
売上日 |
| salesType |
売上区分 |
| departmentId |
部門ID |
| partnerCode |
取引先コード |
| customerCode |
顧客コード |
| employeeCode |
社員コード |
| totalSalesAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| voucherNumber |
Integer |
| originalVoucherNumber |
String |
| salesLines |
List<売上明細> |
| customer |
顧客 |
| employee |
社員 |
com.example.sms.domain.model.sales.sales.SalesDate
| フィールド |
フィールド型 |
| value |
LocalDateTime |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
LocalDateTime |
|
com.example.sms.domain.model.sales.sales.SalesLine
| フィールド |
フィールド型 |
| salesNumber |
売上番号 |
| salesLineNumber |
Integer |
| orderNumber |
受注番号 |
| orderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| salesUnitPrice |
通貨 |
| salesQuantity |
数量 |
| shippedQuantity |
数量 |
| discountAmount |
通貨 |
| billingDate |
請求日 |
| billingNumber |
請求番号 |
| billingDelayType |
請求遅延区分 |
| autoJournalDate |
自動仕訳日 |
| salesAmount |
販売価格 |
| consumptionTaxAmount |
消費税額 |
| product |
商品 |
| taxRate |
消費税率種別 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + calcConsumptionTaxAmount |
|
通貨 |
|
| + calcSalesAmount |
|
通貨 |
|
| + getAutoJournalDate |
|
自動仕訳日 |
|
| + getBillingDate |
|
請求日 |
|
| + getBillingDelayType |
|
請求遅延区分 |
|
| + getBillingNumber |
|
請求番号 |
|
| + getConsumptionTaxAmount |
|
消費税額 |
|
| + getDiscountAmount |
|
通貨 |
|
| + getOrderLineNumber |
|
Integer |
|
| + getOrderNumber |
|
受注番号 |
|
| + getProduct |
|
商品 |
|
| + getProductCode |
|
商品コード |
|
| + getProductName |
|
String |
|
| + getSalesAmount |
|
販売価格 |
|
| + getSalesLineNumber |
|
Integer |
|
| + getSalesNumber |
|
売上番号 |
|
| + getSalesQuantity |
|
数量 |
|
| + getSalesUnitPrice |
|
通貨 |
|
| + getShippedQuantity |
|
数量 |
|
| + getTaxRate |
|
消費税率種別 |
|
| + toBuilder |
|
SalesLine$SalesLineBuilder |
|
com.example.sms.domain.model.sales.sales.SalesLine$SalesLineBuilder
| フィールド |
フィールド型 |
| salesNumber |
売上番号 |
| salesLineNumber |
Integer |
| orderNumber |
受注番号 |
| orderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| salesUnitPrice |
通貨 |
| salesQuantity |
数量 |
| shippedQuantity |
数量 |
| discountAmount |
通貨 |
| billingDate |
請求日 |
| billingNumber |
請求番号 |
| billingDelayType |
請求遅延区分 |
| autoJournalDate |
自動仕訳日 |
| salesAmount |
販売価格 |
| consumptionTaxAmount |
消費税額 |
| product |
商品 |
| taxRate |
消費税率種別 |
com.example.sms.domain.model.sales.sales.SalesList
| フィールド |
フィールド型 |
| value |
List<売上> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
売上
|
売上一覧 |
|
| + asList |
|
List<売上> |
|
| + size |
|
int |
|
com.example.sms.domain.model.sales.sales.SalesNumber
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.sales.sales.SalesType
| フィールド |
フィールド型 |
| code |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
Integer |
|
com.example.sms.domain.model.sales.shipping.Shipping
| フィールド |
フィールド型 |
| orderNumber |
受注番号 |
| orderDate |
受注日 |
| departmentCode |
部門コード |
| departmentStartDate |
LocalDateTime |
| customerCode |
顧客コード |
| employeeCode |
社員コード |
| desiredDeliveryDate |
希望納期 |
| customerOrderNumber |
String |
| warehouseCode |
String |
| totalOrderAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| orderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| salesUnitPrice |
通貨 |
| orderQuantity |
数量 |
| taxRate |
消費税率種別 |
| allocationQuantity |
数量 |
| shipmentInstructionQuantity |
数量 |
| shippedQuantity |
数量 |
| completionFlag |
完了フラグ |
| discountAmount |
通貨 |
| deliveryDate |
納期 |
| shippingDate |
出荷日 |
| product |
商品 |
| salesAmount |
販売価格 |
| consumptionTaxAmount |
消費税額 |
| department |
部門 |
| customer |
顧客 |
| employee |
社員 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getAllocationQuantity |
|
数量 |
|
| + getCompletionFlag |
|
完了フラグ |
|
| + getConsumptionTaxAmount |
|
消費税額 |
|
| + getCustomer |
|
顧客 |
|
| + getCustomerCode |
|
顧客コード |
|
| + getCustomerOrderNumber |
|
String |
|
| + getDeliveryDate |
|
納期 |
|
| + getDepartment |
|
部門 |
|
| + getDepartmentCode |
|
部門コード |
|
| + getDepartmentStartDate |
|
LocalDateTime |
|
| + getDesiredDeliveryDate |
|
希望納期 |
|
| + getDiscountAmount |
|
通貨 |
|
| + getEmployee |
|
社員 |
|
| + getEmployeeCode |
|
社員コード |
|
| + getOrderDate |
|
受注日 |
|
| + getOrderLineNumber |
|
Integer |
|
| + getOrderNumber |
|
受注番号 |
|
| + getOrderQuantity |
|
数量 |
|
| + getProduct |
|
商品 |
|
| + getProductCode |
|
商品コード |
|
| + getProductName |
|
String |
|
| + getRemarks |
|
String |
|
| + getSalesAmount |
|
販売価格 |
|
| + getSalesUnitPrice |
|
通貨 |
|
| + getShipmentInstructionQuantity |
|
数量 |
|
| + getShippedQuantity |
|
数量 |
|
| + getShippingDate |
|
出荷日 |
|
| + getTaxRate |
|
消費税率種別 |
|
| + getTotalConsumptionTax |
|
通貨 |
|
| + getTotalOrderAmount |
|
通貨 |
|
| + getWarehouseCode |
|
String |
|
| + toBuilder |
|
Shipping$ShippingBuilder |
|
com.example.sms.domain.model.sales.shipping.Shipping$ShippingBuilder
| フィールド |
フィールド型 |
| orderNumber |
受注番号 |
| orderDate |
受注日 |
| departmentCode |
部門コード |
| departmentStartDate |
LocalDateTime |
| customerCode |
顧客コード |
| employeeCode |
社員コード |
| desiredDeliveryDate |
希望納期 |
| customerOrderNumber |
String |
| warehouseCode |
String |
| totalOrderAmount |
通貨 |
| totalConsumptionTax |
通貨 |
| remarks |
String |
| orderLineNumber |
Integer |
| productCode |
商品コード |
| productName |
String |
| salesUnitPrice |
通貨 |
| orderQuantity |
数量 |
| taxRate |
消費税率種別 |
| allocationQuantity |
数量 |
| shipmentInstructionQuantity |
数量 |
| shippedQuantity |
数量 |
| completionFlag |
完了フラグ |
| discountAmount |
通貨 |
| deliveryDate |
納期 |
| shippingDate |
出荷日 |
| product |
商品 |
| salesAmount |
販売価格 |
| consumptionTaxAmount |
消費税額 |
| department |
部門 |
| customer |
顧客 |
| employee |
社員 |
com.example.sms.domain.model.sales.shipping.ShippingList
| フィールド |
フィールド型 |
| value |
List<出荷> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
出荷
|
出荷一覧 |
|
| + asList |
|
List<出荷> |
|
| + size |
|
int |
|
com.example.sms.domain.model.sales.shipping.rule.ShipmentDeliveryOverDueRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
出荷
|
boolean |
|
com.example.sms.domain.model.sales.shipping.rule.ShippingRule
| メソッド |
引数 |
戻り値型 |
説明 |
| + isSatisfiedBy |
出荷
|
boolean |
|
com.example.sms.domain.model.sales.shipping.rule.ShippingRuleCheckList
| フィールド |
フィールド型 |
| value |
List<String, String, Map> |
| メソッド |
引数 |
戻り値型 |
説明 |
| + add |
Map
|
出荷ルールチェックリスト |
|
| + asList |
|
List<String> |
|
| + isEmpty |
|
boolean |
|
| + size |
|
int |
|
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory
com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryList
com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryType
| メソッド |
引数 |
戻り値型 |
説明 |
| + getName |
|
String |
|
com.example.sms.domain.model.system.audit.ApplicationExecutionProcess
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
String |
|
| + getName |
|
String |
|
| + getProcessType |
|
アプリケーション実行プロセス区分 |
|
com.example.sms.domain.model.system.audit.ApplicationExecutionProcessFlag
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
int |
|
com.example.sms.domain.model.system.audit.ApplicationExecutionProcessType
- ユーザー登録
- ユーザー更新
- ユーザー削除
- 部門登録
- 部門更新
- 部門削除
- 社員登録
- 社員更新
- 社員削除
- 商品分類登録
- 商品分類更新
- 商品分類削除
- 商品登録
- 商品更新
- 商品削除
- 取引先グループ登録
- 取引先グループ更新
- 取引先グループ削除
- 取引先分類種別登録
- 取引先分類種別更新
- 取引先分類種別削除
- 地域登録
- 地域更新
- 地域削除
- 取引先登録
- 取引先更新
- 取引先削除
- 顧客登録
- 顧客更新
- 顧客削除
- 仕入先登録
- 仕入先更新
- 仕入先削除
- 受注登録
- 受注更新
- 受注削除
- 出荷登録
- 出荷更新
- 出荷削除
- 売上登録
- 売上更新
- 売上削除
- 売上集計
- 請求登録
- 請求更新
- 請求削除
- 入金登録
- 入金更新
- 入金削除
- 口座登録
- 口座更新
- 口座削除
- 発注登録
- 発注更新
- 発注削除
- その他
- データダウンロード
| フィールド |
フィールド型 |
| name |
String |
| code |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
String |
|
| + getName |
|
String |
|
com.example.sms.domain.model.system.auth.AuthUserDetails
| メソッド |
引数 |
戻り値型 |
説明 |
| + getAuthorities |
|
Collection |
|
| + getPassword |
|
String |
|
| + getUsername |
|
String |
|
| + isAccountNonExpired |
|
boolean |
|
| + isAccountNonLocked |
|
boolean |
|
| + isCredentialsNonExpired |
|
boolean |
|
| + isEnabled |
|
boolean |
|
com.example.sms.domain.model.system.autonumber.AutoNumber
| フィールド |
フィールド型 |
| documentTypeCode |
伝票種別コード |
| yearMonth |
LocalDateTime |
| lastDocumentNumber |
Integer |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getDocumentTypeCode |
|
伝票種別コード |
|
| + getLastDocumentNumber |
|
Integer |
|
| + 次の伝票番号を取得する |
|
Integer |
|
| + getYearMonth |
|
LocalDateTime |
|
| + 伝票番号を更新する |
|
自動採番 |
|
com.example.sms.domain.model.system.autonumber.DocumentTypeCode
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
String |
|
com.example.sms.domain.model.system.download.Customer
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Department
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.DownloadCriteria
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.DownloadTarget
- 部門
- 社員
- 商品分類
- 商品
- 取引先グループ
- 取引先
- 顧客
- 仕入先
- 受注
- 出荷
- 売上
- 請求
- 入金
- 口座
- 発注
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.model.system.download.Employee
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Invoice
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Order
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Partner
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.PartnerGroup
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Payment
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.PaymentAccount
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Product
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.ProductCategory
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.PurchaseOrder
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Sales
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Shipment
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.download.Vendor
| フィールド |
フィールド型 |
| target |
ダウンロード対象 |
| fileName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getFileName |
|
String |
|
| + getTarget |
|
ダウンロード対象 |
|
com.example.sms.domain.model.system.user.Name
| フィールド |
フィールド型 |
| firstName |
String |
| lastName |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + 姓 |
|
String |
|
| + フルネーム |
|
String |
|
| + 名 |
|
String |
|
| + getFirstName |
|
String |
|
| + getLastName |
|
String |
|
com.example.sms.domain.model.system.user.Password
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + パスワード |
|
String |
|
| + getValue |
|
String |
|
com.example.sms.domain.model.system.user.PasswordException
com.example.sms.domain.model.system.user.RoleName
com.example.sms.domain.model.system.user.User
| メソッド |
引数 |
戻り値型 |
説明 |
| + getName |
|
名前 |
|
| + getPassword |
|
パスワード |
|
| + getRoleName |
|
役割 |
|
| + getUserId |
|
ユーザーID |
|
com.example.sms.domain.model.system.user.UserException
com.example.sms.domain.model.system.user.UserId
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + ユーザーID |
|
String |
|
| + getValue |
|
String |
|
com.example.sms.domain.model.system.user.UserIdException
com.example.sms.domain.model.system.user.UserList
| フィールド |
フィールド型 |
| value |
List<ユーザー> |
com.example.sms.domain.type.address.Address
| フィールド |
フィールド型 |
| postalCode |
郵便番号 |
| prefecture |
都道府県 |
| address1 |
String |
| address2 |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getAddress1 |
|
String |
|
| + getAddress2 |
|
String |
|
| + getPostalCode |
|
郵便番号 |
|
| + getPrefecture |
|
都道府県 |
|
com.example.sms.domain.type.address.PostalCode
| フィールド |
フィールド型 |
| value |
String |
| regionCode |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getRegionCode |
|
String |
|
| + getValue |
|
String |
|
com.example.sms.domain.type.address.Prefecture
- 北海道
- 青森県
- 岩手県
- 宮城県
- 秋田県
- 山形県
- 福島県
- 茨城県
- 栃木県
- 群馬県
- 埼玉県
- 千葉県
- 東京都
- 神奈川県
- 新潟県
- 富山県
- 石川県
- 福井県
- 山梨県
- 長野県
- 岐阜県
- 静岡県
- 愛知県
- 三重県
- 滋賀県
- 京都府
- 大阪府
- 兵庫県
- 奈良県
- 和歌山県
- 鳥取県
- 島根県
- 岡山県
- 広島県
- 山口県
- 徳島県
- 香川県
- 愛媛県
- 高知県
- 福岡県
- 佐賀県
- 長崎県
- 熊本県
- 大分県
- 宮崎県
- 鹿児島県
- 沖縄県
| フィールド |
フィールド型 |
| code |
int |
| region |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getCode |
|
int |
|
| + getRegion |
|
String |
|
| staticメソッド |
引数 |
戻り値型 |
説明 |
| + コードから都道府県を取得 (例: 13 -> 東京都) |
int
|
都道府県 |
|
| + 都道府県名からEnumオブジェクトを取得 |
String
|
都道府県 |
|
com.example.sms.domain.type.mail.EmailAddress
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.type.money.CurrencyType
com.example.sms.domain.type.money.Exchange
| フィールド |
フィールド型 |
| rates |
Map<通貨ペア, Integer> |
com.example.sms.domain.type.money.Expression
com.example.sms.domain.type.money.Money
| フィールド |
フィールド型 |
| amount |
int |
| currency |
通貨タイプ |
| メソッド |
引数 |
戻り値型 |
説明 |
| + divide |
数量
|
通貨 |
|
| + getAmount |
|
int |
|
| + getCurrency |
|
通貨タイプ |
|
| + isGreaterThan |
通貨
|
boolean |
|
| + isLessThan |
通貨
|
boolean |
|
| + multiply |
数量
|
通貨 |
|
| + plus |
式
|
式 |
|
| + plusMoney |
通貨
|
通貨 |
|
| + reduce |
通貨タイプ為替
|
通貨 |
|
| + subtract |
通貨
|
通貨 |
|
| + times |
int
|
式 |
|
| staticメソッド |
引数 |
戻り値型 |
説明 |
| + of |
int
|
通貨 |
|
com.example.sms.domain.type.money.Pair
com.example.sms.domain.type.money.Sum
| フィールド |
フィールド型 |
| augend |
式 |
| addend |
式 |
com.example.sms.domain.type.phone.FaxNumber
| フィールド |
フィールド型 |
| value |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getValue |
|
String |
|
com.example.sms.domain.type.phone.PhoneNumber
| フィールド |
フィールド型 |
| value |
String |
| areaCode |
String |
| localExchange |
String |
| subscriberNumber |
String |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getAreaCode |
|
String |
|
| + getLocalExchange |
|
String |
|
| + getSubscriberNumber |
|
String |
|
| + getValue |
|
String |
|
com.example.sms.domain.type.quantity.Quantity
| フィールド |
フィールド型 |
| amount |
int |
| unit |
単位区分 |
| メソッド |
引数 |
戻り値型 |
説明 |
| + getAmount |
|
int |
|
| + getUnit |
|
単位区分 |
|
| + minus |
数量
|
数量 |
|
| + plus |
数量
|
数量 |
|
| + times |
int
|
数量 |
|
| staticメソッド |
引数 |
戻り値型 |
説明 |
| + of |
int
|
数量 |
|
com.example.sms.domain.type.quantity.UnitType
- 個
- グラム
- ミリリットル
- パック
- 本
- セット
- その他