|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.ars.ars.persistence.CacheManager.DataIdentificationIds
public static class CacheManager.DataIdentificationIds
Klasse, die die IDs der Objekte einer Datenidentifikation aufnehmen kann. Objekte der Klasse werden als Schlüssel für das HashSet mit nicht zu cachenden Datenidentifikationen verwendet.
Field Summary | |
---|---|
private long |
_aspectId
Id des Aspekts dieser Datenidentifikation |
private long |
_atgId
Id der Attributgruppe dieser Datenidentifikation |
private long |
_objectId
Id des Systemobjekts dieser Datenidentifikation |
private int |
_simVariant
Simulationsvariante dieser Datenidentifikation |
Constructor Summary | |
---|---|
CacheManager.DataIdentificationIds(long objectId,
long atgId,
long aspectId,
int simulationVariant)
Erzeugt ein neues Objekt mit den angegebenen Werten |
Method Summary | |
---|---|
boolean |
equals(Object otherObject)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final long _objectId
private final long _atgId
private final long _aspectId
private final int _simVariant
Constructor Detail |
---|
public CacheManager.DataIdentificationIds(long objectId, long atgId, long aspectId, int simulationVariant)
objectId
- Id des Systemobjekts dieser DatenidentifikationatgId
- Id der Attributgruppe dieser DatenidentifikationaspectId
- Id des Aspekts dieser DatenidentifikationsimulationVariant
- Simulationsvariante dieser DatenidentifikationMethod Detail |
---|
public boolean equals(Object otherObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |