@MappedSuperclass public abstract class BaseRecord extends Object implements Serializable
| Constructor and Description |
|---|
BaseRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
void |
setDescription(String description) |
void |
setId(long id) |
Copyright © 2016. All Rights Reserved.