Class ComandoEmendaTextoLivrePojo
- java.lang.Object
-
- br.gov.lexml.eta.etaservices.printing.json.ComandoEmendaTextoLivrePojo
-
- All Implemented Interfaces:
ComandoEmendaTextoLivre
public class ComandoEmendaTextoLivrePojo extends Object implements ComandoEmendaTextoLivre
-
-
Constructor Summary
Constructors Constructor Description ComandoEmendaTextoLivrePojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMotivo()StringgetTexto()StringgetTextoAntesRevisao()inthashCode()voidsetMotivo(String motivo)voidsetTexto(String texto)voidsetTextoAntesRevisao(String textoAntesRevisao)StringtoString()
-
-
-
Method Detail
-
getMotivo
public String getMotivo()
- Specified by:
getMotivoin interfaceComandoEmendaTextoLivre
-
getTexto
public String getTexto()
- Specified by:
getTextoin interfaceComandoEmendaTextoLivre
-
setMotivo
public void setMotivo(String motivo)
-
setTexto
public void setTexto(String texto)
-
getTextoAntesRevisao
public String getTextoAntesRevisao()
- Specified by:
getTextoAntesRevisaoin interfaceComandoEmendaTextoLivre
-
setTextoAntesRevisao
public void setTextoAntesRevisao(String textoAntesRevisao)
-
-