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