Class Account
java.lang.Object
com.liferay.headless.commerce.delivery.catalog.dto.v1_0.Account
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.portal.vulcan.custom.field.CustomField[]
protected Date
protected Date
protected Long
protected Long
protected String
protected String[]
protected String
protected Long
protected Long
protected String
protected @NotEmpty String
protected Long[]
protected Integer
protected String
protected Account.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid com.liferay.portal.vulcan.custom.field.CustomField[]
@DecimalMin("0") Long
@DecimalMin("0") Long
String[]
@DecimalMin("0") Long
getId()
@DecimalMin("0") Long
getName()
Long[]
getTaxId()
@Valid Account.Type
getType()
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setCustomFields
(com.liferay.petra.function.UnsafeSupplier<com.liferay.portal.vulcan.custom.field.CustomField[], Exception> customFieldsUnsafeSupplier) void
setCustomFields
(com.liferay.portal.vulcan.custom.field.CustomField[] customFields) void
setDateCreated
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) void
setDateCreated
(Date dateCreated) void
setDateModified
(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) void
setDateModified
(Date dateModified) void
setDefaultBillingAddressId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> defaultBillingAddressIdUnsafeSupplier) void
setDefaultBillingAddressId
(Long defaultBillingAddressId) void
setDefaultShippingAddressId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> defaultShippingAddressIdUnsafeSupplier) void
setDefaultShippingAddressId
(Long defaultShippingAddressId) void
setDescription
(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) void
setDescription
(String description) void
setDomains
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> domainsUnsafeSupplier) void
setDomains
(String[] domains) void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
void
void
void
void
setLogoURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> logoURLUnsafeSupplier) void
setLogoURL
(String logoURL) void
void
void
setOrganizationIds
(com.liferay.petra.function.UnsafeSupplier<Long[], Exception> organizationIdsUnsafeSupplier) void
setOrganizationIds
(Long[] organizationIds) void
void
void
void
void
setType
(Account.Type type) void
setType
(com.liferay.petra.function.UnsafeSupplier<Account.Type, Exception> typeUnsafeSupplier) static Account
toString()
static Account
unsafeToDTO
(String json)
-
Field Details
-
actions
-
customFields
protected com.liferay.portal.vulcan.custom.field.CustomField[] customFields -
dateCreated
-
dateModified
-
defaultBillingAddressId
-
defaultShippingAddressId
-
description
-
domains
-
externalReferenceCode
-
id
-
logoId
-
logoURL
-
name
-
organizationIds
-
status
-
taxId
-
type
-
xClassName
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getCustomFields
@Valid public @Valid com.liferay.portal.vulcan.custom.field.CustomField[] getCustomFields() -
setCustomFields
public void setCustomFields(com.liferay.portal.vulcan.custom.field.CustomField[] customFields) -
setCustomFields
public void setCustomFields(com.liferay.petra.function.UnsafeSupplier<com.liferay.portal.vulcan.custom.field.CustomField[], Exception> customFieldsUnsafeSupplier) -
getDateCreated
-
setDateCreated
-
setDateCreated
-
getDateModified
-
setDateModified
-
setDateModified
-
getDefaultBillingAddressId
-
setDefaultBillingAddressId
-
setDefaultBillingAddressId
-
getDefaultShippingAddressId
-
setDefaultShippingAddressId
-
setDefaultShippingAddressId
-
getDescription
-
setDescription
-
setDescription
-
getDomains
-
setDomains
-
setDomains
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getId
-
setId
-
setId
-
getLogoId
-
setLogoId
-
setLogoId
-
getLogoURL
-
setLogoURL
-
setLogoURL
-
getName
-
setName
-
setName
-
getOrganizationIds
-
setOrganizationIds
-
setOrganizationIds
-
getStatus
-
setStatus
-
setStatus
-
getTaxId
-
setTaxId
-
setTaxId
-
getType
-
getTypeAsString
-
setType
-
setType
public void setType(com.liferay.petra.function.UnsafeSupplier<Account.Type, Exception> typeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-