@Generated(value="")
public class Account
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address[] |
addresses |
protected java.lang.String[] |
emailAddresses |
protected @NotEmpty java.lang.String |
externalReferenceCode |
protected java.lang.Long |
id |
protected java.lang.Long |
logoId |
protected @NotEmpty java.lang.String |
name |
protected AccountOrganization[] |
organizations |
protected java.lang.Boolean |
root |
protected java.lang.String |
taxId |
protected java.lang.Integer |
type |
protected AccountMember[] |
users |
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
Address[] |
getAddresses() |
java.lang.String[] |
getEmailAddresses() |
java.lang.String |
getExternalReferenceCode() |
java.lang.Long |
getId() |
java.lang.Long |
getLogoId() |
java.lang.String |
getName() |
AccountOrganization[] |
getOrganizations() |
java.lang.Boolean |
getRoot() |
java.lang.String |
getTaxId() |
java.lang.Integer |
getType() |
AccountMember[] |
getUsers() |
int |
hashCode() |
void |
setAddresses(Address[] addresses) |
void |
setAddresses(com.liferay.petra.function.UnsafeSupplier<Address[],java.lang.Exception> addressesUnsafeSupplier) |
void |
setEmailAddresses(java.lang.String[] emailAddresses) |
void |
setEmailAddresses(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> emailAddressesUnsafeSupplier) |
void |
setExternalReferenceCode(java.lang.String externalReferenceCode) |
void |
setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setLogoId(java.lang.Long logoId) |
void |
setLogoId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> logoIdUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
void |
setOrganizations(AccountOrganization[] organizations) |
void |
setOrganizations(com.liferay.petra.function.UnsafeSupplier<AccountOrganization[],java.lang.Exception> organizationsUnsafeSupplier) |
void |
setRoot(java.lang.Boolean root) |
void |
setRoot(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> rootUnsafeSupplier) |
void |
setTaxId(java.lang.String taxId) |
void |
setTaxId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> taxIdUnsafeSupplier) |
void |
setType(java.lang.Integer type) |
void |
setType(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> typeUnsafeSupplier) |
void |
setUsers(AccountMember[] users) |
void |
setUsers(com.liferay.petra.function.UnsafeSupplier<AccountMember[],java.lang.Exception> usersUnsafeSupplier) |
java.lang.String |
toString() |
protected Address[] addresses
protected java.lang.String[] emailAddresses
@NotEmpty protected @NotEmpty java.lang.String externalReferenceCode
protected java.lang.Long id
protected java.lang.Long logoId
@NotEmpty protected @NotEmpty java.lang.String name
protected AccountOrganization[] organizations
protected java.lang.Boolean root
protected java.lang.String taxId
protected java.lang.Integer type
protected AccountMember[] users
public Address[] getAddresses()
public void setAddresses(Address[] addresses)
public void setAddresses(com.liferay.petra.function.UnsafeSupplier<Address[],java.lang.Exception> addressesUnsafeSupplier)
public java.lang.String[] getEmailAddresses()
public void setEmailAddresses(java.lang.String[] emailAddresses)
public void setEmailAddresses(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> emailAddressesUnsafeSupplier)
public java.lang.String getExternalReferenceCode()
public void setExternalReferenceCode(java.lang.String externalReferenceCode)
public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
public java.lang.Long getLogoId()
public void setLogoId(java.lang.Long logoId)
public void setLogoId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> logoIdUnsafeSupplier)
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 AccountOrganization[] getOrganizations()
public void setOrganizations(AccountOrganization[] organizations)
public void setOrganizations(com.liferay.petra.function.UnsafeSupplier<AccountOrganization[],java.lang.Exception> organizationsUnsafeSupplier)
public java.lang.Boolean getRoot()
public void setRoot(java.lang.Boolean root)
public void setRoot(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> rootUnsafeSupplier)
public java.lang.String getTaxId()
public void setTaxId(java.lang.String taxId)
public void setTaxId(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> taxIdUnsafeSupplier)
public java.lang.Integer getType()
public void setType(java.lang.Integer type)
public void setType(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> typeUnsafeSupplier)
public AccountMember[] getUsers()
public void setUsers(AccountMember[] users)
public void setUsers(com.liferay.petra.function.UnsafeSupplier<AccountMember[],java.lang.Exception> usersUnsafeSupplier)
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