|
|||||||||
| 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.EventData
public class EventData
This class is value object which represents Process element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addAdditionalData(AdditionalData data)
Adds the specified additional data element. |
void |
addAdditionalDataValue(String data)
Adds the specified value to AdditionalData. |
void |
addContanct(Contact con)
Adds the specified contact element. |
void |
addDescriptionValue(String descr)
Adds the specified desciption value. |
void |
addEventData(EventData event)
Adds the specified event data element. |
void |
addFlow(Flow flow)
Adds the specified flow element. |
void |
addMethod(Method me)
Adds the specified method element. |
void |
addSystem(System system)
Adds the specified System element. |
AdditionalData[] |
getAdditionalDatas()
Returns the array of additional data element. |
String[] |
getAdditionalDataValues()
Returns the array of additional data value. |
Assessment |
getAssessment()
Returns the assessment element. |
Contact[] |
getContacts()
Returns the array of Contact value. |
String[] |
getDescriptionValues()
Returns the array of description value. |
String |
getDetectTimeValue()
Returns the detect time value. |
String |
getEndTimeValue()
Returns the end time value. |
EventData[] |
getEventDatas()
Returns the array of event data value. |
Flow[] |
getFlows()
Returns the array of Flow value. |
Method[] |
getMethods()
Returns the array of Method value. |
Record |
getRecord()
Returns the record element. |
String |
getRestriction()
Returns the restriction value. |
String |
getStartTimeValue()
Returns the start time value. |
System[] |
getSystems()
Returns the array of System element. |
void |
setAssessment(Assessment ass)
Sets the specified assessment elment. |
void |
setDetectTimeValue(String time)
Sets the detect time value. |
void |
setEndTimeValue(String time)
Sets the end time value. |
void |
setRecord(Record record)
Sets the specified record elment. |
void |
setRestriction(String value)
Sets the specified restriction value. |
void |
setStartTimeValue(String time)
Sets the start time value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addDescriptionValue(String descr)
descr - the desciption valuepublic String[] getDescriptionValues()
public void setDetectTimeValue(String time)
time - the detect time valuepublic String getDetectTimeValue()
public void setStartTimeValue(String time)
time - the start time valuepublic String getStartTimeValue()
public void setEndTimeValue(String time)
time - the end time valuepublic String getEndTimeValue()
public void addContanct(Contact con)
con - the contact elementpublic Contact[] getContacts()
public void setAssessment(Assessment ass)
ass - the assessment element.public Assessment getAssessment()
public void addMethod(Method me)
me - the method elementpublic Method[] getMethods()
public Flow[] getFlows()
public void addFlow(Flow flow)
flow - the flow elementpublic void addEventData(EventData event)
event - the event data elementpublic EventData[] getEventDatas()
public Record getRecord()
public void setRecord(Record record)
record - the record element.public void addAdditionalDataValue(String data)
data - the additional datapublic String[] getAdditionalDataValues()
public void addAdditionalData(AdditionalData data)
data - the additional data elementpublic AdditionalData[] getAdditionalDatas()
public void addSystem(System system)
system - the System elementpublic System[] getSystems()
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 | ||||||||