fr.ifremer.isisfish.entities
Interface TripType

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

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


Field Summary
static String PROPERTY_COMMENT
           
static String PROPERTY_MIN_TIME_BETWEEN_TRIP
           
static String PROPERTY_NAME
           
static String PROPERTY_TRIP_DURATION
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 String getComment()
           
 FisheryRegion getFisheryRegion()
           
 TimeUnit getMinTimeBetweenTrip()
           
 String getName()
           
 TimeUnit getTripDuration()
           
 void setComment(String comment)
           
 void setMinTimeBetweenTrip(TimeUnit minTimeBetweenTrip)
           
 void setName(String name)
           
 void setTripDuration(TimeUnit tripDuration)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

PROPERTY_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_TRIP_DURATION

static final String PROPERTY_TRIP_DURATION
See Also:
Constant Field Values

PROPERTY_MIN_TIME_BETWEEN_TRIP

static final String PROPERTY_MIN_TIME_BETWEEN_TRIP
See Also:
Constant Field Values

PROPERTY_COMMENT

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

setName

void setName(String name)

getName

String getName()

setTripDuration

void setTripDuration(TimeUnit tripDuration)

getTripDuration

TimeUnit getTripDuration()

setMinTimeBetweenTrip

void setMinTimeBetweenTrip(TimeUnit minTimeBetweenTrip)

getMinTimeBetweenTrip

TimeUnit getMinTimeBetweenTrip()

setComment

void setComment(String comment)

getComment

String getComment()

getFisheryRegion

FisheryRegion getFisheryRegion()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.