public class AttributeGroupPair extends Object
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() |
public String getFromAttributeGroup()
public String getToAttributeGroup()