|
|||||||||
| 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.HistoryItem
public class HistoryItem
This class is value object which represents HistoryItem.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
void |
addDescription(String descr)
Adds the specified desciption value. |
String |
getDateTimeValue()
Returns the date time value. |
String[] |
getDescription()
Returns the array of description value. |
String |
getHistorycat()
Returns the historycat value. |
String |
getIncidentIDValue()
Returns the incident id value. |
String |
getRestriction()
Returns the restriction value. |
String |
getType()
Returns the type value. |
void |
setDateTimeValue(String time)
Sets the date time value. |
void |
setHistorycat(String value)
Sets the specified historycat value. |
void |
setIncidentIDValue(String value)
Sets the incident id value. |
void |
setRestriction(String value)
Sets the specified restriction value. |
void |
setType(String type)
Sets the specified type value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setDateTimeValue(String time)
time - the date time valuepublic String getDateTimeValue()
public void setIncidentIDValue(String value)
value - - incident id valuepublic String getIncidentIDValue()
public void addDescription(String descr)
descr - - desciption valuepublic String[] getDescription()
public void setType(String type)
type - the type valuepublic String getType()
public void setRestriction(String value)
value - - restriction valuepublic String getRestriction()
public void setHistorycat(String value)
value - the historycat valuepublic String getHistorycat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||