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