public abstract class BaseDto extends Object implements Serializable
| Constructor and Description |
|---|
BaseDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId() |
Long |
getVersion() |
int |
hashCode() |
boolean |
isNew() |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
Copyright © 2017 Glasnost. All Rights Reserved.