de.inovat.kex.bast.common.objectwrapper
Class Strasse

java.lang.Object
  extended by de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
      extended by de.inovat.kex.bast.common.objectwrapper.Strasse

public class Strasse
extends ConfigurationObjectWrapper

kapselt den DatenModellTyp straße

Version:
$Id: Strasse.java 442 2008-11-10 06:59:32Z Schawaller $
Author:
LOGOS GmbH Rostock (www.logos-ib.de), Ralf Trier

Field Summary
 
Fields inherited from class de.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
__ATG_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, __TYP_ANSCHLUSSPUNKT, __TYP_ANSCHLUSSPUNKT_KOMMUNIKATIONSPARTNER, _ConfigurationObject
 
Method Summary
static Strasse[] getAll()
          gibt die DatenModellObjekte vom typ straße zurück
static 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)
          Implemtationen sollen hier die konfigurierenden AttributGruppen und die zugehörigen Mengen lesen.
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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
Description copied from class: ConfigurationObjectWrapper
Implemtationen sollen hier die konfigurierenden AttributGruppen und die zugehörigen Mengen lesen.

Parameters:
confObj - ConfigurationObject
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

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

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 class ConfigurationObjectWrapper
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 class ConfigurationObjectWrapper
Returns:
String