Class ExchangeObjectsParameter
- java.lang.Object
-
- de.bsvrz.kex.kexdav.parameterloader.ExchangeObjectsParameter
-
- All Implemented Interfaces:
ObjectCollectionFactory
public class ExchangeObjectsParameter extends java.lang.Object implements ObjectCollectionFactory
Objektaustauschparameter
-
-
Method Summary
Modifier and Type Method Description ObjectCollection
createObjectCollection(ObjectCollectionParent objectCollectionParent, de.bsvrz.dav.daf.main.ClientDavInterface connection)
Erstellt eine ObjectCollection aus dem Parameterboolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
createObjectCollection
public ObjectCollection createObjectCollection(ObjectCollectionParent objectCollectionParent, de.bsvrz.dav.daf.main.ClientDavInterface connection) throws MissingObjectException
Description copied from interface:ObjectCollectionFactory
Erstellt eine ObjectCollection aus dem Parameter- Specified by:
createObjectCollection
in interfaceObjectCollectionFactory
- Parameters:
objectCollectionParent
- Objektaustausch-Managerconnection
- Verbindung zum Datenverteiler- Returns:
- Auswahl von Objekten
- Throws:
MissingObjectException
- Exception
-
-