Class AccountOrganization
java.lang.Object
com.liferay.headless.commerce.admin.account.dto.v1_0.AccountOrganization
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@DecimalMin("0") Long
getName()
@DecimalMin("0") Long
int
hashCode()
void
setAccountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> accountIdUnsafeSupplier) void
setAccountId
(Long accountId) void
void
void
setOrganizationExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> organizationExternalReferenceCodeUnsafeSupplier) void
setOrganizationExternalReferenceCode
(String organizationExternalReferenceCode) void
setOrganizationId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> organizationIdUnsafeSupplier) void
setOrganizationId
(Long organizationId) void
setTreePath
(com.liferay.petra.function.UnsafeSupplier<String, Exception> treePathUnsafeSupplier) void
setTreePath
(String treePath) static AccountOrganization
toString()
static AccountOrganization
unsafeToDTO
(String json)
-
Field Details
-
accountId
-
name
-
organizationExternalReferenceCode
-
organizationId
-
treePath
-
xClassName
-
-
Constructor Details
-
AccountOrganization
public AccountOrganization()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAccountId
-
setAccountId
-
setAccountId
-
getName
-
setName
-
setName
-
getOrganizationExternalReferenceCode
-
setOrganizationExternalReferenceCode
-
setOrganizationExternalReferenceCode
-
getOrganizationId
-
setOrganizationId
-
setOrganizationId
-
getTreePath
-
setTreePath
-
setTreePath
-
equals
-
hashCode
public int hashCode() -
toString
-