public abstract class TraceGPSAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements TraceGPS
| Modifier and Type | Field and Description |
|---|---|
protected int |
lastPointOrder
start a -1 : no lieu.
|
protected List<PointGPS> |
listePoints
Nom de l'attribut en BD : listePoints
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_LAST_POINT_ORDER, PROPERTY_LISTE_POINTS| Constructor and Description |
|---|
TraceGPSAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
addAllListePoints(List<PointGPS> listePoints) |
void |
addListePoints(PointGPS listePoints) |
void |
clearListePoints() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
int |
getLastPointOrder() |
List<PointGPS> |
getListePoints() |
PointGPS |
getListePointsByTopiaId(String topiaId) |
boolean |
isListePointsEmpty() |
void |
removeListePoints(PointGPS listePoints) |
void |
setLastPointOrder(int lastPointOrder) |
void |
setListePoints(List<PointGPS> listePoints) |
int |
sizeListePoints() |
String |
toString() |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected int lastPointOrder
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setLastPointOrder(int lastPointOrder)
setLastPointOrder in interface TraceGPSpublic int getLastPointOrder()
getLastPointOrder in interface TraceGPSpublic void addListePoints(PointGPS listePoints)
addListePoints in interface TraceGPSpublic void addAllListePoints(List<PointGPS> listePoints)
addAllListePoints in interface TraceGPSpublic void setListePoints(List<PointGPS> listePoints)
setListePoints in interface TraceGPSpublic void removeListePoints(PointGPS listePoints)
removeListePoints in interface TraceGPSpublic void clearListePoints()
clearListePoints in interface TraceGPSpublic List<PointGPS> getListePoints()
getListePoints in interface TraceGPSpublic PointGPS getListePointsByTopiaId(String topiaId)
getListePointsByTopiaId in interface TraceGPSpublic int sizeListePoints()
sizeListePoints in interface TraceGPSpublic boolean isListePointsEmpty()
isListePointsEmpty in interface TraceGPSpublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.