@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:59 UTC 2020") public abstract class TripTypeAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements TripType
Modifier and Type | Field and Description |
---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected TimeUnit |
minTimeBetweenTrip
Nom de l'attribut en BD : minTimeBetweenTrip
|
protected String |
name
Nom de l'attribut en BD : name
|
protected TimeUnit |
tripDuration
Nom de l'attribut en BD : tripDuration
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_COMMENT, PROPERTY_MIN_TIME_BETWEEN_TRIP, PROPERTY_NAME, PROPERTY_TRIP_DURATION
Constructor and Description |
---|
TripTypeAbstract() |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
delete() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
String |
getComment() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
TimeUnit |
getMinTimeBetweenTrip() |
String |
getName() |
TimeUnit |
getTripDuration() |
void |
setComment(String comment) |
void |
setMinTimeBetweenTrip(TimeUnit minTimeBetweenTrip) |
void |
setName(String name) |
void |
setTripDuration(TimeUnit tripDuration) |
String |
toString() |
void |
update() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFisheryRegion
getTopiaContext, setTopiaContext
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
protected String name
protected TimeUnit tripDuration
protected TimeUnit minTimeBetweenTrip
protected String comment
public void update() throws org.nuiton.topia.TopiaException
update
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void delete() throws org.nuiton.topia.TopiaException
delete
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept
in interface org.nuiton.topia.persistence.TopiaEntity
org.nuiton.topia.TopiaException
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public void setTripDuration(TimeUnit tripDuration)
setTripDuration
in interface TripType
public TimeUnit getTripDuration()
getTripDuration
in interface TripType
public void setMinTimeBetweenTrip(TimeUnit minTimeBetweenTrip)
setMinTimeBetweenTrip
in interface TripType
public TimeUnit getMinTimeBetweenTrip()
getMinTimeBetweenTrip
in interface TripType
public void setComment(String comment)
setComment
in interface TripType
public String getComment()
getComment
in interface TripType
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate
in interface org.nuiton.topia.persistence.TopiaEntity
getAggregate
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite
in interface org.nuiton.topia.persistence.TopiaEntity
getComposite
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
Copyright © 1999–2020 CodeLutin. All rights reserved.