2728293031323334353637
return business.findAll(); } public Programacao getBean() { if(this.bean == null) { this.bean = new Programacao(); if(this.id.getValue() != null) this.bean = business.load(this.id.getValue()); } return bean; }
8586878889909192
this.novoLocal = novoLocal; } public Programacao getNovaProgramacao() { if(novaProgramacao == null) novaProgramacao = new Programacao(); return novaProgramacao; }