public class Strasse extends ConfigurationObjectWrapper
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
Constructor and Description |
---|
Strasse(java.lang.String pid) |
Modifier and Type | Method and Description |
---|---|
static Strasse[] |
getAll()
gibt die DatenModellObjekte vom typ straße zurück
|
static Strasse |
getInstance(java.lang.String pid)
gibt die Instance der Strasse mit der PID zurück.
|
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)
Implemtationen sollen hier die konfigurierenden AttributGruppen und die
zugehörigen Mengen lesen.
|
java.lang.String |
toString()
gibt einen String "ObjectType - ObjectName" zurück.
|
getConfigurationObject, getKommunikationPartner, getKommunikationPartner, getName, getPID, getToolTipText
public Strasse(java.lang.String pid) throws DataModellObjectNotFoundException, DataModellMismatchException
public java.lang.String getTyp()
public long getNummer()
public java.lang.String getZusatz()
protected void initData(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
ConfigurationObjectWrapper
confObj
- ConfigurationObjectDataModellMismatchException
- ungültiges Datenmodellpublic static Strasse getInstance(java.lang.String pid) throws DataModellObjectNotFoundException, DataModellMismatchException
pid
- StringDataModellObjectNotFoundException
- das angeforderte Objekt wurde nicht gefundenDataModellMismatchException
- das Datenmodell ist ungültigpublic static Strasse[] getAll() throws DataModellMismatchException
DataModellMismatchException
- das Detanmodell ist ungültigpublic java.lang.String getTreeString()
ConfigurationObjectWrapper
getTreeString
in class ConfigurationObjectWrapper
public java.lang.String toString()
ConfigurationObjectWrapper
toString
in class ConfigurationObjectWrapper