Class ComandoEmendaRecord
- java.lang.Object
-
- br.gov.lexml.eta.etaservices.parsing.xml.ComandoEmendaRecord
-
- All Implemented Interfaces:
ComandoEmenda
public final class ComandoEmendaRecord extends Object implements ComandoEmenda
-
-
Constructor Summary
Constructors Constructor Description ComandoEmendaRecord(String cabecalhoComum, List<? extends ItemComandoEmenda> comandos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCabecalhoComum()List<? extends ItemComandoEmenda>getComandos()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ComandoEmendaRecord
public ComandoEmendaRecord(String cabecalhoComum, List<? extends ItemComandoEmenda> comandos)
-
-
Method Detail
-
getCabecalhoComum
public String getCabecalhoComum()
- Specified by:
getCabecalhoComumin interfaceComandoEmenda
-
getComandos
public List<? extends ItemComandoEmenda> getComandos()
- Specified by:
getComandosin interfaceComandoEmenda
-
-