public final class ComandoEmendaRecord extends Object implements ComandoEmenda
| Constructor and Description |
|---|
ComandoEmendaRecord(String cabecalhoComum,
List<? extends ItemComandoEmenda> comandos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCabecalhoComum() |
List<? extends ItemComandoEmenda> |
getComandos() |
int |
hashCode() |
String |
toString() |
public ComandoEmendaRecord(String cabecalhoComum, List<? extends ItemComandoEmenda> comandos)
public String getCabecalhoComum()
getCabecalhoComum in interface ComandoEmendapublic List<? extends ItemComandoEmenda> getComandos()
getComandos in interface ComandoEmendaCopyright © 2023 LexML. All rights reserved.