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.ApplyAggregationorderAggregation, die diesen Datensatz erzeugt hat.longtimestampZeitstempel.-
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 booleanequals(java.lang.Object object)longgetTimeStamp()Liefert den Zeitstempel zurück.intgetType()Liefert den Typ des Datensatzes zurück.java.lang.StringtoString()java.lang.StringtoString(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:
toStringin 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:ProtocolResultIm Gegensatz zu toString() verbesserte Ausgabe- Specified by:
toStringin interfaceProtocolResult- Parameters:
dataModel- Datenmodell zur Abfrage von Objektinfos- Returns:
- toString-Ausgabe
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object- See Also:
Object.equals(java.lang.Object)
-
getType
public int getType()
Description copied from interface:ProtocolResultLiefert den Typ des Datensatzes zurück.- Specified by:
getTypein 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.
-
-