|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.IElement
com.cysols.iodef.element.Record
public class Record
This class is value object which represents Record.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addRecordData(RecordData record)
Adds the specified record data element. |
RecordData[] |
getRecordDatas()
Returns the array of record data value. |
String |
getRestriction()
Returns the restriction value. |
void |
setRestriction(String value)
Sets the specified restriction value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public RecordData[] getRecordDatas()
public void addRecordData(RecordData record)
record - the record data elementpublic String getRestriction()
public void setRestriction(String value)
value - - restriction value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||