de.bsvrz.kex.kexdav.systemobjects
Class PidAttributeGroupUsage

java.lang.Object
  extended by de.bsvrz.kex.kexdav.systemobjects.PidAttributeGroupUsage

public class PidAttributeGroupUsage
extends Object

Diese Klasse speichert eine Attributgruppenverwendung als Pids zum Datenaustausch zwischen Konfigurationen/Datenverteilern

Author:
Kappich Systemberatung

Method Summary
 boolean equals(Object o)
           
 String getAspectPid()
          Gibt die Aspekt-Pid zurück
 String getAttributeGroupPid()
          Gibt die Attributgruppen-Pid zurück
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getAttributeGroupPid

public String getAttributeGroupPid()
Gibt die Attributgruppen-Pid zurück

Returns:
die Attributgruppen-Pid

getAspectPid

public String getAspectPid()
Gibt die Aspekt-Pid zurück

Returns:
die Aspekt-Pid

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object