se.citerus.dddsample.interfaces.handling
Class HandlingEventRegistrationAttempt
java.lang.Object
se.citerus.dddsample.interfaces.handling.HandlingEventRegistrationAttempt
- All Implemented Interfaces:
- java.io.Serializable
public final class HandlingEventRegistrationAttempt
- extends java.lang.Object
- implements java.io.Serializable
This is a simple transfer object for passing incoming handling event
registration attempts to proper the registration procedure.
It is used as a message queue element.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HandlingEventRegistrationAttempt
public HandlingEventRegistrationAttempt(java.util.Date registrationDate,
java.util.Date completionDate,
TrackingId trackingId,
VoyageNumber voyageNumber,
HandlingEvent.Type type,
UnLocode unLocode)
getCompletionTime
public java.util.Date getCompletionTime()
getTrackingId
public TrackingId getTrackingId()
getVoyageNumber
public VoyageNumber getVoyageNumber()
getType
public HandlingEvent.Type getType()
getUnLocode
public UnLocode getUnLocode()
getRegistrationTime
public java.util.Date getRegistrationTime()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009. All Rights Reserved.