public class ItemComandoEmendaPojo extends Object implements ItemComandoEmenda
| Constructor and Description |
|---|
ItemComandoEmendaPojo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCabecalho() |
String |
getCitacao() |
String |
getComplemento() |
String |
getRotulo() |
int |
hashCode() |
void |
setCabecalho(String cabecalho) |
void |
setCitacao(String citacao) |
void |
setComplemento(String complemento) |
void |
setRotulo(String rotulo) |
String |
toString() |
public String getCabecalho()
getCabecalho in interface ItemComandoEmendapublic void setCabecalho(String cabecalho)
public String getCitacao()
getCitacao in interface ItemComandoEmendapublic void setCitacao(String citacao)
public String getRotulo()
getRotulo in interface ItemComandoEmendapublic void setRotulo(String rotulo)
public String getComplemento()
getComplemento in interface ItemComandoEmendapublic void setComplemento(String complemento)
Copyright © 2023 LexML. All rights reserved.