|
|||||||||
| 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.RecordData
public class RecordData
This class is value object which represents RecordData.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addDescriptionValue(String descr)
Adds the specified desciption value. |
void |
addRecordItemValue(String recorditem,
String dtype)
Adds the specified desciption value. |
Application |
getApplication()
Returns the Application element. |
String |
getDateTimeValue()
Returns the date time value. |
String[] |
getDescriptionValues()
Returns the array of description value. |
String[] |
getRecordItemDtypes()
Returns the array of type of RecordItem element. |
String[] |
getRecordItemValues()
Returns the array of record item value. |
String |
getRestriction()
Returns the restriction value. |
void |
setApplication(Application app)
Sets the specified Application elment. |
void |
setDateTimeValue(String value)
Sets the date time 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 String[] getDescriptionValues()
public void addDescriptionValue(String descr)
descr - the desciption valuepublic String getDateTimeValue()
public void setDateTimeValue(String value)
value - the date time valuepublic Application getApplication()
public void setApplication(Application app)
app - the anayzer element.
public void addRecordItemValue(String recorditem,
String dtype)
recorditem - - recorditem valuepublic String[] getRecordItemValues()
public String[] getRecordItemDtypes()
public void setRestriction(String value)
value - - restriction valuepublic String getRestriction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||