public class ExchangeDataParameter extends Object
Modifier and Type | Field and Description |
---|---|
private List<DataExchangeIdentification> |
_identificationList |
private ObjectCollection |
_objectCollection |
Constructor and Description |
---|
ExchangeDataParameter(ObjectCollection objectCollection,
List<DataExchangeIdentification> identificationList)
Erstelle neue Datenaustauschparameter
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<DataExchangeIdentification> |
getIdentificationList()
Gibt die Datenidentifikationen zurück
|
ObjectCollection |
getObjectRegionSet()
Gibt die Auswahl der Objekte zurück
|
int |
hashCode() |
String |
toString() |
private final ObjectCollection _objectCollection
private final List<DataExchangeIdentification> _identificationList
public ExchangeDataParameter(ObjectCollection objectCollection, List<DataExchangeIdentification> identificationList)
objectCollection
- ObjektauswahlidentificationList
- Datenaustauschspezifikationenpublic ObjectCollection getObjectRegionSet()
public List<DataExchangeIdentification> getIdentificationList()