| Package | Description |
|---|---|
| de.cismet.cids.custom.beans.lagis | |
| de.cismet.lagis.models | |
| de.cismet.lagis.util | |
| de.cismet.lagisEE.entity.core |
| Modifier and Type | Method and Description |
|---|---|
static NutzungCustomBean |
NutzungCustomBean.createNew()
This Constructor creates Nutzung with an inital Buchung which is a Buchwert.
|
static NutzungCustomBean |
NutzungCustomBean.createNew(boolean addDummyBuchung)
DOCUMENT ME!
|
static NutzungCustomBean |
NutzungCustomBean.createNew(NutzungBuchungCustomBean initialBuchwert)
This Constructor creates a Nutzung with a given inital buchwert.
|
NutzungCustomBean |
NutzungBuchungCustomBean.getFk_nutzung()
DOCUMENT ME!
|
NutzungCustomBean |
NutzungBuchungCustomBean.getNutzung() |
| Modifier and Type | Method and Description |
|---|---|
Collection<NutzungCustomBean> |
FlurstueckCustomBean.getN_nutzungen()
DOCUMENT ME!
|
Collection<NutzungCustomBean> |
FlurstueckCustomBean.getNutzungen() |
| Modifier and Type | Method and Description |
|---|---|
void |
NutzungBuchungCustomBean.setFk_nutzung(NutzungCustomBean val)
DOCUMENT ME!
|
void |
NutzungBuchungCustomBean.setNutzung(NutzungCustomBean val) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlurstueckCustomBean.setN_nutzungen(Collection<NutzungCustomBean> val)
DOCUMENT ME!
|
void |
FlurstueckCustomBean.setNutzungen(Collection<NutzungCustomBean> val) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<NutzungCustomBean> |
NKFOverviewTableModel.getAllNutzungen()
DOCUMENT ME!
|
ArrayList<NutzungCustomBean> |
NKFTableModel.getAllNutzungen()
public Set<> getCurrentNutzungen() { final Set<> currentNutzungen = new HashSet<>(); for
(NutzungBuchungCustomBean curBuchung : currentBuchungen) { NutzungCustomBean curNutzung =
curBuchung.getNutzung(); if (curNutzung != null) { currentNutzungen.add(curNutzung); } } return currentNutzungen;
}
|
| Modifier and Type | Method and Description |
|---|---|
void |
NKFTableModel.addNutzung(NutzungCustomBean nutzung)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
NKFOverviewTableModel.refreshModel(ArrayList<NutzungCustomBean> nutzungen)
DOCUMENT ME!
|
void |
NKFOverviewTableModel.refreshModel(Collection<NutzungCustomBean> nutzungen)
DOCUMENT ME!
|
| Constructor and Description |
|---|
NKFOverviewTableModel(ArrayList<NutzungCustomBean> nutzungen)
Creates a new NKFOverviewTableModel object.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<NutzungCustomBean> |
NutzungsContainer.getNutzungen()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
NutzungsContainer.setNutzungen(ArrayList<NutzungCustomBean> nutzungen)
DOCUMENT ME!
|
| Constructor and Description |
|---|
NutzungsContainer(ArrayList<NutzungCustomBean> nutzungen,
Date currentDate)
Creates a new NutzungsContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
NutzungCustomBean |
NutzungsBuchung.getNutzung()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Collection<NutzungCustomBean> |
Flurstueck.getNutzungen()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
NutzungsBuchung.setNutzung(NutzungCustomBean nutzung)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flurstueck.setNutzungen(Collection<NutzungCustomBean> val)
DOCUMENT ME!
|
Copyright © 2012–2025 cismet GmbH. All rights reserved.