public class ShipDueDate extends Object implements IShipDueDate, Comparable<IShipDueDate>
| Modifier and Type | Field and Description |
|---|---|
private java.time.LocalDateTime |
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 java.time.LocalDateTime dueDate
public int compareTo(IShipDueDate other)
compareTo in interface Comparable<IShipDueDate>Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.