Package | Description |
---|---|
controller | |
lib | |
model | |
search |
Modifier and Type | Method and Description |
---|---|
private void |
ControllerToppPanelAnnonse.addBoligTyperToComboBoxOnLoad(java.util.SortedSet<Boligtype> boligtypeSet)
Laster inn alle boligtyper i comboboksen ved initialisering.
|
Modifier and Type | Method and Description |
---|---|
static Boligtype |
Boligtype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Boligtype[] |
Boligtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private Boligtype |
Enebolig.boligtype |
private Boligtype |
Leilighet.boligtype |
Modifier and Type | Method and Description |
---|---|
Boligtype |
Enebolig.getBoligtype() |
Boligtype |
Leilighet.getBoligtype() |
Modifier and Type | Method and Description |
---|---|
void |
Enebolig.setBoligtype(Boligtype boligtype) |
void |
Leilighet.setBoligtype(Boligtype boligtype) |
Constructor and Description |
---|
Enebolig(Boligtype boligtype,
int antallEtasjer,
boolean harKjeller,
int tomtAreal,
int personID,
java.lang.String adresse,
java.lang.String postnummer,
java.lang.String poststed,
int boAreal,
int byggeAr,
java.lang.String beskrivelse,
boolean erUtleid,
java.util.Calendar tilgjengeligForUtleie)
Kontruktør for opprettelse av en enebolig.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<Boligtype> |
AnnonseFilter.getBoligtyperIAnnonser()
Returner set med enum typer over type av boliger som finnes i
boligregisteret.
|
Modifier and Type | Method and Description |
---|---|
private void |
AnnonseFilter.filtrerEtterBoligType(Boligtype t)
Filtrerer etter valgt boligtype.
|
java.util.HashSet<Annonse> |
AnnonseFilter.filtrerEtterParametre(java.lang.String poststed,
Boligtype boligtype,
int prisMin,
int prisMaks,
int arealMin,
int arealMaks,
boolean harBalkong,
boolean harFellesvask,
boolean harHage,
boolean harKjeller) |