public class RequestFilter extends Object
| Constructor and Description |
|---|
RequestFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
String |
getId() |
String |
getOfficialname() |
String |
getRegisteredby() |
String |
getTypology() |
void |
setCountry(String country) |
void |
setId(String id) |
void |
setOfficialname(String officialname) |
void |
setRegisteredby(String registeredby) |
void |
setTypology(String typology) |
public String getTypology()
public void setTypology(String typology)
public String getRegisteredby()
public void setRegisteredby(String registeredby)
public String getCountry()
public void setCountry(String country)
public String getId()
public void setId(String id)
public String getOfficialname()
public void setOfficialname(String officialname)
Copyright © 2018. All rights reserved.