Class PriceListAccountGroup
java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.PriceListAccountGroup
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid PricingAccountGroup
@DecimalMin("0") Long
@DecimalMin("0") Integer
getOrder()
@DecimalMin("0") Long
@DecimalMin("0") Long
int
hashCode()
void
setAccountGroup
(PricingAccountGroup accountGroup) void
setAccountGroup
(com.liferay.petra.function.UnsafeSupplier<PricingAccountGroup, Exception> accountGroupUnsafeSupplier) void
setAccountGroupExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> accountGroupExternalReferenceCodeUnsafeSupplier) void
setAccountGroupExternalReferenceCode
(String accountGroupExternalReferenceCode) void
setAccountGroupId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> accountGroupIdUnsafeSupplier) void
setAccountGroupId
(Long accountGroupId) void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
void
void
setPriceListAccountGroupId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> priceListAccountGroupIdUnsafeSupplier) void
setPriceListAccountGroupId
(Long priceListAccountGroupId) 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 PriceListAccountGroup
toString()
static PriceListAccountGroup
unsafeToDTO
(String json)
-
Field Details
-
accountGroup
-
accountGroupExternalReferenceCode
-
accountGroupId
-
actions
-
order
-
priceListAccountGroupId
-
priceListExternalReferenceCode
-
priceListId
-
xClassName
-
-
Constructor Details
-
PriceListAccountGroup
public PriceListAccountGroup()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAccountGroup
-
setAccountGroup
-
setAccountGroup
public void setAccountGroup(com.liferay.petra.function.UnsafeSupplier<PricingAccountGroup, Exception> accountGroupUnsafeSupplier) -
getAccountGroupExternalReferenceCode
-
setAccountGroupExternalReferenceCode
-
setAccountGroupExternalReferenceCode
-
getAccountGroupId
-
setAccountGroupId
-
setAccountGroupId
-
getActions
-
setActions
-
setActions
-
getOrder
-
setOrder
-
setOrder
-
getPriceListAccountGroupId
-
setPriceListAccountGroupId
-
setPriceListAccountGroupId
-
getPriceListExternalReferenceCode
-
setPriceListExternalReferenceCode
-
setPriceListExternalReferenceCode
-
getPriceListId
-
setPriceListId
-
setPriceListId
-
equals
-
hashCode
public int hashCode() -
toString
-