public class DOTSubscriptionData extends Object implements Comparable<Object>
Modifier and Type | Field and Description |
---|---|
private String |
_aspect |
private String |
_attributeGroup |
Constructor and Description |
---|
DOTSubscriptionData(String attributeGroup,
String aspect)
Ein DOTSubscriptionData kapselt die für eine Anmeldung auf dynamische Daten
notwendige Informationen, d.h.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o)
Vergleicht Attributgruppe und Aspekt mit String.equals().
|
String |
getAspect()
Gibt den Aspekt zurück.
|
String |
getAttributeGroup()
Gibt die Attributgruppe zurück.
|
int |
hashCode()
Addiert die Hashcodes von Attributgruppe und Aspekt.
|
void |
setAspect(String aspect)
Setzt den Aspekt.
|
void |
setAttributeGroup(String attributeGroup)
Setzt die Attributgruppe.
|
String |
toString()
Eine einfache Selbstbeschreibung.
|
public String getAttributeGroup()
public void setAttributeGroup(String attributeGroup)
attributeGroup
- die Attributgruppepublic String getAspect()
public void setAspect(String aspect)
aspect
- der Aspektpublic boolean equals(Object o)
public int hashCode()
public String toString()
public int compareTo(Object o)
compareTo
in interface Comparable<Object>