Class DOTSubscriptionData
java.lang.Object
de.kappich.pat.gnd.displayObjectToolkit.DOTSubscriptionData
- All Implemented Interfaces:
Comparable<DOTSubscriptionData>
Ein DOTSubscriptionData kapselt die für eine Anmeldung auf dynamische Daten notwendige Informationen, also Attributgrupope und Aspekt.
-
Constructor Summary
ConstructorsConstructorDescriptionDOTSubscriptionData
(String attributeGroup, String aspect) Ein DOTSubscriptionData kapselt die für eine Anmeldung auf dynamische Daten notwendige Informationen, d.h. -
Method Summary
-
Constructor Details
-
DOTSubscriptionData
Ein DOTSubscriptionData kapselt die für eine Anmeldung auf dynamische Daten notwendige Informationen, d.h. Attributgrupope und Aspekt.- Parameters:
attributeGroup
-aspect
-
-
-
Method Details
-
getAttributeGroup
Gibt die Attributgruppe zurück.- Returns:
- die Attributgruppe
-
getAspect
Gibt den Aspekt zurück.- Returns:
- der Aspekt
-
equals
Vergleicht Attributgruppe und Aspekt mit String.equals(). -
hashCode
public int hashCode()Addiert die Hashcodes von Attributgruppe und Aspekt. -
toString
Eine einfache Selbstbeschreibung. -
compareTo
- Specified by:
compareTo
in interfaceComparable<DOTSubscriptionData>
-