|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Evenement>
modeles.ListeEvenement
public class ListeEvenement
Constructor Summary | |
---|---|
ListeEvenement(org.w3c.dom.Document doc)
Constructeur a partir d'un document DOM qui le resultat de la requete sur les contacts |
Method Summary | |
---|---|
static java.lang.String |
generateNewID()
Genere un nouvel id a partir de l'id MAX actuel |
static int |
getID_MAX()
|
java.lang.String |
toString()
|
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public ListeEvenement(org.w3c.dom.Document doc) throws org.w3c.dom.DOMException, org.xml.sax.SAXException, java.io.IOException, java.lang.NumberFormatException
doc
- le document DOM
org.w3c.dom.DOMException
org.xml.sax.SAXException
java.io.IOException
java.lang.NumberFormatException
Method Detail |
---|
public static int getID_MAX()
public static java.lang.String generateNewID()
public java.lang.String toString()
toString
in class java.util.AbstractCollection<Evenement>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |