Class PriceListAccount
java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.PriceListAccount
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Account
@DecimalMin("0") Long
@DecimalMin("0") Integer
getOrder()
@DecimalMin("0") Long
@DecimalMin("0") Long
int
hashCode()
void
setAccount
(Account account) void
setAccount
(com.liferay.petra.function.UnsafeSupplier<Account, Exception> accountUnsafeSupplier) void
setAccountExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> accountExternalReferenceCodeUnsafeSupplier) void
setAccountExternalReferenceCode
(String accountExternalReferenceCode) void
setAccountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> accountIdUnsafeSupplier) void
setAccountId
(Long accountId) void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
void
void
setPriceListAccountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> priceListAccountIdUnsafeSupplier) void
setPriceListAccountId
(Long priceListAccountId) void
setPriceListExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> priceListExternalReferenceCodeUnsafeSupplier) void
setPriceListExternalReferenceCode
(String priceListExternalReferenceCode) void
setPriceListId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> priceListIdUnsafeSupplier) void
setPriceListId
(Long priceListId) static PriceListAccount
toString()
static PriceListAccount
unsafeToDTO
(String json)
-
Field Details
-
account
-
accountExternalReferenceCode
-
accountId
-
actions
-
order
-
priceListAccountId
-
priceListExternalReferenceCode
-
priceListId
-
xClassName
-
-
Constructor Details
-
PriceListAccount
public PriceListAccount()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAccount
-
setAccount
-
setAccount
-
getAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
getAccountId
-
setAccountId
-
setAccountId
-
getActions
-
setActions
-
setActions
-
getOrder
-
setOrder
-
setOrder
-
getPriceListAccountId
-
setPriceListAccountId
-
setPriceListAccountId
-
getPriceListExternalReferenceCode
-
setPriceListExternalReferenceCode
-
setPriceListExternalReferenceCode
-
getPriceListId
-
setPriceListId
-
setPriceListId
-
equals
-
hashCode
public int hashCode() -
toString
-