@Entity public class UserRequiredActionEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserRequiredActionEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected UserEntity |
user |
Constructor and Description |
---|
UserRequiredActionEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAction() |
UserEntity |
getUser() |
int |
hashCode() |
void |
setAction(String action) |
void |
setUser(UserEntity user) |
protected UserEntity user
protected String action
public String getAction()
public void setAction(String action)
public UserEntity getUser()
public void setUser(UserEntity user)
Copyright © 2020 JBoss by Red Hat. All rights reserved.