@MappedSuperclass public class BaseEntity extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
BaseEntity() |
|
BaseEntity(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ZonedDateTime |
getCreatedAt() |
String |
getId() |
ZonedDateTime |
getUpdatedAt() |
int |
hashCode() |
void |
setUpdatedAt() |
String |
toString() |
protected BaseEntity()
public BaseEntity(String id)
public String getId()
public ZonedDateTime getCreatedAt()
public ZonedDateTime getUpdatedAt()
public void setUpdatedAt()
Copyright © 2015 Red Hat, Inc.. All rights reserved.