de.bsvrz.pua.prot.client.dataobject
Class ProtocolNoChanges

java.lang.Object
  extended by 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

Field Summary
 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, NO_CHANGE_DATA, PROTOCOL_DATA
 
Constructor Summary
ProtocolNoChanges(long timestamp, ProcessingInformation.ApplyAggregation order)
           
 
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
 

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 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.