fr.ifremer.isisfish.entities
Interface TripType

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
TripTypeAbstract, TripTypeImpl

public interface TripType
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String COMMENT
           
static String MIN_TIME_BETWEEN_TRIP
           
static String NAME
           
static String TRIP_DURATION
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getComment()
          getComment :
 FisheryRegion getFisheryRegion()
          getFisheryRegion :
 TimeUnit getMinTimeBetweenTrip()
          getMinTimeBetweenTrip :
 String getName()
          getName :
 TimeUnit getTripDuration()
          getTripDuration :
 void setComment(String comment)
          setComment :
 void setMinTimeBetweenTrip(TimeUnit minTimeBetweenTrip)
          setMinTimeBetweenTrip :
 void setName(String name)
          setName :
 void setTripDuration(TimeUnit tripDuration)
          setTripDuration :
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

TRIP_DURATION

static final String TRIP_DURATION
See Also:
Constant Field Values

MIN_TIME_BETWEEN_TRIP

static final String MIN_TIME_BETWEEN_TRIP
See Also:
Constant Field Values

COMMENT

static final String COMMENT
See Also:
Constant Field Values
Method Detail

setName

void setName(String name)
setName :

Parameters:
name - La valeur de l'attribut name à positionner.

getName

String getName()
getName :

Returns:
String

setTripDuration

void setTripDuration(TimeUnit tripDuration)
setTripDuration :

Parameters:
tripDuration - La valeur de l'attribut tripDuration à positionner.

getTripDuration

TimeUnit getTripDuration()
getTripDuration :

Returns:
TimeUnit

setMinTimeBetweenTrip

void setMinTimeBetweenTrip(TimeUnit minTimeBetweenTrip)
setMinTimeBetweenTrip :

Parameters:
minTimeBetweenTrip - La valeur de l'attribut minTimeBetweenTrip à positionner.

getMinTimeBetweenTrip

TimeUnit getMinTimeBetweenTrip()
getMinTimeBetweenTrip :

Returns:
TimeUnit

setComment

void setComment(String comment)
setComment :

Parameters:
comment - La valeur de l'attribut comment à positionner.

getComment

String getComment()
getComment :

Returns:
String

getFisheryRegion

FisheryRegion getFisheryRegion()
getFisheryRegion :

Returns:
FisheryRegion


Copyright © 1999-2011 CodeLutin. All Rights Reserved.