Uses of Class
fr.ifremer.isisfish.types.TimeUnit

Packages that use TimeUnit
fr.ifremer.isisfish.entities Entité metier d'IsisFish. 
fr.ifremer.isisfish.types   
 

Uses of TimeUnit in fr.ifremer.isisfish.entities
 

Fields in fr.ifremer.isisfish.entities declared as TimeUnit
protected  TimeUnit EffortDescriptionAbstract.fishingOperationDuration
           
protected  TimeUnit VesselTypeAbstract.maxTripDuration
           
protected  TimeUnit TripTypeAbstract.minTimeBetweenTrip
           
protected  TimeUnit TripTypeAbstract.tripDuration
           
 

Methods in fr.ifremer.isisfish.entities that return TimeUnit
 TimeUnit EffortDescription.getFishingOperationDuration()
          getFishingOperationDuration :
 TimeUnit EffortDescriptionAbstract.getFishingOperationDuration()
          getFishingOperationDuration :
 TimeUnit VesselTypeAbstract.getMaxTripDuration()
          getMaxTripDuration :
 TimeUnit VesselType.getMaxTripDuration()
          getMaxTripDuration :
 TimeUnit TripType.getMinTimeBetweenTrip()
          getMinTimeBetweenTrip :
 TimeUnit TripTypeAbstract.getMinTimeBetweenTrip()
          getMinTimeBetweenTrip :
 TimeUnit TripType.getTripDuration()
          getTripDuration :
 TimeUnit TripTypeAbstract.getTripDuration()
          getTripDuration :
 

Methods in fr.ifremer.isisfish.entities with parameters of type TimeUnit
 List<E> EffortDescriptionDAOAbstract.findAllByFishingOperationDuration(TimeUnit v)
          findAllByFishingOperationDuration : Retourne les éléments ayant comme valeur pour l'attribut fishingOperationDuration le paramètre.
 List<E> VesselTypeDAOAbstract.findAllByMaxTripDuration(TimeUnit v)
          findAllByMaxTripDuration : Retourne les éléments ayant comme valeur pour l'attribut maxTripDuration le paramètre.
 List<E> TripTypeDAOAbstract.findAllByMinTimeBetweenTrip(TimeUnit v)
          findAllByMinTimeBetweenTrip : Retourne les éléments ayant comme valeur pour l'attribut minTimeBetweenTrip le paramètre.
 List<E> TripTypeDAOAbstract.findAllByTripDuration(TimeUnit v)
          findAllByTripDuration : Retourne les éléments ayant comme valeur pour l'attribut tripDuration le paramètre.
 E EffortDescriptionDAOAbstract.findByFishingOperationDuration(TimeUnit v)
          findByFishingOperationDuration : Retourne le premier élément trouvé ayant comme valeur pour l'attribut fishingOperationDuration le paramètre.
 E VesselTypeDAOAbstract.findByMaxTripDuration(TimeUnit v)
          findByMaxTripDuration : Retourne le premier élément trouvé ayant comme valeur pour l'attribut maxTripDuration le paramètre.
 E TripTypeDAOAbstract.findByMinTimeBetweenTrip(TimeUnit v)
          findByMinTimeBetweenTrip : Retourne le premier élément trouvé ayant comme valeur pour l'attribut minTimeBetweenTrip le paramètre.
 E TripTypeDAOAbstract.findByTripDuration(TimeUnit v)
          findByTripDuration : Retourne le premier élément trouvé ayant comme valeur pour l'attribut tripDuration le paramètre.
 void EffortDescription.setFishingOperationDuration(TimeUnit fishingOperationDuration)
          setFishingOperationDuration :
 void EffortDescriptionAbstract.setFishingOperationDuration(TimeUnit value)
          setFishingOperationDuration :
 void VesselTypeAbstract.setMaxTripDuration(TimeUnit value)
          setMaxTripDuration :
 void VesselType.setMaxTripDuration(TimeUnit maxTripDuration)
          setMaxTripDuration :
 void TripType.setMinTimeBetweenTrip(TimeUnit minTimeBetweenTrip)
          setMinTimeBetweenTrip :
 void TripTypeAbstract.setMinTimeBetweenTrip(TimeUnit value)
          setMinTimeBetweenTrip :
 void TripType.setTripDuration(TimeUnit tripDuration)
          setTripDuration :
 void TripTypeAbstract.setTripDuration(TimeUnit value)
          setTripDuration :
 

Uses of TimeUnit in fr.ifremer.isisfish.types
 

Methods in fr.ifremer.isisfish.types that return TimeUnit
 TimeUnit TimeUnit.setDay(double day)
           
 TimeUnit TimeUnit.setHour(double hour)
           
 TimeUnit TimeUnit.setTime(double time)
           
 

Methods in fr.ifremer.isisfish.types with parameters of type TimeUnit
 int TimeUnit.compareTo(TimeUnit o)
           
 



Copyright © 1999-2011 CodeLutin. All Rights Reserved.