attributes property
- @OneToMany(table: TrackedEntityAttributeValue)
getter/setter pair
Implementation
@OneToMany(table: TrackedEntityAttributeValue)
List<TrackedEntityAttributeValue>? attributes;
@OneToMany(table: TrackedEntityAttributeValue)
List<TrackedEntityAttributeValue>? attributes;