public abstract class BusinessObject extends Object
| Constructor and Description |
|---|
BusinessObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationDate() |
String |
getId() |
Date |
getUpdatedDate() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setId(String id) |
void |
setUpdatedDate(Date updatedDate) |
Copyright © 2016. All rights reserved.