| Package | Description |
|---|---|
| org.opensrp.api.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
Client
Client is the main beneficiary, the system facilitates to capture data for.
|
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 |
|---|---|
BaseEntity |
BaseEntity.withAddress(Address address) |
BaseEntity |
BaseEntity.withAddresses(List<Address> addresses)
WARNING: Overrides all existing addresses
|
BaseEntity |
BaseEntity.withAttribute(String name,
Object value) |
BaseEntity |
BaseEntity.withAttributes(Map<String,Object> attributes)
WARNING: Overrides all existing attributes
|
BaseEntity |
BaseEntity.withBaseEntityId(String baseEntityId) |
BaseEntity |
BaseEntity.withIdentifier(String identifierType,
String identifier) |
BaseEntity |
BaseEntity.withIdentifiers(Map<String,String> identifiers)
WARNING: Overrides all existing identifiers
|
Copyright © 2018. All rights reserved.