public class CustomerAccount
extends Object
Links an account id to its parent account id.
- Author:
- Cade Rea (cade-rea)
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
boolean
void
void
void
-
Constructor Details
-
CustomerAccount
public CustomerAccount()
-
Method Details
-
-
getParentAccountId
@Nullable
public String getParentAccountId()
-
isActive
public boolean isActive()
-
-
setParentAccountId
public void setParentAccountId(@Nullable
String parentAccountId)
-
setActive
public void setActive(boolean active)
-
-
canEqual
protected boolean canEqual(Object other)
-
-