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") IntegergetOrder()@DecimalMin("0") Long@DecimalMin("0") LonginthashCode()voidsetAccount(Account account) voidsetAccount(com.liferay.petra.function.UnsafeSupplier<Account, Exception> accountUnsafeSupplier) voidsetAccountExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> accountExternalReferenceCodeUnsafeSupplier) voidsetAccountExternalReferenceCode(String accountExternalReferenceCode) voidsetAccountId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> accountIdUnsafeSupplier) voidsetAccountId(Long accountId) voidsetActions(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) voidvoidvoidvoidsetPriceListAccountId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> priceListAccountIdUnsafeSupplier) voidsetPriceListAccountId(Long priceListAccountId) voidsetPriceListExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> priceListExternalReferenceCodeUnsafeSupplier) voidsetPriceListExternalReferenceCode(String priceListExternalReferenceCode) voidsetPriceListId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> priceListIdUnsafeSupplier) voidsetPriceListId(Long priceListId) static PriceListAccounttoString()static PriceListAccountunsafeToDTO(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
-