public class ComandoEmendaPojo extends Object implements ComandoEmenda
| Constructor and Description |
|---|
ComandoEmendaPojo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCabecalhoComum() |
List<? extends ItemComandoEmenda> |
getComandos() |
int |
hashCode() |
void |
setCabecalhoComum(String cabecalhoComum) |
void |
setComandos(List<? extends ItemComandoEmendaPojo> comandos) |
String |
toString() |
public String getCabecalhoComum()
getCabecalhoComum in interface ComandoEmendapublic void setCabecalhoComum(String cabecalhoComum)
public List<? extends ItemComandoEmenda> getComandos()
getComandos in interface ComandoEmendapublic void setComandos(List<? extends ItemComandoEmendaPojo> comandos)
Copyright © 2023 LexML. All rights reserved.