public class ObjectExchangeDescription extends Object
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(Object o) |
ObjectSpecification |
getObjectSpecification()
Gibt die Objekt-Spezifikation zurück
|
Direction |
getStrategy()
Gibt die Austauschrichtung zurück
|
int |
hashCode() |
String |
toString() |
private final ObjectSpecification _objectSpecification
private final Direction _strategy
public ObjectExchangeDescription(ObjectSpecification objectSpecification, Direction strategy)
objectSpecification
- Pidstrategy
- Richtungpublic ObjectSpecification getObjectSpecification()
public Direction getStrategy()