public class ShipDueDate extends Object implements IShipDueDate, Comparable<IShipDueDate>
| Modifier and Type | Field and Description |
|---|---|
private org.joda.time.DateTime |
dueDate |
private IShip |
ship |
| Constructor and Description |
|---|
ShipDueDate() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IShipDueDate other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDueDate, getShipprivate final IShip ship
private final org.joda.time.DateTime dueDate
public int compareTo(IShipDueDate other)
compareTo in interface Comparable<IShipDueDate>Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.