public class Gegevensbron extends Object implements Comparable
| Modifier and Type | Field and Description |
|---|---|
static String |
GEGEVENSBRONID |
| Constructor and Description |
|---|
Gegevensbron() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
String |
getAdmin_fk() |
String |
getAdmin_pk() |
String |
getAdmin_query() |
String |
getAdmin_tabel_opmerkingen() |
String |
getAdmin_tabel() |
nl.b3p.zoeker.configuratie.Bron |
getBron() |
nl.b3p.zoeker.configuratie.Bron |
getBron(GisPrincipal user) |
nl.b3p.zoeker.configuratie.Bron |
getBron(javax.servlet.http.HttpServletRequest request) |
Set |
getChildren() |
Integer |
getId() |
String |
getNaam() |
Gegevensbron |
getParent() |
Set |
getThemaData() |
Set |
getThemas() |
Integer |
getVolgordenr() |
boolean |
isEditable() |
boolean |
isGeometryeditable() |
void |
setAdmin_fk(String admin_fk) |
void |
setAdmin_pk(String admin_pk) |
void |
setAdmin_query(String admin_query) |
void |
setAdmin_tabel_opmerkingen(String admin_tabel_opmerkingen) |
void |
setAdmin_tabel(String admin_tabel) |
void |
setBron(nl.b3p.zoeker.configuratie.Bron bron) |
void |
setChildren(Set children) |
void |
setEditable(boolean editable) |
void |
setGeometryeditable(boolean geometryeditable) |
void |
setId(Integer id) |
void |
setNaam(String naam) |
void |
setParent(Gegevensbron parent) |
void |
setThemaData(Set themaData) |
void |
setThemas(Set themas) |
void |
setVolgordenr(Integer volgordenr) |
public static final String GEGEVENSBRONID
public String getAdmin_fk()
public void setAdmin_fk(String admin_fk)
public String getAdmin_pk()
public void setAdmin_pk(String admin_pk)
public String getAdmin_query()
public void setAdmin_query(String admin_query)
public String getAdmin_tabel()
public void setAdmin_tabel(String admin_tabel)
public String getAdmin_tabel_opmerkingen()
public void setAdmin_tabel_opmerkingen(String admin_tabel_opmerkingen)
public nl.b3p.zoeker.configuratie.Bron getBron()
public void setBron(nl.b3p.zoeker.configuratie.Bron bron)
public Set getChildren()
public void setChildren(Set children)
public Integer getId()
public void setId(Integer id)
public String getNaam()
public void setNaam(String naam)
public Gegevensbron getParent()
public void setParent(Gegevensbron parent)
public int compareTo(Object o)
compareTo in interface Comparablepublic Set getThemaData()
public void setThemaData(Set themaData)
public nl.b3p.zoeker.configuratie.Bron getBron(javax.servlet.http.HttpServletRequest request)
public nl.b3p.zoeker.configuratie.Bron getBron(GisPrincipal user)
public Set getThemas()
public void setThemas(Set themas)
public Integer getVolgordenr()
public void setVolgordenr(Integer volgordenr)
public boolean isEditable()
public void setEditable(boolean editable)
public boolean isGeometryeditable()
public void setGeometryeditable(boolean geometryeditable)
Copyright © 2016. All rights reserved.