Class CustomerAccount
java.lang.Object
com.broadleafcommerce.auth.resource.domain.CustomerAccount
- All Implemented Interfaces:
Serializable
Links an account id to its parent account id.
- Author:
- Cade Rea (cade-rea)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe account number associated with this account.getId()The unique identifier for this account.The parent account id for this account.inthashCode()booleanisActive()Whether this account is active.voidsetAccountNumber(String accountNumber) The account number associated with this account.voidsetActive(boolean active) Whether this account is active.voidThe unique identifier for this account.voidsetParentAccountId(String parentAccountId) The parent account id for this account.toString()
-
Constructor Details
-
CustomerAccount
public CustomerAccount()
-
-
Method Details
-
getId
The unique identifier for this account. -
getParentAccountId
The parent account id for this account. If this account does not have a parent, this value will be null. -
isActive
public boolean isActive()Whether this account is active. -
getAccountNumber
The account number associated with this account.- Since:
- Authentication Services 2.3.0, Release Train 2.3.0
-
setId
The unique identifier for this account. -
setParentAccountId
The parent account id for this account. If this account does not have a parent, this value will be null. -
setActive
public void setActive(boolean active) Whether this account is active. -
setAccountNumber
The account number associated with this account.- Since:
- Authentication Services 2.3.0, Release Train 2.3.0
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-