| Package | Description |
|---|---|
| org.opensrp.api.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEntity
The BaseEntity is the parent entity that contains basic information for all other business
entities.
|
class |
Client
Client is the main beneficiary, the system facilitates to capture data for.
|
class |
Event
An
Event is a logical happening or experience of BaseEntity with the system as
defined by the program workflow. |
class |
Location
The registered location which needs to be identified uniquely across the system
|
class |
Provider
The person who provided data for
Event |
class |
User
The person who actually entered or modified data into system.
|
| Modifier and Type | Method and Description |
|---|---|
BaseDataObject |
BaseDataObject.withCreator(User creator) |
BaseDataObject |
BaseDataObject.withDateCreated(Date dateCreated) |
BaseDataObject |
BaseDataObject.withDateEdited(Date dateEdited) |
BaseDataObject |
BaseDataObject.withDateVoided(Date dateVoided) |
BaseDataObject |
BaseDataObject.withEditor(User editor) |
BaseDataObject |
BaseDataObject.withVoided(Boolean voided) |
BaseDataObject |
BaseDataObject.withVoider(User voider) |
BaseDataObject |
BaseDataObject.withVoidReason(String voidReason) |
Copyright © 2018. All rights reserved.