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, setValues
equals, getCreatedDateTime, getId, getUpdatedDateTime, hashCode, setCreatedDateTime, setId, setUpdatedDateTime, toString
public ChildEntity(long parentId, String[] values)