public abstract class VesselCommissioningPeriod extends Object implements Serializable, Comparable<VesselCommissioningPeriod>
Modifier and Type | Class and Description |
---|---|
static class |
VesselCommissioningPeriod.Factory
Constructs new instances of
VesselCommissioningPeriod . |
Constructor and Description |
---|
VesselCommissioningPeriod() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VesselCommissioningPeriod o) |
boolean |
equals(Object object)
Returns
true if the argument is an VesselCommissioningPeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Location |
getCommissioningLocation()
Lieu de mise en service.
|
Date |
getEndDate() |
Date |
getStartDate() |
Vessel |
getVessel()
Navire, ou plus généralement un usager de la ressource.
|
VesselCommissioningPeriodPK |
getVesselCommissioningPeriodPk()
Get the composite primary key identifier class
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCommissioningLocation(Location commissioningLocationIn)
Lieu de mise en service.
|
void |
setEndDate(Date endDateIn) |
void |
setStartDate(Date startDateIn) |
void |
setVessel(Vessel vesselIn)
Navire, ou plus généralement un usager de la ressource.
|
void |
setVesselCommissioningPeriodPk(VesselCommissioningPeriodPK vesselCommissioningPeriodPkIn)
Set the composite primary key identifier class
|
public VesselCommissioningPeriod()
public VesselCommissioningPeriodPK getVesselCommissioningPeriodPk()
public void setVesselCommissioningPeriodPk(VesselCommissioningPeriodPK vesselCommissioningPeriodPkIn)
vesselCommissioningPeriodPkIn
- public Date getStartDate()
public void setStartDate(Date startDateIn)
startDateIn
- Datepublic Date getEndDate()
public void setEndDate(Date endDateIn)
endDateIn
- Datepublic Location getCommissioningLocation()
public void setCommissioningLocation(Location commissioningLocationIn)
commissioningLocationIn
- Locationpublic Vessel getVessel()
public void setVessel(Vessel vesselIn)
vesselIn
- Vesselpublic boolean equals(Object object)
true
if the argument is an VesselCommissioningPeriod instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(VesselCommissioningPeriod o)
compareTo
in interface Comparable<VesselCommissioningPeriod>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.