|
|||||||||
| 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.Impact
public class Impact
This class is value object which represents Impact element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
String |
getCompletion()
Returns the completion value. |
String |
getImpacttype()
Returns the impacttype value. |
String |
getLang()
Returns the lang value. |
String |
getSeverity()
Returns the severity value. |
void |
setCompletion(String completion)
Sets the specified completion value. |
void |
setImpacttype(String impacttype)
Sets the specified impacttype value. |
void |
setLang(String lang)
Sets the specified lang value. |
void |
setSeverity(String severity)
Sets the specified severity value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setSeverity(String severity)
severity - the severity valuepublic String getSeverity()
public void setCompletion(String completion)
completion - the completion valuepublic String getCompletion()
public void setImpacttype(String impacttype)
impacttype - the impacttype valuepublic String getImpacttype()
public void setLang(String lang)
lang - the lang valuepublic String getLang()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||