Interface Emenda
-
- All Known Implementing Classes:
EmendaPojo,EmendaRecord
public interface Emenda
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<? extends Anexo>getAnexos()StringgetAplicacao()AutoriagetAutoria()ColegiadoApreciadorgetColegiadoApreciador()ComandoEmendagetComandoEmenda()ComandoEmendaTextoLivregetComandoEmendaTextoLivre()List<? extends ComponenteEmendado>getComponentes()LocalDategetData()default StringgetDataFormatada()InstantgetDataUltimaModificacao()EpigrafegetEpigrafe()StringgetJustificativa()StringgetJustificativaAntesRevisao()StringgetLocal()Map<String,Object>getMetadados()ModoEdicaoEmendagetModoEdicao()OpcoesImpressaogetOpcoesImpressao()RefProposicaoEmendadagetProposicao()List<? extends Revisao>getRevisoes()StringgetVersaoAplicacao()default booleanisPossuiMarcasRevisao()
-
-
-
Method Detail
-
getDataUltimaModificacao
Instant getDataUltimaModificacao()
-
getAplicacao
String getAplicacao()
-
getVersaoAplicacao
String getVersaoAplicacao()
-
getModoEdicao
ModoEdicaoEmenda getModoEdicao()
-
getProposicao
RefProposicaoEmendada getProposicao()
-
getColegiadoApreciador
ColegiadoApreciador getColegiadoApreciador()
-
getEpigrafe
Epigrafe getEpigrafe()
-
getComponentes
List<? extends ComponenteEmendado> getComponentes()
-
getComandoEmenda
ComandoEmenda getComandoEmenda()
-
getComandoEmendaTextoLivre
ComandoEmendaTextoLivre getComandoEmendaTextoLivre()
-
getJustificativa
String getJustificativa()
-
getJustificativaAntesRevisao
String getJustificativaAntesRevisao()
-
getLocal
String getLocal()
-
getData
LocalDate getData()
-
getDataFormatada
default String getDataFormatada()
-
getAutoria
Autoria getAutoria()
-
getOpcoesImpressao
OpcoesImpressao getOpcoesImpressao()
-
isPossuiMarcasRevisao
default boolean isPossuiMarcasRevisao()
-
-