|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.bejug.javacareers.feeder.model.JobList
List of JobEntries with a common source
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
JobList(java.lang.String source)
Creates a new collection (List) of JobEntry elements from a given source |
|
JobList(java.lang.String source,
java.util.Collection items)
Creates a new collection (List) of JobEntry elements from a given source |
|
| Method Summary | |
void |
addJobOffer(org.bejug.javacareers.jobs.model.JobOffer entry)
Adds a job entry to the list |
java.lang.String |
getSource()
Gets the name of the source |
java.lang.String |
toString()
Gets a string representation of this Object |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, 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, remove, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public JobList(java.lang.String source)
source - Source where the entries originated from
public JobList(java.lang.String source,
java.util.Collection items)
source - Source where the entries originated fromitems - Collection of items to start with| Method Detail |
public void addJobOffer(org.bejug.javacareers.jobs.model.JobOffer entry)
entry - the job entrypublic java.lang.String getSource()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||