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") LonggetName()@DecimalMin("0") LonginthashCode()voidsetAccountId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> accountIdUnsafeSupplier) voidsetAccountId(Long accountId) voidvoidvoidsetOrganizationExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String, Exception> organizationExternalReferenceCodeUnsafeSupplier) voidsetOrganizationExternalReferenceCode(String organizationExternalReferenceCode) voidsetOrganizationId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> organizationIdUnsafeSupplier) voidsetOrganizationId(Long organizationId) voidsetTreePath(com.liferay.petra.function.UnsafeSupplier<String, Exception> treePathUnsafeSupplier) voidsetTreePath(String treePath) static AccountOrganizationtoString()static AccountOrganizationunsafeToDTO(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
-