public class NutzungCustomBean extends BasicEntity implements Nutzung
Nutzung.NUTZUNG_STATES, Nutzung.TIME_SCALE| Constructor and Description |
|---|
NutzungCustomBean()
Creates a new NutzungCustomBean object.
|
equals, hashCodeaddCollectionElement, addCollectionElements, addPropertyChangeListener, checkWritePermission, createNewCidsBeanFromJSON, createNewCidsBeanFromTableName, createNewCidsBeanFromTableName, createNewCidsBeanFromTableName, createNewCidsBeanFromTableName, createNewCidsBeansFromJSONCollection, delete, fillEmptyFieldWithEmptySubInstance, firePropertyChanged, getBeanCollectionProperty, getCidsBeanInfo, getCidsBeanIntraObjectCacheMapper, getCidsBeanObjectMapper, getConnectionContext, getEmptyBeanFromArrayAttribute, getHasWritePermission, getJsonSerializerParams, getMetaClassFromTableName, getMetaClassFromTableName, getMetaObject, getMOString, getPrimaryKeyFieldname, getPrimaryKeyValue, getProperty, getPropertyChangeListeners, getPropertyDescriptors, hasArtificialChangeFlag, hasObjectReadPermission, hasObjectWritePermission, listElementPropertyChanged, listElementReplaced, listElementsAdded, listElementsRemoved, persist, persist, persist, persist, propertyChange, removePropertyChangeListener, setArtificialChangeFlag, setBacklinkInformation, setJsonSerializerParams, setMetaObject, setProperty, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toObjectStringpublic NutzungCustomBean()
public static NutzungCustomBean createNew(boolean addDummyBuchung)
addDummyBuchung - DOCUMENT ME!public static NutzungCustomBean createNew()
public static NutzungCustomBean createNew(NutzungBuchungCustomBean initialBuchwert) throws AddingOfBuchungNotPossibleException, IllegalNutzungStateException
initialBuchwert - the inital buchwert of the nutzung (first buchung)AddingOfBuchungNotPossibleException - DOCUMENT ME!IllegalNutzungStateException - DOCUMENT ME!public Integer getId()
getId in interface NutzunggetId in class BasicEntitypublic void setId(Integer val)
setId in interface NutzungsetId in class BasicEntityval - DOCUMENT ME!public FlurstueckCustomBean getFk_flurstueck()
public void setFk_flurstueck(FlurstueckCustomBean val)
val - DOCUMENT ME!public Boolean getHistorisch()
public void setHistorisch(Boolean val)
val - DOCUMENT ME!public Collection<NutzungBuchungCustomBean> getN_buchungen()
public void setN_buchungen(Collection<NutzungBuchungCustomBean> val)
val - DOCUMENT ME!public String[] getPropertyNames()
getPropertyNames in class de.cismet.cids.dynamics.CidsBeanpublic void addBuchung(NutzungBuchungCustomBean val) throws AddingOfBuchungNotPossibleException, IllegalNutzungStateException
NutzungaddBuchung in interface Nutzungval - DOCUMENT ME!AddingOfBuchungNotPossibleException - DOCUMENT ME!IllegalNutzungStateException - DOCUMENT ME!public void flipBuchungsBuchwertValue(NutzungBuchungCustomBean val) throws IllegalNutzungStateException, BuchungNotInNutzungException
NutzungflipBuchungsBuchwertValue in interface Nutzungval - DOCUMENT ME!IllegalNutzungStateException - DOCUMENT ME!BuchungNotInNutzungException - DOCUMENT ME!public NutzungBuchungCustomBean getBuchungForDate(Date val)
NutzunggetBuchungForDate in interface Nutzungval - DOCUMENT ME!public Collection<Date> getDatesForDay(Date day)
day - DOCUMENT ME!public Collection<NutzungBuchungCustomBean> getBuchungForDate(Date val, boolean daySensitive)
val - DOCUMENT ME!daySensitive - DOCUMENT ME!public Collection<NutzungBuchungCustomBean> getBuchungForDay(Date val)
NutzunggetBuchungForDay in interface Nutzungval - DOCUMENT ME!public int getBuchungsCount()
NutzunggetBuchungsCount in interface Nutzungpublic int getBuchungsNummerForBuchung(NutzungBuchungCustomBean val)
NutzunggetBuchungsNummerForBuchung in interface Nutzungval - DOCUMENT ME!public NutzungBuchungCustomBean getBuchwert() throws IllegalNutzungStateException
NutzunggetBuchwert in interface NutzungIllegalNutzungStateException - DOCUMENT ME!public NutzungBuchungCustomBean getBuchwert(NutzungBuchungCustomBean val) throws IllegalNutzungStateException, NullPointerException, BuchungNotInNutzungException
NutzunggetBuchwert in interface Nutzungval - DOCUMENT ME!IllegalNutzungStateException - DOCUMENT ME!NullPointerException - DOCUMENT ME!BuchungNotInNutzungException - DOCUMENT ME!public Double getBuchwertBetrag() throws IllegalNutzungStateException
NutzunggetBuchwertBetrag in interface NutzungIllegalNutzungStateException - DOCUMENT ME!public Double getBuchwertDifference() throws IllegalNutzungStateException
NutzunggetBuchwertDifference in interface NutzungIllegalNutzungStateException - DOCUMENT ME!public Collection<NutzungsBuchung.NUTZUNG_BUCHUNG_FIELDS> getDifferenceBetweenLastBuchung()
NutzunggetDifferenceBetweenLastBuchung in interface Nutzungpublic Double getDifferenceToPreviousBuchung()
NutzunggetDifferenceToPreviousBuchung in interface Nutzungpublic List<NutzungBuchungCustomBean> getNutzungsBuchungen()
NutzunggetNutzungsBuchungen in interface Nutzungpublic Collection<Nutzung.NUTZUNG_STATES> getNutzungsState() throws IllegalNutzungStateException
NutzunggetNutzungsState in interface NutzungIllegalNutzungStateException - DOCUMENT ME!public NutzungBuchungCustomBean getOpenBuchung()
NutzunggetOpenBuchung in interface Nutzungpublic NutzungBuchungCustomBean getLastBuchung()
public NutzungBuchungCustomBean getPredecessorBuchung(NutzungBuchungCustomBean val)
NutzunggetPredecessorBuchung in interface Nutzungval - DOCUMENT ME!public NutzungBuchungCustomBean getPreviousBuchung()
NutzunggetPreviousBuchung in interface Nutzungpublic Double getStilleReserve() throws IllegalNutzungStateException
NutzunggetStilleReserve in interface NutzungIllegalNutzungStateException - DOCUMENT ME!public Double getStilleReserveForBuchung(NutzungBuchungCustomBean val) throws IllegalNutzungStateException, BuchungNotInNutzungException
NutzunggetStilleReserveForBuchung in interface Nutzungval - DOCUMENT ME!IllegalNutzungStateException - DOCUMENT ME!BuchungNotInNutzungException - DOCUMENT ME!public NutzungBuchungCustomBean getTerminalBuchung()
NutzunggetTerminalBuchung in interface Nutzungpublic boolean hasNewBuchung()
NutzunghasNewBuchung in interface Nutzungpublic boolean isBuchungFlippable(NutzungBuchungCustomBean val)
NutzungisBuchungFlippable in interface Nutzungval - DOCUMENT ME!public boolean isTerminated()
NutzungisTerminated in interface Nutzungpublic boolean mustBeTerminated()
NutzungmustBeTerminated in interface Nutzungpublic boolean removeOpenNutzung()
NutzungremoveOpenNutzung in interface Nutzungpublic void removeBuchungWithoutCreatingAHistory(NutzungBuchungCustomBean buchung)
buchung - DOCUMENT ME!public void setNutzungsBuchungen(List<NutzungBuchungCustomBean> val)
NutzungsetNutzungsBuchungen in interface Nutzungval - DOCUMENT ME!public void terminateNutzung(Date val) throws TerminateNutzungNotPossibleException
NutzungterminateNutzung in interface Nutzungval - DOCUMENT ME!TerminateNutzungNotPossibleException - DOCUMENT ME!public String toString()
toString in class de.cismet.cids.dynamics.CidsBeanprotected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2012–2025 cismet GmbH. All rights reserved.