private final class CompressedAppSubscriptionsPanel.DataSubscription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Aspect |
_aspect |
private AttributeGroup |
_attributeGroup |
private short |
_simulationVariant |
private SystemObjectType |
_type |
Modifier | Constructor and Description |
---|---|
private |
DataSubscription(AttributeGroup attributeGroup,
Aspect aspect,
short simulationVariant,
SystemObjectType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
private Aspect |
getAspect() |
private AttributeGroup |
getAttributeGroup() |
private short |
getSimulationVariant() |
private SystemObjectType |
getType() |
int |
hashCode() |
private final AttributeGroup _attributeGroup
private final Aspect _aspect
private final short _simulationVariant
private final SystemObjectType _type
private DataSubscription(AttributeGroup attributeGroup, Aspect aspect, short simulationVariant, SystemObjectType type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
private AttributeGroup getAttributeGroup()
private Aspect getAspect()
private short getSimulationVariant()
private SystemObjectType getType()