public class SetExchangeDescription extends Object
Modifier and Type | Field and Description |
---|---|
private ConfigurationObject |
_localObject |
private String |
_localSetName |
private ConfigurationObject |
_remoteObject |
private String |
_remoteSetName |
private Direction |
_strategy |
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() |
private final ConfigurationObject _localObject
private final ConfigurationObject _remoteObject
private final String _localSetName
private final String _remoteSetName
private final Direction _strategy
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()