public abstract class UserEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserEntity.UserEntityType |
| Modifier | Constructor and Description |
|---|---|
protected |
UserEntity() |
protected |
UserEntity(List<String> excludes) |
protected |
UserEntity(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAsString() |
List<String> |
getExcludes() |
String |
getIdentifier() |
abstract UserEntity.UserEntityType |
getType() |
int |
hashCode() |
abstract boolean |
isSubsetOf(UserEntity entity) |
String |
toString() |
protected UserEntity()
protected UserEntity(String identifier)
public String getIdentifier()
public abstract UserEntity.UserEntityType getType()
public final String getAsString()
public abstract boolean isSubsetOf(UserEntity entity)
Copyright © 2019. All Rights Reserved.