public class SetExchangeDescription
extends java.lang.Object
Beschreibung zum Austausch von dynamischen Mengen
Constructor and Description |
---|
SetExchangeDescription(ConfigurationObject localObject,
ConfigurationObject remoteObject,
java.lang.String localSetName,
java.lang.String remoteSetName,
Direction strategy)
Konstruktor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ConfigurationObject |
getLocalObject()
Gibt das lokale Objekt zurück
|
java.lang.String |
getLocalSetName()
Gibt die lokale Menge zurück
|
ConfigurationObject |
getRemoteObject()
Gibt das Remote Objekt zurück
|
java.lang.String |
getRemoteSetName()
Gibt die Remote-Menge zurück
|
Direction |
getStrategy()
Gibt die Richtung zurück
|
int |
hashCode() |
java.lang.String |
toString() |
public SetExchangeDescription(ConfigurationObject localObject, ConfigurationObject remoteObject, java.lang.String localSetName, java.lang.String remoteSetName, Direction strategy)
Konstruktor
localObject
- lokales ObjektremoteObject
- remote ObjektlocalSetName
- lokale MengeremoteSetName
- remote Mengestrategy
- Austauschrichtungpublic ConfigurationObject getLocalObject()
Gibt das lokale Objekt zurück
public ConfigurationObject getRemoteObject()
Gibt das Remote Objekt zurück
public Direction getStrategy()
Gibt die Richtung zurück
public java.lang.String getLocalSetName()
Gibt die lokale Menge zurück
public java.lang.String getRemoteSetName()
Gibt die Remote-Menge zurück
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object