public abstract class VesselOwnerPeriod extends Object implements Serializable
Période d'appartenance d'un navire à un armateur (période d'armement).
Nombre de lignes : 25600
| Modifier and Type | Class and Description |
|---|---|
static class |
VesselOwnerPeriod.Factory
Constructs new instances of
VesselOwnerPeriod. |
| Constructor and Description |
|---|
VesselOwnerPeriod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Returns
true if the argument is an VesselOwnerPeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Date |
getEndDateTime() |
VesselOwnerPeriodPK |
getVesselOwnerPeriodPk() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setEndDateTime(Date endDateTime) |
void |
setVesselOwnerPeriodPk(VesselOwnerPeriodPK vesselOwnerPeriodPk) |
public VesselOwnerPeriodPK getVesselOwnerPeriodPk()
public void setVesselOwnerPeriodPk(VesselOwnerPeriodPK vesselOwnerPeriodPk)
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
public int hashCode()
Copyright © 2013. All Rights Reserved.