|
|||||||||
| 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.Application
public class Application
This class is value object which represents Aplication element.
| Field Summary |
|---|
| Fields inherited from class com.cysols.iodef.IElement |
|---|
attributeList, elementcreator, elementsMap, myName |
| Method Summary | |
|---|---|
String |
getAppid()
Returns the appid. |
String |
getConfigid()
Returns the configid. |
String |
getNameValue()
Returns the name value from name element. |
String |
getUrlValue()
Returns the url value from rul element. |
String |
getVendor()
Returns the vendor name. |
String |
getVersion()
Returns the version. |
void |
setAppid(String value)
Sets the specified appid. |
void |
setConfigid(String value)
Sets the specified configid. |
void |
setNameValue(String value)
Creates the name element (not Name element) and sets the specified value to it. |
void |
setUrlValue(String value)
Creates the url element and sets the specified value to it. |
void |
setVendor(String value)
Sets the specified vendor name. |
void |
setVersion(String value)
Sets the specified version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setNameValue(String value)
value - - name valuepublic String getNameValue()
public void setUrlValue(String value)
value - - url valuepublic String getUrlValue()
public void setAppid(String value)
value - - the appidpublic String getAppid()
public void setConfigid(String value)
value - - the configidpublic String getConfigid()
public void setVendor(String value)
value - - the vendor namepublic String getVendor()
public void setVersion(String value)
value - - the versionpublic String getVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||