Class ProtocolNoChanges
- java.lang.Object
-
- de.bsvrz.pua.prot.client.dataobject.ProtocolNoChanges
-
- All Implemented Interfaces:
ProtocolResult
,java.io.Serializable
public class ProtocolNoChanges extends java.lang.Object implements ProtocolResult
Wird beim Erstellung eines Zustandsprotokolls gesendet, wenn sich die Daten nicht geändert haben.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ProcessingInformation.ApplyAggregation
order
Aggregation, die diesen Datensatz erzeugt hat.long
timestamp
Zeitstempel.-
Fields inherited from interface de.bsvrz.pua.prot.client.dataobject.ProtocolResult
ADMINISTRATION_DATA, AGGREGATION_DATA, AGGREGATION_RESULT_DATA, NO_CHANGE_DATA, PROTOCOL_DATA
-
-
Constructor Summary
Constructors Constructor Description ProtocolNoChanges(long timestamp, ProcessingInformation.ApplyAggregation order)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object object)
long
getTimeStamp()
Liefert den Zeitstempel zurück.int
getType()
Liefert den Typ des Datensatzes zurück.java.lang.String
toString()
java.lang.String
toString(de.bsvrz.dav.daf.main.config.DataModel dataModel)
Im Gegensatz zu toString() verbesserte Ausgabe
-
-
-
Field Detail
-
timestamp
public long timestamp
Zeitstempel.
-
order
public final ProcessingInformation.ApplyAggregation order
Aggregation, die diesen Datensatz erzeugt hat.
-
-
Constructor Detail
-
ProtocolNoChanges
public ProtocolNoChanges(long timestamp, ProcessingInformation.ApplyAggregation order)
- Parameters:
timestamp
- Zeitstempel.order
- Aggregation, die diesen Datensatz erzeugt hat.
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
toString
public java.lang.String toString(de.bsvrz.dav.daf.main.config.DataModel dataModel)
Description copied from interface:ProtocolResult
Im Gegensatz zu toString() verbesserte Ausgabe- Specified by:
toString
in interfaceProtocolResult
- Parameters:
dataModel
- Datenmodell zur Abfrage von Objektinfos- Returns:
- toString-Ausgabe
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in classjava.lang.Object
- See Also:
Object.equals(java.lang.Object)
-
getType
public int getType()
Description copied from interface:ProtocolResult
Liefert den Typ des Datensatzes zurück.- Specified by:
getType
in interfaceProtocolResult
- Returns:
- Liefert je nach Datensatz
ProtocolResult.ADMINISTRATION_DATA
,ProtocolResult.AGGREGATION_DATA
,ProtocolResult.PROTOCOL_DATA
,ProtocolResult.NO_CHANGE_DATA
,ProtocolResult.AGGREGATION_RESULT_DATA
- See Also:
ProtocolResult.getType()
-
getTimeStamp
public long getTimeStamp()
Liefert den Zeitstempel zurück.- Returns:
- Zeitstempel.
-
-