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