|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.simple.TheSet
Constructor Summary | |
TheSet()
|
Method Summary | |
void |
addDates(java.util.Date aDate)
Inserts a target in link dates. |
void |
addElements(TheElement aTheElement)
Inserts a target in link elements. |
void |
clearDates()
Clears all targets in link dates |
void |
clearElements()
Clears all targets in link elements |
boolean |
containsDates(java.util.Date dates)
Checks presence of a target in link dates. |
boolean |
containsElements(TheElement elements)
Checks presence of a target in link elements. |
java.lang.String |
getId()
Returns the id. |
java.util.Iterator |
iteratorDates()
Returns an iterator for targets in links dates |
java.util.Iterator |
iteratorElements()
Returns an iterator for targets in links elements |
void |
removeDates(java.util.Date aDate)
Removes a target in link dates |
void |
removeElements(TheElement aTheElement)
Removes a target in link elements |
void |
setId(java.lang.String id)
Sets the id. |
int |
sizeDates()
Returns the size of the collection dates |
int |
sizeElements()
Returns the size of the collection elements |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TheSet()
Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to setpublic boolean containsElements(TheElement elements)
elements
- target to check
public java.util.Iterator iteratorElements()
public int sizeElements()
public void addElements(TheElement aTheElement)
aTheElement
- The TheElement to insertpublic void removeElements(TheElement aTheElement)
aTheElement
- The TheElement to removepublic void clearElements()
public boolean containsDates(java.util.Date dates)
dates
- target to check
public java.util.Iterator iteratorDates()
public int sizeDates()
public void addDates(java.util.Date aDate)
aDate
- The Date to insertpublic void removeDates(java.util.Date aDate)
aDate
- The Date to removepublic void clearDates()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |