public class ExchangeSetParameter extends Object
Modifier and Type | Field and Description |
---|---|
private Direction |
_direction |
private String |
_localObject |
private String |
_localSet |
private String |
_remoteObject |
private String |
_remoteSet |
Constructor and Description |
---|
ExchangeSetParameter(String localObject,
String localSet,
String remoteObject,
String remoteSet,
Direction direction)
Erstellt einen Mengenaustauschparameter
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Direction |
getDirection()
Gibt die Austausch-Richtung zurück
|
String |
getLocalObject()
Gibt das lokale Objekt zurück
|
String |
getLocalSet()
Gibt die lokale Menge zurück
|
String |
getRemoteObject()
Gibt das remote Objekt zurück
|
String |
getRemoteSet()
Gibt die remote Menge zurück
|
int |
hashCode() |
String |
toString() |
private final String _localObject
private final String _localSet
private final String _remoteObject
private final String _remoteSet
private final Direction _direction
public ExchangeSetParameter(String localObject, String localSet, String remoteObject, String remoteSet, Direction direction)
localObject
- Lokales ObjektlocalSet
- Lokale MengeremoteObject
- Remote-ObjektremoteSet
- Remote-Mengedirection
- Richtungpublic String getLocalObject()
public String getLocalSet()
public String getRemoteObject()
public String getRemoteSet()
public Direction getDirection()