attributes property

  1. @OneToMany(table: ProgramSectionAttribute)
List<ProgramSectionAttribute>? attributes
getter/setter pair

Implementation

@OneToMany(table: ProgramSectionAttribute)
List<ProgramSectionAttribute>? attributes;