de.bsvrz.pua.prot.client.dataobject
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.
- Version:
- $Revision: 1.2 $ / $Date: 2008/01/22 16:55:50 $ / ($Author: yvonnes $)
- Author:
- beck et al. projects GmbH, Martin Hilgers
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object object)
|
int |
getType()
Liefert den Typ des Datensatzes zurück. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
timestamp
public long timestamp
- Zeitstempel.
order
public final ProcessingInformation.ApplyAggregation order
- Aggregation, die diesen Datensatz erzeugt hat.
ProtocolNoChanges
public ProtocolNoChanges(long timestamp,
ProcessingInformation.ApplyAggregation order)
- Parameters:
timestamp
- Zeitstempel.order
- Aggregation, die diesen Datensatz erzeugt hat.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.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 interface ProtocolResult
- Returns:
- Liefert je nach Datensatz
ProtocolResult.ADMINISTRATION_DATA
,ProtocolResult.AGGREGATION_DATA
,ProtocolResult.PROTOCOL_DATA
,ProtocolResult.NO_CHANGE_DATA
- See Also:
ProtocolResult.getType()
Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.