org.otvl.sbxbsamp.simple
Class TheSet

java.lang.Object
  extended byorg.otvl.sbxbsamp.simple.TheSet

public class TheSet
extends java.lang.Object

Version:
Author:

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

TheSet

public TheSet()
Method Detail

getId

public java.lang.String getId()
Returns the id.

Returns:
String

setId

public void setId(java.lang.String id)
Sets the id.

Parameters:
id - The id to set

containsElements

public boolean containsElements(TheElement elements)
Checks presence of a target in link elements.

Parameters:
elements - target to check
Returns:
boolean

iteratorElements

public java.util.Iterator iteratorElements()
Returns an iterator for targets in links elements

Returns:
java.util.Iterator

sizeElements

public int sizeElements()
Returns the size of the collection elements

Returns:
int

addElements

public void addElements(TheElement aTheElement)
Inserts a target in link elements.

Parameters:
aTheElement - The TheElement to insert

removeElements

public void removeElements(TheElement aTheElement)
Removes a target in link elements

Parameters:
aTheElement - The TheElement to remove

clearElements

public void clearElements()
Clears all targets in link elements


containsDates

public boolean containsDates(java.util.Date dates)
Checks presence of a target in link dates.

Parameters:
dates - target to check
Returns:
boolean

iteratorDates

public java.util.Iterator iteratorDates()
Returns an iterator for targets in links dates

Returns:
java.util.Iterator

sizeDates

public int sizeDates()
Returns the size of the collection dates

Returns:
int

addDates

public void addDates(java.util.Date aDate)
Inserts a target in link dates.

Parameters:
aDate - The Date to insert

removeDates

public void removeDates(java.util.Date aDate)
Removes a target in link dates

Parameters:
aDate - The Date to remove

clearDates

public void clearDates()
Clears all targets in link dates



Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.