public class VesselOwnerPeriodPK extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
VesselOwnerPeriodPK.Factory
Constructs new instances of
VesselOwnerPeriodPK. |
| Constructor and Description |
|---|
VesselOwnerPeriodPK() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Date |
getStartDateTime() |
Vessel |
getVessel() |
VesselOwner |
getVesselOwner() |
int |
hashCode() |
void |
setStartDateTime(Date startDateTime) |
void |
setVessel(Vessel vessel) |
void |
setVesselOwner(VesselOwner vesselOwner) |
public VesselOwner getVesselOwner()
public void setVesselOwner(VesselOwner vesselOwner)
public Vessel getVessel()
public void setVessel(Vessel vessel)
public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
Copyright © 2013. All Rights Reserved.