@MappedSuperclass public abstract class BaseEntity extends Object
| Constructor and Description |
|---|
BaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId() |
Date |
getModified() |
int |
hashCode() |
void |
setId(Long id) |
void |
setModified(Date modified) |
String |
toString() |
Copyright © 2015–2016 DuraSpace. All rights reserved.