org.neociclo.odetteftp.protocol.v20
Class DefaultSignedDeliveryNotification
java.lang.Object
org.neociclo.odetteftp.protocol.DefaultDeliveryNotification
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
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 |
DefaultSignedDeliveryNotification
public DefaultSignedDeliveryNotification(DeliveryNotification.EndResponseType type)
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