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