public class AttributeGroupPair extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
_fromAttributeGroup |
private String |
_toAttributeGroup |
| Constructor and Description |
|---|
AttributeGroupPair(String fromAttributeGroup,
String toAttributeGroup)
Erzeugt ein neues Attributgruppenpaar
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFromAttributeGroup()
Gibt die Startattributgruppe als String zurück
|
String |
getToAttributeGroup()
Gibt die Zielattributgruppe als String zurück
|
int |
hashCode() |
String |
toString() |
private final String _fromAttributeGroup
private final String _toAttributeGroup
public String getFromAttributeGroup()
public String getToAttributeGroup()