public final class InnerDataSubscription extends Object
Modifier and Type | Field and Description |
---|---|
private Aspect |
_aspect |
private AttributeGroup |
_attributeGroup |
private SystemObject |
_object |
Constructor and Description |
---|
InnerDataSubscription(SystemObject object,
AttributeGroup attributeGroup,
Aspect aspect)
Erstellt eine neue InnerDataSubscription-Klasse
|
InnerDataSubscription(SystemObject object,
AttributeGroupUsage attributeGroupUsage)
Erstellt eine neue InnerDataSubscription-Klasse
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Aspect |
getAspect()
Liefert den Aspekt dieser Datenbeschreibung zurück.
|
AttributeGroup |
getAttributeGroup()
Liefert die Attributgruppe dieser Datenbeschreibung zurück.
|
SystemObject |
getObject()
Liefert das Objekt dieser Datenbeschreibung zurück.
|
int |
hashCode() |
String |
toString() |
private final SystemObject _object
private final AttributeGroup _attributeGroup
private final Aspect _aspect
public InnerDataSubscription(SystemObject object, AttributeGroup attributeGroup, Aspect aspect)
object
- ObjektattributeGroup
- Attributgruppeaspect
- Aspektpublic InnerDataSubscription(SystemObject object, AttributeGroupUsage attributeGroupUsage)
object
- ObjektattributeGroupUsage
- Attributgruppenverwendungpublic SystemObject getObject()
public AttributeGroup getAttributeGroup()
public Aspect getAspect()