public class Clusters extends Object implements Comparable
| Modifier and Type | Class and Description |
|---|---|
static class |
Clusters.NameComparator |
| Constructor and Description |
|---|
Clusters()
Creates a new instance of Clusters
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
int |
getBelangnr() |
Set |
getChildren()
Return de children van dit cluster.
|
Integer |
getId()
Return het ID van de Clusters.
|
String |
getMetadatalink() |
String |
getNaam()
Return de naam van het cluster.
|
String |
getOmschrijving()
Return de omschrijving van het cluster.
|
Clusters |
getParent()
Return de parent van dit cluster.
|
Set |
getThemas()
Return de themas van dit cluster.
|
boolean |
isBackground_cluster() |
boolean |
isCallable() |
boolean |
isDefault_cluster() |
boolean |
isDefault_visible() |
boolean |
isExclusive_childs() |
boolean |
isExtra_level() |
boolean |
isHide_legend() |
boolean |
isHide_tree() |
void |
setBackground_cluster(boolean background_cluster) |
void |
setBelangnr(int belangnr) |
void |
setCallable(boolean callable) |
void |
setChildren(Set children)
Set de children van dit cluster.
|
void |
setDefault_cluster(boolean default_cluster) |
void |
setDefault_visible(boolean default_visible) |
void |
setExclusive_childs(boolean exclusive_childs) |
void |
setExtra_level(boolean extra_level) |
void |
setHide_legend(boolean hide_legend) |
void |
setHide_tree(boolean hide_tree) |
void |
setId(Integer id)
Set het ID van de Clusters.
|
void |
setMetadatalink(String metadatalink) |
void |
setNaam(String naam)
Set de naam van het cluster.
|
void |
setOmschrijving(String omschrijving)
Set de omschrijving van het cluster.
|
void |
setParent(Clusters parent)
Set de parent van dit cluster.
|
void |
setThemas(Set themas)
Set de themas van dit cluster.
|
public Integer getId()
public void setId(Integer id)
id - int idpublic String getNaam()
public void setNaam(String naam)
naam - String met de naam van het cluster.public String getOmschrijving()
public void setOmschrijving(String omschrijving)
omschrijving - String met de omschrijving van het cluster.public int getBelangnr()
public void setBelangnr(int belangnr)
belangnr - the belangnr to setpublic Set getChildren()
Setpublic void setChildren(Set children)
children - Set children met de children van dit cluster.Setpublic Set getThemas()
Setpublic void setThemas(Set themas)
themas - Set children met de themas van dit cluster.Setpublic Clusters getParent()
public void setParent(Clusters parent)
parent - Clusters met de parent van dit cluster.public boolean isDefault_cluster()
public void setDefault_cluster(boolean default_cluster)
default_cluster - the default_cluster to setpublic boolean isHide_legend()
public void setHide_legend(boolean hide_legend)
hide_legend - the hide_legend to setpublic boolean isHide_tree()
public void setHide_tree(boolean hide_tree)
hide_tree - the hide_tree to setpublic boolean isBackground_cluster()
public void setBackground_cluster(boolean background_cluster)
background_cluster - the background_cluster to setpublic boolean isExtra_level()
public void setExtra_level(boolean extra_level)
extra_level - the extra_level to setpublic boolean isCallable()
public void setCallable(boolean callable)
callable - the callable to setpublic String getMetadatalink()
public void setMetadatalink(String metadatalink)
metadatalink - the metadatalink to setpublic boolean isDefault_visible()
public void setDefault_visible(boolean default_visible)
default_visible - the default_visible to setpublic int compareTo(Object o)
compareTo in interface Comparablepublic boolean isExclusive_childs()
public void setExclusive_childs(boolean exclusive_childs)
exclusive_childs - the exclusive_childs to setCopyright © 2016. All rights reserved.