|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.parc.AbstractRecord
com.rhi.architecture.parc.ListRecordSet
The RecordSet is a group of Records. It is an implementation of the composite element of GOF Composite pattern.
Field Summary |
Fields inherited from class com.rhi.architecture.parc.AbstractRecord |
DEFAULT_SEPARATOR |
Constructor Summary | |
ListRecordSet()
Constructor |
|
ListRecordSet(java.lang.Object source)
Constructor |
Method Summary | |
void |
add(Record r)
Add a new Record to the set. |
java.lang.Object |
getSourceKey()
returns the Source Key |
java.util.Iterator |
iterator()
Return the Iterator of the List |
boolean |
remove(Record r)
Remove a Record from the set. |
Methods inherited from class com.rhi.architecture.parc.AbstractRecord |
addError, getErrors, isErrored, isValid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.rhi.architecture.parc.Record |
toString |
Constructor Detail |
public ListRecordSet()
public ListRecordSet(java.lang.Object source)
source
- Method Detail |
public java.lang.Object getSourceKey()
public void add(Record r)
r
- public boolean remove(Record r)
r
-
public java.util.Iterator iterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |