Class ItemComandoEmendaPojo
- java.lang.Object
-
- br.gov.lexml.eta.etaservices.printing.json.ItemComandoEmendaPojo
-
- All Implemented Interfaces:
ItemComandoEmenda
public class ItemComandoEmendaPojo extends Object implements ItemComandoEmenda
-
-
Constructor Summary
Constructors Constructor Description ItemComandoEmendaPojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCabecalho()StringgetCitacao()StringgetComplemento()StringgetRotulo()inthashCode()voidsetCabecalho(String cabecalho)voidsetCitacao(String citacao)voidsetComplemento(String complemento)voidsetRotulo(String rotulo)StringtoString()
-
-
-
Method Detail
-
getCabecalho
public String getCabecalho()
- Specified by:
getCabecalhoin interfaceItemComandoEmenda
-
setCabecalho
public void setCabecalho(String cabecalho)
-
getCitacao
public String getCitacao()
- Specified by:
getCitacaoin interfaceItemComandoEmenda
-
setCitacao
public void setCitacao(String citacao)
-
getRotulo
public String getRotulo()
- Specified by:
getRotuloin interfaceItemComandoEmenda
-
setRotulo
public void setRotulo(String rotulo)
-
getComplemento
public String getComplemento()
- Specified by:
getComplementoin interfaceItemComandoEmenda
-
setComplemento
public void setComplemento(String complemento)
-
-