Interface ComandoEmenda
-
- All Known Implementing Classes:
ComandoEmendaPojo,ComandoEmendaRecord
public interface ComandoEmenda
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCabecalhoComum()List<? extends ItemComandoEmenda>getComandos()
-
-
-
Method Detail
-
getCabecalhoComum
String getCabecalhoComum()
-
getComandos
List<? extends ItemComandoEmenda> getComandos()
-
-