Method Summary |
|
public boolean | add(Object element) Method to add an element to the HashSet. |
public boolean | addAll(Collection c) Method to add a collection to the HashSet. |
public void | attachCopy(Object value) Method to return an attached copy of the passed (detached) value. |
public void | clear() |
public Object | clone() Creates and returns a copy of this object. |
public boolean | contains(Object element) Accessor for whether an element is contained in this Set. |
public synchronized boolean | containsAll(java.util.Collection c) Accessor for whether a collection is contained in this Set. |
public Object | detachCopy(FetchPlanState state) Method to return a detached copy of the container. |
public synchronized boolean | equals(Object o) Equality operator.
Parameters: o - The object to compare against. |
public void | flush() Method to flush the changes to the datastore when operating in queued mode. |
public String | getFieldName() Accessor for the field name. |
public Object | getOwner() Accessor for the owner object. |
public Object | getValue() Accessor for the unwrapped value that we are wrapping. |
public synchronized int | hashCode() Hashcode operator. |
public void | initialise(Object o, boolean forInsert, boolean forUpdate) Method to initialise the SCO from an existing value. |
public void | initialise() Method to initialise the SCO for use. |
public boolean | isEmpty() Accessor for whether the HashSet is empty. |
public Iterator | iterator() Accessor for an iterator for the Set. |
public void | load() Method to effect the load of the data in the SCO. |
public void | makeDirty() |
public synchronized boolean | remove(Object element) |
public synchronized boolean | remove(Object element, boolean allowCascadeDelete) |
public boolean | removeAll(java.util.Collection c) Method to remove all elements from the collection from the HashSet. |
public synchronized boolean | retainAll(java.util.Collection c) Method to retain a Collection of elements (and remove all others). |
public int | size() Accessor for the size of the HashSet. |
public Object[] | toArray() Method to return the list as an array. |
public Object[] | toArray(Object a) Method to return the list as an array. |
public synchronized void | unsetOwner() Method to unset the owner and field information. |
public void | updateEmbeddedElement(Object element, int fieldNumber, Object value) Method to update an embedded element in this collection. |
protected Object | writeReplace() The writeReplace method is called when ObjectOutputStream is preparing
to write the object to the stream. |