fr.ifremer.allegro.playground.generic.cluster
Class ClusterPlaygroundFishingEffortZone
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterPlaygroundFishingEffortZone
- extends ClusterAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ClusterPlaygroundFishingEffortZone()
|
ClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone otherBean)
Copies constructor from other ClusterPlaygroundFishingEffortZone |
ClusterPlaygroundFishingEffortZone(java.lang.Integer id,
java.lang.Integer idLocal,
java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
RemoteFishingTripNaturalId fishingTripNaturalId,
RemoteGearNaturalId gearNaturalId)
|
ClusterPlaygroundFishingEffortZone(java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
RemoteFishingTripNaturalId fishingTripNaturalId,
RemoteGearNaturalId gearNaturalId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterPlaygroundFishingEffortZone
public ClusterPlaygroundFishingEffortZone()
ClusterPlaygroundFishingEffortZone
public ClusterPlaygroundFishingEffortZone(java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
RemoteFishingTripNaturalId fishingTripNaturalId,
RemoteGearNaturalId gearNaturalId)
ClusterPlaygroundFishingEffortZone
public ClusterPlaygroundFishingEffortZone(java.lang.Integer id,
java.lang.Integer idLocal,
java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
RemoteFishingTripNaturalId fishingTripNaturalId,
RemoteGearNaturalId gearNaturalId)
ClusterPlaygroundFishingEffortZone
public ClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone otherBean)
- Copies constructor from other ClusterPlaygroundFishingEffortZone
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterPlaygroundFishingEffortZone otherBean)
- Copies all properties from the argument value object into this value object.
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getIdLocal
public java.lang.Integer getIdLocal()
setIdLocal
public void setIdLocal(java.lang.Integer idLocal)
getDateTime
public java.util.Date getDateTime()
setDateTime
public void setDateTime(java.util.Date dateTime)
getMoveType
public java.lang.String getMoveType()
setMoveType
public void setMoveType(java.lang.String moveType)
getEffortZoneCode
public java.lang.String getEffortZoneCode()
setEffortZoneCode
public void setEffortZoneCode(java.lang.String effortZoneCode)
getTargetSpecies
public java.lang.String getTargetSpecies()
setTargetSpecies
public void setTargetSpecies(java.lang.String targetSpecies)
getFishingTripNaturalId
public RemoteFishingTripNaturalId getFishingTripNaturalId()
setFishingTripNaturalId
public void setFishingTripNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)
getGearNaturalId
public RemoteGearNaturalId getGearNaturalId()
setGearNaturalId
public void setGearNaturalId(RemoteGearNaturalId gearNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.