public class ExchangeObjectsParameter extends java.lang.Object implements ObjectCollectionFactory
Objektaustauschparameter
Modifier and Type | Field and Description |
---|---|
private Data |
_data |
private java.lang.String |
_dataString |
Constructor and Description |
---|
ExchangeObjectsParameter(Data data)
Ein Parameter für den Objektaustausch
|
Modifier and Type | Method and Description |
---|---|
ObjectCollection |
createObjectCollection(ObjectCollectionParent objectCollectionParent,
ClientDavInterface connection)
Erstellt eine ObjectCollection aus dem Parameter
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
private final Data _data
private final java.lang.String _dataString
ExchangeObjectsParameter(Data data)
Ein Parameter für den Objektaustausch
data
- Data-Objektpublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ObjectCollection createObjectCollection(ObjectCollectionParent objectCollectionParent, ClientDavInterface connection) throws MissingObjectException
ObjectCollectionFactory
Erstellt eine ObjectCollection aus dem Parameter
createObjectCollection
in interface ObjectCollectionFactory
objectCollectionParent
- Objektaustausch-Managerconnection
- Verbindung zum DatenverteilerMissingObjectException