public class AccountId extends Object implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static AccountId |
EMPTY_ID
AccountId with empty raw identifier. |
static String |
EMPTY_RAW_ID
Empty raw identifier.
|
| Constructor and Description |
|---|
AccountId()
Default constructor.
|
AccountId(String aId)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AccountId |
clone() |
boolean |
equals(Object obj) |
static AccountId |
generateNew()
Generate unique
AccountId. |
String |
getId() |
int |
hashCode() |
void |
setId(String aId) |
String |
toString() |
public static final String EMPTY_RAW_ID
public AccountId()
public AccountId(String aId)
aId - raw identifierCopyright © 2013–2019 BB Corp. All rights reserved.