public abstract class UUIDBaseEntity extends Object implements BaseEntity<String>
| Constructor and Description |
|---|
UUIDBaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrimaryKey() |
String |
getUuid() |
void |
setUuid(String uuid) |
protected String uuid
public String getUuid()
public void setUuid(String uuid)
public String getPrimaryKey()
getPrimaryKey in interface BaseEntity<String>Copyright © 2018. All rights reserved.