Class ComandoEmendaTextoLivreRecord
- java.lang.Object
-
- br.gov.lexml.eta.etaservices.parsing.xml.ComandoEmendaTextoLivreRecord
-
- All Implemented Interfaces:
ComandoEmendaTextoLivre
public final class ComandoEmendaTextoLivreRecord extends Object implements ComandoEmendaTextoLivre
-
-
Constructor Summary
Constructors Constructor Description ComandoEmendaTextoLivreRecord(String motivo, String texto, String textoAntesRevisao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMotivo()StringgetTexto()StringgetTextoAntesRevisao()inthashCode()StringtoString()
-
-
-
Method Detail
-
getMotivo
public String getMotivo()
- Specified by:
getMotivoin interfaceComandoEmendaTextoLivre
-
getTexto
public String getTexto()
- Specified by:
getTextoin interfaceComandoEmendaTextoLivre
-
getTextoAntesRevisao
public String getTextoAntesRevisao()
- Specified by:
getTextoAntesRevisaoin interfaceComandoEmendaTextoLivre
-
-