public abstract class BaseDO extends Object
Modifier | Constructor and Description |
---|---|
protected |
BaseDO() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Date |
getLastUpdatedTime() |
void |
setId(Long id) |
void |
setLastUpdatedTime(Date lastUpdatedTime) |
String |
toString() |
Copyright © 2020 WSO2. All rights reserved.