Class Strasse
- java.lang.Object
-
- de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
-
- de.inovat.kex.bast.common.objectwrapper.Strasse
-
public class Strasse extends ConfigurationObjectWrapper
kapselt den DatenModellTyp straße
-
-
Field Summary
-
Fields inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
-
-
Method Summary
Modifier and Type Method Description static Strasse[]
getAll()
gibt die DatenModellObjekte vom typ straße zurückstatic Strasse
getInstance(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
gibt die Instance der Strasse mit der PID zurück.static Strasse
getInstance(java.lang.String pid)
long
getNummer()
java.lang.String
getTreeString()
gibt einen String zum Anzeigen in einem Tree zurück.java.lang.String
getTyp()
java.lang.String
getZusatz()
protected void
initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj)
java.lang.String
toString()
gibt einen String "ObjectType - ObjectName" zurück.-
Methods inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
getConfigurationObject, getKommunikationPartner, getKommunikationPartner, getName, getPID, getToolTipText, sortByName, sortByPid, sortByTreeString
-
-
-
-
Method Detail
-
getTyp
public java.lang.String getTyp()
-
getNummer
public long getNummer()
-
getZusatz
public java.lang.String getZusatz()
-
initData
protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
- Throws:
DataModellMismatchException
-
getInstance
public static Strasse getInstance(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
gibt die Instance der Strasse mit der PID zurück. Es wird eine DataModellObjectNotFoundException geworfen, wenn die PID nicht vorhanden ist oder das zur PID gehörende Objekt nicht vom typ straße ist.- Parameters:
confObj
- ConfigurationObject- Returns:
- Strasse
- Throws:
DataModellMismatchException
- Exception.
-
getInstance
public static Strasse getInstance(java.lang.String pid) throws DataModellMismatchException
- Throws:
DataModellMismatchException
-
getAll
public static Strasse[] getAll() throws DataModellMismatchException
gibt die DatenModellObjekte vom typ straße zurück- Returns:
- Strasse[]
- Throws:
DataModellMismatchException
- Exception.
-
getTreeString
public java.lang.String getTreeString()
Description copied from class:ConfigurationObjectWrapper
gibt einen String zum Anzeigen in einem Tree zurück.- Specified by:
getTreeString
in classConfigurationObjectWrapper
- Returns:
- Text zur Anzeige im Baum
-
toString
public java.lang.String toString()
Description copied from class:ConfigurationObjectWrapper
gibt einen String "ObjectType - ObjectName" zurück.- Overrides:
toString
in classConfigurationObjectWrapper
- Returns:
- String
-
-