public class ObjectExchangeDescription
extends java.lang.Object
Beschreibung zum Objekt-Austausch
Modifier and Type | Field and Description |
---|---|
private ObjectSpecification |
_objectSpecification |
private Direction |
_strategy |
Constructor and Description |
---|
ObjectExchangeDescription(ObjectSpecification objectSpecification,
Direction strategy)
Erstellt eine neue Objektaustauschbeschreibung
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ObjectSpecification |
getObjectSpecification()
Gibt die Objekt-Spezifikation zurück
|
Direction |
getStrategy()
Gibt die Austauschrichtung zurück
|
int |
hashCode() |
java.lang.String |
toString() |
private final ObjectSpecification _objectSpecification
private final Direction _strategy
public ObjectExchangeDescription(ObjectSpecification objectSpecification, Direction strategy)
Erstellt eine neue Objektaustauschbeschreibung
objectSpecification
- Pidstrategy
- Richtungpublic ObjectSpecification getObjectSpecification()
Gibt die Objekt-Spezifikation zurück
public Direction getStrategy()
Gibt die Austauschrichtung 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