de.bsvrz.kex.kexdav.dataplugin
Class AttributeGroupPair
java.lang.Object
de.bsvrz.kex.kexdav.dataplugin.AttributeGroupPair
public class AttributeGroupPair
- extends Object
Spezifikation eines Attributgruppenpaares für die Benutzung in Daten-Konvertierungs-Plugins
- Author:
- Kappich Systemberatung
_fromAttributeGroup
private final String _fromAttributeGroup
_toAttributeGroup
private final String _toAttributeGroup
AttributeGroupPair
public AttributeGroupPair(String fromAttributeGroup,
String toAttributeGroup)
- Erzeugt ein neues Attributgruppenpaar
- Parameters:
fromAttributeGroup
- Start-AttributgruppetoAttributeGroup
- Ziel-Attributgruppe
getFromAttributeGroup
public String getFromAttributeGroup()
- Gibt die Startattributgruppe als String zurück
- Returns:
- die Startattributgruppe als String
getToAttributeGroup
public String getToAttributeGroup()
- Gibt die Zielattributgruppe als String zurück
- Returns:
- die Zielattributgruppe als String
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object