public class ChildEntity extends BasicEntity
| Constructor and Description |
|---|
ChildEntity(long id,
long parentId,
String[] values,
Calendar createdDateTime,
Calendar updatedDateTime) |
ChildEntity(long parentId,
String[] values) |
| Modifier and Type | Method and Description |
|---|---|
long |
getParentId() |
void |
setParentId(long parentId) |
getValues, setValuesequals, getCreatedDateTime, getId, getUpdatedDateTime, hashCode, setCreatedDateTime, setId, setUpdatedDateTime, toStringpublic ChildEntity(long parentId,
String[] values)