|
|||||||||
| 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.Expectation
public class Expectation
This class is value object which represents Expectation element.
| 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. |
Contact |
getContact()
Returns the Contact value. |
String[] |
getDescriptionValues()
Returns the array of description value. |
String |
getEndTimeValue()
Returns the end time value. |
String |
getExpectcat()
Returns the category value. |
String |
getPriority()
Returns the priority value. |
String |
getRestriction()
Returns the restriction value. |
String |
getStartTimeValue()
Returns the start time value. |
void |
setContanct(Contact con)
Sets the specified contact element |
void |
setEndTimeValue(String value)
Sets the end time value. |
void |
setExpectcat(String value)
Sets the specified category value. |
void |
setPriority(String value)
Sets the specified priority value. |
void |
setRestriction(String value)
Sets the specified restriction value. |
void |
setStartTimeValue(String value)
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 - - desciption valuepublic String[] getDescriptionValues()
public void setContanct(Contact con)
con - - contact elementpublic Contact getContact()
public void setStartTimeValue(String value)
value - - start time valuepublic String getStartTimeValue()
public void setEndTimeValue(String value)
value - - end time valuepublic String getEndTimeValue()
public void setRestriction(String value)
value - - restriction valuepublic String getRestriction()
public void setPriority(String value)
value - - priority valuepublic String getPriority()
public void setExpectcat(String value)
value - - category valuepublic String getExpectcat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||