Serialized Form
-
Package org.salespointframework.accountancy
-
Class org.salespointframework.accountancy.AccountancyEntry.AccountancyEntryIdentifier
class AccountancyEntryIdentifier extends Object implements Serializable- serialVersionUID:
- -7802218428666489137L
-
Serialized Fields
-
accountancyEntryId
String accountancyEntryId
-
-
-
Package org.salespointframework.catalog
-
Class org.salespointframework.catalog.Product.ProductIdentifier
class ProductIdentifier extends Object implements Serializable- serialVersionUID:
- 67875667760921725L
-
Serialized Fields
-
productId
String productId
-
-
-
Package org.salespointframework.inventory
-
Class org.salespointframework.inventory.InventoryItem.InventoryItemIdentifier
class InventoryItemIdentifier extends Object implements Serializable- serialVersionUID:
- -3309444549353766703L
-
Serialized Fields
-
inventoryItemId
String inventoryItemId
-
-
-
Package org.salespointframework.order
-
Class org.salespointframework.order.ChargeLine.ChargeLineIdentifier
class ChargeLineIdentifier extends Object implements Serializable- serialVersionUID:
- -2971693909958003661L
-
Serialized Fields
-
id
String id
-
-
Class org.salespointframework.order.Order.OrderIdentifier
class OrderIdentifier extends Object implements Serializable- serialVersionUID:
- 7243092788875480705L
-
Serialized Fields
-
orderId
String orderId
-
-
Exception org.salespointframework.order.OrderCompletionFailure
class OrderCompletionFailure extends RuntimeException implements Serializable- serialVersionUID:
- 1405708816840121734L
-
Serialized Fields
-
order
Order order
-
report
OrderCompletionReport report
-
-
-
Package org.salespointframework.payment
-
Class org.salespointframework.payment.Cash
class Cash extends PaymentMethod implements Serializable- serialVersionUID:
- 5087632169177352654L
-
Class org.salespointframework.payment.Cheque
class Cheque extends PaymentMethod implements Serializable- serialVersionUID:
- -4365607828348366918L
-
Serialized Fields
-
accountName
String accountName
Name of the account holder. -
accountNumber
String accountNumber
Number of the account on which the cheque is drawn. -
bankAddress
String bankAddress
Address of the bank, that issued the cheque. -
bankIdentificationNumber
String bankIdentificationNumber
Unique identification number of this bank. Also known as routing number. -
bankName
String bankName
Name of the bank, that issued the cheque. -
chequeNumber
String chequeNumber
Number uniquely identifying this cheque. -
dateWritten
LocalDateTime dateWritten
Date on which the cheque was written. -
payee
String payee
Name of the payee.
-
-
Class org.salespointframework.payment.CreditCard
class CreditCard extends PaymentCard implements Serializable- serialVersionUID:
- -224404292712403773L
-
Serialized Fields
-
creditLimit
javax.money.MonetaryAmount creditLimit
Line of credit extended by the issuing association to the card holder. -
dailyWithdrawalLimit
javax.money.MonetaryAmount dailyWithdrawalLimit
The maximum amount of money, the card holder can dispose of within a day.
-
-
Class org.salespointframework.payment.DebitCard
class DebitCard extends PaymentCard implements Serializable- serialVersionUID:
- -5333203494973971263L
-
Serialized Fields
-
dailyWithdrawalLimit
javax.money.MonetaryAmount dailyWithdrawalLimit
Amount of money, the card holder can dispose of within a day.
-
-
Class org.salespointframework.payment.PaymentCard
class PaymentCard extends PaymentMethod implements Serializable- serialVersionUID:
- 5634519767181957834L
-
Serialized Fields
-
billingAddress
String billingAddress
The billing address registered with this card. -
cardAssociationName
String cardAssociationName
The name of the card association. -
cardNumber
String cardNumber
The number uniquely identifying this payment card. -
cardVerificationCode
String cardVerificationCode
The verification code of this card. -
expiryDate
LocalDateTime expiryDate
The date on which the card expires. -
nameOnCard
String nameOnCard
The name of the party to which the card was issued to. -
validFrom
LocalDateTime validFrom
The date from which on the card is valid.
-
-
Class org.salespointframework.payment.PaymentMethod
class PaymentMethod extends Object implements Serializable- serialVersionUID:
- -3827889732758783955L
-
Serialized Fields
-
description
@NonNull String description
Description of thePaymentMethod
in human-readable form. Is not null.
-
-
-
Package org.salespointframework.quantity
-
Exception org.salespointframework.quantity.MetricMismatchException
class MetricMismatchException extends RuntimeException implements Serializable
-
-
Package org.salespointframework.useraccount
-
Class org.salespointframework.useraccount.Role
class Role extends Object implements Serializable- serialVersionUID:
- 5440415491197908839L
-
Serialized Fields
-
name
@NonNull String name
The name of the role.
-
-
Class org.salespointframework.useraccount.UserAccount.UserAccountIdentifier
class UserAccountIdentifier extends Object implements Serializable- serialVersionUID:
- -3010760283726584012L
-
Serialized Fields
-
userAccountId
String userAccountId
-
-