org.neociclo.odetteftp.protocol.v20
Class DefaultSignedDeliveryNotification

java.lang.Object
  extended by org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
      extended by org.neociclo.odetteftp.protocol.v20.DefaultSignedDeliveryNotification
All Implemented Interfaces:
Serializable, DeliveryNotification, OdetteFtpObject, SignedDeliveryNotification

public class DefaultSignedDeliveryNotification
extends DefaultDeliveryNotification
implements SignedDeliveryNotification

Version:
$Rev: 462 $ $Date: 2010-07-02 08:15:07 -0300 (Fri, 02 Jul 2010) $
Author:
Rafael Marins
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.neociclo.odetteftp.protocol.DeliveryNotification
DeliveryNotification.EndResponseType
 
Constructor Summary
DefaultSignedDeliveryNotification(DeliveryNotification.EndResponseType type)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getNotificationSignature()
           
 byte[] getVirtualFileHash()
           
 int hashCode()
           
 void setNotificationSignature(byte[] endResponseSignature)
           
 void setVirtualFileHash(byte[] virtualFileHash)
           
 
Methods inherited from class org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
getCreator, getDatasetName, getDateTime, getDestination, getOriginator, getReason, getReasonText, getTicker, getType, getUserData, setCreator, setDatasetName, setDateTime, setDestination, setOriginator, setReason, setReasonText, setTicker, setUserData, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.neociclo.odetteftp.protocol.DeliveryNotification
getCreator, getReason, getReasonText, getType
 
Methods inherited from interface org.neociclo.odetteftp.protocol.OdetteFtpObject
getDatasetName, getDateTime, getDestination, getOriginator, getTicker, getUserData
 

Constructor Detail

DefaultSignedDeliveryNotification

public DefaultSignedDeliveryNotification(DeliveryNotification.EndResponseType type)
Method Detail

getVirtualFileHash

public byte[] getVirtualFileHash()
Specified by:
getVirtualFileHash in interface SignedDeliveryNotification

setVirtualFileHash

public void setVirtualFileHash(byte[] virtualFileHash)

getNotificationSignature

public byte[] getNotificationSignature()
Specified by:
getNotificationSignature in interface SignedDeliveryNotification

setNotificationSignature

public void setNotificationSignature(byte[] endResponseSignature)

hashCode

public int hashCode()
Overrides:
hashCode in class DefaultDeliveryNotification

equals

public boolean equals(Object obj)
Overrides:
equals in class DefaultDeliveryNotification


ACCORD