@Entity public class UserEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
UserEntity() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getNamespaceAuthorizationAdmin() |
String |
getUserId() |
void |
setNamespaceAuthorizationAdmin(Boolean namespaceAuthorizationAdmin) |
void |
setUserId(String userId) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
Copyright © 2021. All rights reserved.