|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.VulnerabilityContainerBean
public class VulnerabilityContainerBean
An automatically-generated "bean" class for the Sentinel data object type 'vulnerability-container'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
ID
The "bean name" of the Sentinel data object field 'Id'. |
static String |
REL_VED
The "bean name" of the Sentinel data object field 'VulnerabilityEventData'. |
static String |
REL_VS
The "bean name" of the Sentinel data object field 'VulnerabilityScanner'. |
static String |
USEEVENTTIME
The "bean name" of the Sentinel data object field 'UseEventTime'. |
| Constructor Summary | |
|---|---|
|
VulnerabilityContainerBean()
Construct an instance of the bean class. |
protected |
VulnerabilityContainerBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
addToVulnerabilityEventData(VulnerabilityEventDataBean value)
Add a value to the collection field ' events'. |
void |
addToVulnerabilityScanner(VulnerabilityScannerBean value)
Add a value to the collection field ' scanners'. |
void |
clearId()
Clear any current value for the ' id' field in the bean. |
void |
clearUseEventTime()
Clear any current value for the ' useEventTime' field in the bean. |
void |
clearVulnerabilityEventData()
Clear any current value for the ' events' field in the bean. |
void |
clearVulnerabilityScanner()
Clear any current value for the ' scanners' field in the bean. |
VulnerabilityContainerBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends VulnerabilityContainerBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getId()
Get the value for the ' id' field. |
Collection<VulnerabilityEventDataBean> |
getVulnerabilityEventData()
Get the value for the ' events' field. |
Collection<VulnerabilityScannerBean> |
getVulnerabilityScanner()
Get the value for the ' scanners' field. |
boolean |
isIdClear()
Get whether the value for the ' id' field is clear or not. |
boolean |
isIdNull()
Get whether the ' id' field has been set to Null or not. |
boolean |
isUseEventTime()
Get the value for the ' useEventTime' field. |
boolean |
isUseEventTimeClear()
Get whether the value for the ' useEventTime' field is clear or not. |
boolean |
isUseEventTimeNull()
Get whether the ' useEventTime' field has been set to Null or
not. |
boolean |
isVulnerabilityEventDataClear()
Get whether the value for the ' events' field is clear or not. |
boolean |
isVulnerabilityEventDataNull()
Get whether the ' events' field has been set to Null or not. |
boolean |
isVulnerabilityScannerClear()
Get whether the value for the ' scanners' field is clear or not. |
boolean |
isVulnerabilityScannerNull()
Get whether the ' scanners' field has been set to Null or not. |
void |
setId(String id)
Set the value for the ' id' field. |
void |
setIdNull()
Set to Null any current value for the ' id' field in the bean. |
void |
setUseEventTime(boolean useEventTime)
Set the value for the ' useEventTime' field. |
void |
setUseEventTimeNull()
Set to Null any current value for the ' useEventTime' field in
the bean. |
void |
setVulnerabilityEventData(Collection<? extends VulnerabilityEventDataBean> vulnerabilityEventData)
Set the value for the ' events' field. |
void |
setVulnerabilityEventDataNull()
Set to Null any current value for the ' events' field in the bean. |
void |
setVulnerabilityScanner(Collection<? extends VulnerabilityScannerBean> vulnerabilityScanner)
Set the value for the ' scanners' field. |
void |
setVulnerabilityScannerNull()
Set to Null any current value for the ' scanners' field in the
bean. |
| Methods inherited from class com.novell.sentinel.client.bean.SentinelBean |
|---|
clearField, cloneBean, equals, fields, getBeanName, getBeanValue, getField, getFieldNoNull, getLink, getMetaData, isFieldClear, isFieldNull, isLinkClear, setField, setFieldNull, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String REL_VS
""scanners"".
The description of the 'scanners' field is:
"List of vulnerability scanners from an executed vulnerability report."
public static final String REL_VED
""events"".
The description of the 'events' field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
public static final String USEEVENTTIME
""useEventTime"".
The description of the 'useEventTime' field is:
"Flag to use current time or event time to determine which scanner to use."
public static final String ID
""id"".
The description of the 'id' field is:
"Unique Identifier."
| Constructor Detail |
|---|
public VulnerabilityContainerBean()
protected VulnerabilityContainerBean(BeanMetaData<? extends SentinelBean> metadata)
metadata - The metadata instance for the derived bean class. Normally this constructor
will only be called by generated code.| Method Detail |
|---|
public String getId()
id' field. The description of the 'id'
field is:
"Unique Identifier."
null).IDpublic boolean isIdNull()
id' field has been set to Null or not. The description
of the 'id' field is:
"Unique Identifier."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setIdNull(),
IDpublic boolean isIdClear()
id' field is clear or not. The description
of the 'id' field is:
"Unique Identifier."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearId(),
IDpublic void setId(String id)
id' field. The description of the 'id'
field is:
"Unique Identifier."
id - Value to setIDpublic void clearId()
id' field in the bean. The description
of the 'id' field is:
"Unique Identifier."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setIdNull() method to clear the server's value.
See the description of cleared
values.
IDpublic void setIdNull()
id' field in the bean.
The description of the 'id' field is:
"Unique Identifier."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearId() method to avoid clearing the server's value.
See the description of Null
values.
IDpublic boolean isUseEventTime()
useEventTime' field. The description of the 'useEventTime'
field is:
"Flag to use current time or event time to determine which scanner to use."
null).USEEVENTTIMEpublic boolean isUseEventTimeNull()
useEventTime' field has been set to Null or
not. The description of the 'useEventTime' field is:
"Flag to use current time or event time to determine which scanner to use."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setUseEventTimeNull(),
USEEVENTTIMEpublic boolean isUseEventTimeClear()
useEventTime' field is clear or not.
The description of the 'useEventTime' field is:
"Flag to use current time or event time to determine which scanner to use."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearUseEventTime(),
USEEVENTTIMEpublic void setUseEventTime(boolean useEventTime)
useEventTime' field. The description of the 'useEventTime'
field is:
"Flag to use current time or event time to determine which scanner to use."
useEventTime - Value to setUSEEVENTTIMEpublic void clearUseEventTime()
useEventTime' field in the bean. The
description of the 'useEventTime' field is:
"Flag to use current time or event time to determine which scanner to use."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setUseEventTimeNull() method to clear the server's value.
See the description of cleared
values.
USEEVENTTIMEpublic void setUseEventTimeNull()
useEventTime' field in
the bean. The description of the 'useEventTime' field is:
"Flag to use current time or event time to determine which scanner to use."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearUseEventTime() method to avoid clearing the server's value.
See the description of Null
values.
USEEVENTTIMEpublic Collection<VulnerabilityEventDataBean> getVulnerabilityEventData()
events' field. The description of the 'events'
field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
null).REL_VEDpublic boolean isVulnerabilityEventDataNull()
events' field has been set to Null or not. The
description of the 'events' field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setVulnerabilityEventDataNull(),
REL_VEDpublic boolean isVulnerabilityEventDataClear()
events' field is clear or not. The description
of the 'events' field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearVulnerabilityEventData(),
REL_VEDpublic void setVulnerabilityEventData(Collection<? extends VulnerabilityEventDataBean> vulnerabilityEventData)
events' field. The description of the 'events'
field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
vulnerabilityEventData - Value to setREL_VEDpublic void clearVulnerabilityEventData()
events' field in the bean. The description
of the 'events' field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setVulnerabilityEventDataNull() method to clear the server's value.
See the description of cleared
values.
REL_VEDpublic void setVulnerabilityEventDataNull()
events' field in the bean.
The description of the 'events' field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearVulnerabilityEventData() method to avoid clearing the server's
value.
See the description of Null
values.
REL_VEDpublic void addToVulnerabilityEventData(VulnerabilityEventDataBean value)
events'. The description of the
'events' field is:
"The list of VulnerabilityEventData objects used to locate vulnerabilities when executing
an vulnerability report."
value - Value to add to collection.REL_VEDpublic Collection<VulnerabilityScannerBean> getVulnerabilityScanner()
scanners' field. The description of the 'scanners'
field is:
"List of vulnerability scanners from an executed vulnerability report."
null).REL_VSpublic boolean isVulnerabilityScannerNull()
scanners' field has been set to Null or not.
The description of the 'scanners' field is:
"List of vulnerability scanners from an executed vulnerability report."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setVulnerabilityScannerNull(),
REL_VSpublic boolean isVulnerabilityScannerClear()
scanners' field is clear or not. The
description of the 'scanners' field is:
"List of vulnerability scanners from an executed vulnerability report."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearVulnerabilityScanner(),
REL_VSpublic void setVulnerabilityScanner(Collection<? extends VulnerabilityScannerBean> vulnerabilityScanner)
scanners' field. The description of the 'scanners'
field is:
"List of vulnerability scanners from an executed vulnerability report."
vulnerabilityScanner - Value to setREL_VSpublic void clearVulnerabilityScanner()
scanners' field in the bean. The description
of the 'scanners' field is:
"List of vulnerability scanners from an executed vulnerability report."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setVulnerabilityScannerNull() method to clear the server's value.
See the description of cleared
values.
REL_VSpublic void setVulnerabilityScannerNull()
scanners' field in the
bean. The description of the 'scanners' field is:
"List of vulnerability scanners from an executed vulnerability report."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearVulnerabilityScanner() method to avoid clearing the server's
value.
See the description of Null
values.
REL_VSpublic void addToVulnerabilityScanner(VulnerabilityScannerBean value)
scanners'. The description of the
'scanners' field is:
"List of vulnerability scanners from an executed vulnerability report."
value - Value to add to collection.REL_VSpublic static BeanMetaData<? extends VulnerabilityContainerBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public VulnerabilityContainerBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||