Class ComandoEmendaPojo
- java.lang.Object
-
- br.gov.lexml.eta.etaservices.printing.json.ComandoEmendaPojo
-
- All Implemented Interfaces:
ComandoEmenda
public class ComandoEmendaPojo extends Object implements ComandoEmenda
-
-
Constructor Summary
Constructors Constructor Description ComandoEmendaPojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCabecalhoComum()List<? extends ItemComandoEmenda>getComandos()inthashCode()voidsetCabecalhoComum(String cabecalhoComum)voidsetComandos(List<? extends ItemComandoEmendaPojo> comandos)StringtoString()
-
-
-
Method Detail
-
getCabecalhoComum
public String getCabecalhoComum()
- Specified by:
getCabecalhoComumin interfaceComandoEmenda
-
setCabecalhoComum
public void setCabecalhoComum(String cabecalhoComum)
-
getComandos
public List<? extends ItemComandoEmenda> getComandos()
- Specified by:
getComandosin interfaceComandoEmenda
-
setComandos
public void setComandos(List<? extends ItemComandoEmendaPojo> comandos)
-
-