@Generated(value="")
public class AccountOrganization
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull java.lang.Long |
commerceAccountId |
protected java.lang.String |
name |
protected @NotNull java.lang.Long |
organizationId |
protected java.lang.String |
treePath |
| Constructor and Description |
|---|
AccountOrganization() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.Long |
getCommerceAccountId() |
java.lang.String |
getName() |
java.lang.Long |
getOrganizationId() |
java.lang.String |
getTreePath() |
int |
hashCode() |
void |
setCommerceAccountId(java.lang.Long commerceAccountId) |
void |
setCommerceAccountId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> commerceAccountIdUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
void |
setOrganizationId(java.lang.Long organizationId) |
void |
setOrganizationId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> organizationIdUnsafeSupplier) |
void |
setTreePath(java.lang.String treePath) |
void |
setTreePath(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> treePathUnsafeSupplier) |
java.lang.String |
toString() |
@NotNull protected @NotNull java.lang.Long commerceAccountId
protected java.lang.String name
@NotNull protected @NotNull java.lang.Long organizationId
protected java.lang.String treePath
public java.lang.Long getCommerceAccountId()
public void setCommerceAccountId(java.lang.Long commerceAccountId)
public void setCommerceAccountId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> commerceAccountIdUnsafeSupplier)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier)
public java.lang.Long getOrganizationId()
public void setOrganizationId(java.lang.Long organizationId)
public void setOrganizationId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> organizationIdUnsafeSupplier)
public java.lang.String getTreePath()
public void setTreePath(java.lang.String treePath)
public void setTreePath(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> treePathUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object