|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.inovat.kex.bast.common.objectwrapper.ConfigurationObjectWrapper
de.inovat.kex.bast.common.objectwrapper.Strasse
public class Strasse
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 | |
---|---|
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 |
---|
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
- ConfigurationObject
DataModellMismatchException
public static Strasse getInstance(de.bsvrz.dav.daf.main.config.ConfigurationObject confObj) throws DataModellMismatchException
confObj
- ConfigurationObject
DataModellMismatchException
public static Strasse getInstance(java.lang.String pid) throws DataModellMismatchException
DataModellMismatchException
public static Strasse[] getAll() throws DataModellMismatchException
DataModellMismatchException
public java.lang.String getTreeString()
ConfigurationObjectWrapper
getTreeString
in class ConfigurationObjectWrapper
public java.lang.String toString()
ConfigurationObjectWrapper
toString
in class ConfigurationObjectWrapper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |