public class DateEvents extends UntypedData implements java.util.Set<EdalDate>
EdalDate objects to define the dates and ranges of
different events,e.g. date of creation...ALL_RIGHTS_RESERVED, EMPTY, string| Constructor and Description |
|---|
DateEvents(java.lang.String description)
Default constructor to create a
DateEvents object with a defined
description. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(EdalDate date) |
boolean |
addAll(java.util.Collection<? extends EdalDate> collection) |
void |
clear() |
int |
compareTo(UntypedData datatype) |
boolean |
contains(java.lang.Object object) |
boolean |
containsAll(java.util.Collection<?> collection) |
boolean |
equals(java.lang.Object object) |
java.util.Set<EdalDate> |
getSet() |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Iterator<EdalDate> |
iterator() |
boolean |
remove(java.lang.Object object) |
boolean |
removeAll(java.util.Collection<?> collection) |
boolean |
retainAll(java.util.Collection<?> collection) |
void |
setSet(java.util.Set<EdalDate> set) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
java.lang.String |
toHTML()
Return a String representation for the HTML pages of the HTTP-Listener
|
java.lang.String |
toString() |
getString, setStringpublic DateEvents(java.lang.String description)
DateEvents object with a defined
description.description - the event for this DateEvents.public boolean add(EdalDate date)
public boolean addAll(java.util.Collection<? extends EdalDate> collection)
public void clear()
public int compareTo(UntypedData datatype)
compareTo in interface java.lang.Comparable<UntypedData>compareTo in class UntypedDatapublic boolean contains(java.lang.Object object)
public boolean containsAll(java.util.Collection<?> collection)
public boolean equals(java.lang.Object object)
equals in interface java.util.Collection<EdalDate>equals in interface java.util.Set<EdalDate>equals in class UntypedDataobject - the object to compareSet.equals(java.lang.Object)public java.util.Set<EdalDate> getSet()
public int hashCode()
hashCode in interface java.util.Collection<EdalDate>hashCode in interface java.util.Set<EdalDate>hashCode in class UntypedDataSet.hashCode()public boolean isEmpty()
public java.util.Iterator<EdalDate> iterator()
public boolean remove(java.lang.Object object)
public boolean removeAll(java.util.Collection<?> collection)
public boolean retainAll(java.util.Collection<?> collection)
public void setSet(java.util.Set<EdalDate> set)
set - the set to setpublic int size()
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] array)
public java.lang.String toString()
toString in class UntypedDatapublic java.lang.String toHTML()
toHTML in class UntypedData