public abstract class Persona extends Member
BaseEntity.Builder| Constructor and Description |
|---|
Persona(String id) |
Persona(UUID id) |
Persona(UUID id,
ZonedDateTime createdAt,
ZonedDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName() |
equals, getCreatedAt, getId, getIdAsUUID, getUpdatedAt, hashCode, setUpdatedAt, toStringpublic Persona(String id)
public Persona(UUID id)
public Persona(UUID id, ZonedDateTime createdAt, ZonedDateTime updatedAt)
public abstract String getName()
Copyright © 2015 Red Hat, Inc.. All rights reserved.