|
|||||||||
| 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.VulnerabilityScannerBean
public class VulnerabilityScannerBean
An automatically-generated "bean" class for the Sentinel data object type 'vulnerability-scanner'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
PRODUCT_NAME
The "bean name" of the Sentinel data object field 'ProductName'. |
static String |
PRODUCT_VERSION
The "bean name" of the Sentinel data object field 'ProductVersion'. |
static String |
REL_RESOURCES
The "bean name" of the Sentinel data object field 'Resources'. |
static String |
SCANNER_INSTANCE
The "bean name" of the Sentinel data object field 'ScannerInstance'. |
static String |
SCANNER_TYPE
The "bean name" of the Sentinel data object field 'ScannerType'. |
static String |
VENDOR
The "bean name" of the Sentinel data object field 'Vendor'. |
| Constructor Summary | |
|---|---|
|
VulnerabilityScannerBean()
Construct an instance of the bean class. |
protected |
VulnerabilityScannerBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
addToResources(VulnerabilityRsrcBean value)
Add a value to the collection field ' resources'. |
void |
clearProductName()
Clear any current value for the ' product-name' field in the bean. |
void |
clearProductVersion()
Clear any current value for the ' product-version' field in the bean. |
void |
clearResources()
Clear any current value for the ' resources' field in the bean. |
void |
clearScannerInstance()
Clear any current value for the ' scanner-instance' field in the bean. |
void |
clearScannerType()
Clear any current value for the ' scanner-type' field in the bean. |
void |
clearVendor()
Clear any current value for the ' vendor' field in the bean. |
VulnerabilityScannerBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends VulnerabilityScannerBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getProductName()
Get the value for the ' product-name' field. |
String |
getProductVersion()
Get the value for the ' product-version' field. |
Collection<VulnerabilityRsrcBean> |
getResources()
Get the value for the ' resources' field. |
String |
getScannerInstance()
Get the value for the ' scanner-instance' field. |
String |
getScannerType()
Get the value for the ' scanner-type' field. |
String |
getVendor()
Get the value for the ' vendor' field. |
boolean |
isProductNameClear()
Get whether the value for the ' product-name' field is clear or not. |
boolean |
isProductNameNull()
Get whether the ' product-name' field has been set to Null or
not. |
boolean |
isProductVersionClear()
Get whether the value for the ' product-version' field is clear or not. |
boolean |
isProductVersionNull()
Get whether the ' product-version' field has been set to Null
or not. |
boolean |
isResourcesClear()
Get whether the value for the ' resources' field is clear or not. |
boolean |
isResourcesNull()
Get whether the ' resources' field has been set to Null or not. |
boolean |
isScannerInstanceClear()
Get whether the value for the ' scanner-instance' field is clear or not. |
boolean |
isScannerInstanceNull()
Get whether the ' scanner-instance' field has been set to Null
or not. |
boolean |
isScannerTypeClear()
Get whether the value for the ' scanner-type' field is clear or not. |
boolean |
isScannerTypeNull()
Get whether the ' scanner-type' field has been set to Null or
not. |
boolean |
isVendorClear()
Get whether the value for the ' vendor' field is clear or not. |
boolean |
isVendorNull()
Get whether the ' vendor' field has been set to Null or not. |
void |
setProductName(String productName)
Set the value for the ' product-name' field. |
void |
setProductNameNull()
Set to Null any current value for the ' product-name' field in
the bean. |
void |
setProductVersion(String productVersion)
Set the value for the ' product-version' field. |
void |
setProductVersionNull()
Set to Null any current value for the ' product-version' field
in the bean. |
void |
setResources(Collection<? extends VulnerabilityRsrcBean> resources)
Set the value for the ' resources' field. |
void |
setResourcesNull()
Set to Null any current value for the ' resources' field in the
bean. |
void |
setScannerInstance(String scannerInstance)
Set the value for the ' scanner-instance' field. |
void |
setScannerInstanceNull()
Set to Null any current value for the ' scanner-instance' field
in the bean. |
void |
setScannerType(String scannerType)
Set the value for the ' scanner-type' field. |
void |
setScannerTypeNull()
Set to Null any current value for the ' scanner-type' field in
the bean. |
void |
setVendor(String vendor)
Set the value for the ' vendor' field. |
void |
setVendorNull()
Set to Null any current value for the ' vendor' 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 PRODUCT_VERSION
""product-version"".
The description of the 'product-version' field is:
"The version of the scanner product."
public static final String SCANNER_INSTANCE
""scanner-instance"".
The description of the 'scanner-instance' field is:
"No description provided."
public static final String PRODUCT_NAME
""product-name"".
The description of the 'product-name' field is:
"Name of the product line of which this scanner is a member; if you don't set this,
the Collector product name will be used."
public static final String REL_RESOURCES
""resources"".
The description of the 'resources' field is:
"A list of vulnerability resources associated with this scan."
public static final String SCANNER_TYPE
""scanner-type"".
The description of the 'scanner-type' field is:
"The type of scanner; currently hard-coded to 'VULN'."
public static final String VENDOR
""vendor"".
The description of the 'vendor' field is:
"Name of the vendor who manufactures this scanner; if you don't set this, the Collector
vendor name will be used."
| Constructor Detail |
|---|
public VulnerabilityScannerBean()
protected VulnerabilityScannerBean(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 getProductName()
product-name' field. The description of the 'product-name'
field is:
"Name of the product line of which this scanner is a member; if you don't set this,
the Collector product name will be used."
null).PRODUCT_NAMEpublic boolean isProductNameNull()
product-name' field has been set to Null or
not. The description of the 'product-name' field is:
"Name of the product line of which this scanner is a member; if you don't set this,
the Collector product name will be used."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setProductNameNull(),
PRODUCT_NAMEpublic boolean isProductNameClear()
product-name' field is clear or not.
The description of the 'product-name' field is:
"Name of the product line of which this scanner is a member; if you don't set this,
the Collector product name will be used."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearProductName(),
PRODUCT_NAMEpublic void setProductName(String productName)
product-name' field. The description of the 'product-name'
field is:
"Name of the product line of which this scanner is a member; if you don't set this,
the Collector product name will be used."
productName - Value to setPRODUCT_NAMEpublic void clearProductName()
product-name' field in the bean. The
description of the 'product-name' field is:
"Name of the product line of which this scanner is a member; if you don't set this,
the Collector product name will be used."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setProductNameNull() method to clear the server's value.
See the description of cleared
values.
PRODUCT_NAMEpublic void setProductNameNull()
product-name' field in
the bean. The description of the 'product-name' field is:
"Name of the product line of which this scanner is a member; if you don't set this,
the Collector product name will be used."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearProductName() method to avoid clearing the server's value.
See the description of Null
values.
PRODUCT_NAMEpublic String getVendor()
vendor' field. The description of the 'vendor'
field is:
"Name of the vendor who manufactures this scanner; if you don't set this, the Collector
vendor name will be used."
null).VENDORpublic boolean isVendorNull()
vendor' field has been set to Null or not. The
description of the 'vendor' field is:
"Name of the vendor who manufactures this scanner; if you don't set this, the Collector
vendor name will be used."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setVendorNull(),
VENDORpublic boolean isVendorClear()
vendor' field is clear or not. The description
of the 'vendor' field is:
"Name of the vendor who manufactures this scanner; if you don't set this, the Collector
vendor name will be used."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearVendor(),
VENDORpublic void setVendor(String vendor)
vendor' field. The description of the 'vendor'
field is:
"Name of the vendor who manufactures this scanner; if you don't set this, the Collector
vendor name will be used."
vendor - Value to setVENDORpublic void clearVendor()
vendor' field in the bean. The description
of the 'vendor' field is:
"Name of the vendor who manufactures this scanner; if you don't set this, the Collector
vendor name will be used."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setVendorNull() method to clear the server's value.
See the description of cleared
values.
VENDORpublic void setVendorNull()
vendor' field in the bean.
The description of the 'vendor' field is:
"Name of the vendor who manufactures this scanner; if you don't set this, the Collector
vendor name will be used."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearVendor() method to avoid clearing the server's value.
See the description of Null
values.
VENDORpublic String getProductVersion()
product-version' field. The description of the
'product-version' field is:
"The version of the scanner product."
null).PRODUCT_VERSIONpublic boolean isProductVersionNull()
product-version' field has been set to Null
or not. The description of the 'product-version' field is:
"The version of the scanner product."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setProductVersionNull(),
PRODUCT_VERSIONpublic boolean isProductVersionClear()
product-version' field is clear or not.
The description of the 'product-version' field is:
"The version of the scanner product."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearProductVersion(),
PRODUCT_VERSIONpublic void setProductVersion(String productVersion)
product-version' field. The description of the
'product-version' field is:
"The version of the scanner product."
productVersion - Value to setPRODUCT_VERSIONpublic void clearProductVersion()
product-version' field in the bean.
The description of the 'product-version' field is:
"The version of the scanner product."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setProductVersionNull() method to clear the server's value.
See the description of cleared
values.
PRODUCT_VERSIONpublic void setProductVersionNull()
product-version' field
in the bean. The description of the 'product-version' field is:
"The version of the scanner product."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearProductVersion() method to avoid clearing the server's value.
See the description of Null
values.
PRODUCT_VERSIONpublic String getScannerInstance()
scanner-instance' field. The description of the
'scanner-instance' field is:
"No description provided."
null).SCANNER_INSTANCEpublic boolean isScannerInstanceNull()
scanner-instance' field has been set to Null
or not. The description of the 'scanner-instance' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setScannerInstanceNull(),
SCANNER_INSTANCEpublic boolean isScannerInstanceClear()
scanner-instance' field is clear or not.
The description of the 'scanner-instance' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearScannerInstance(),
SCANNER_INSTANCEpublic void setScannerInstance(String scannerInstance)
scanner-instance' field. The description of the
'scanner-instance' field is:
"No description provided."
scannerInstance - Value to setSCANNER_INSTANCEpublic void clearScannerInstance()
scanner-instance' field in the bean.
The description of the 'scanner-instance' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setScannerInstanceNull() method to clear the server's value.
See the description of cleared
values.
SCANNER_INSTANCEpublic void setScannerInstanceNull()
scanner-instance' field
in the bean. The description of the 'scanner-instance' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearScannerInstance() method to avoid clearing the server's value.
See the description of Null
values.
SCANNER_INSTANCEpublic String getScannerType()
scanner-type' field. The description of the 'scanner-type'
field is:
"The type of scanner; currently hard-coded to 'VULN'."
null).SCANNER_TYPEpublic boolean isScannerTypeNull()
scanner-type' field has been set to Null or
not. The description of the 'scanner-type' field is:
"The type of scanner; currently hard-coded to 'VULN'."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setScannerTypeNull(),
SCANNER_TYPEpublic boolean isScannerTypeClear()
scanner-type' field is clear or not.
The description of the 'scanner-type' field is:
"The type of scanner; currently hard-coded to 'VULN'."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearScannerType(),
SCANNER_TYPEpublic void setScannerType(String scannerType)
scanner-type' field. The description of the 'scanner-type'
field is:
"The type of scanner; currently hard-coded to 'VULN'."
scannerType - Value to setSCANNER_TYPEpublic void clearScannerType()
scanner-type' field in the bean. The
description of the 'scanner-type' field is:
"The type of scanner; currently hard-coded to 'VULN'."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setScannerTypeNull() method to clear the server's value.
See the description of cleared
values.
SCANNER_TYPEpublic void setScannerTypeNull()
scanner-type' field in
the bean. The description of the 'scanner-type' field is:
"The type of scanner; currently hard-coded to 'VULN'."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearScannerType() method to avoid clearing the server's value.
See the description of Null
values.
SCANNER_TYPEpublic Collection<VulnerabilityRsrcBean> getResources()
resources' field. The description of the 'resources'
field is:
"A list of vulnerability resources associated with this scan."
null).REL_RESOURCESpublic boolean isResourcesNull()
resources' field has been set to Null or not.
The description of the 'resources' field is:
"A list of vulnerability resources associated with this scan."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setResourcesNull(),
REL_RESOURCESpublic boolean isResourcesClear()
resources' field is clear or not. The
description of the 'resources' field is:
"A list of vulnerability resources associated with this scan."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearResources(),
REL_RESOURCESpublic void setResources(Collection<? extends VulnerabilityRsrcBean> resources)
resources' field. The description of the 'resources'
field is:
"A list of vulnerability resources associated with this scan."
resources - Value to setREL_RESOURCESpublic void clearResources()
resources' field in the bean. The description
of the 'resources' field is:
"A list of vulnerability resources associated with this scan."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setResourcesNull() method to clear the server's value.
See the description of cleared
values.
REL_RESOURCESpublic void setResourcesNull()
resources' field in the
bean. The description of the 'resources' field is:
"A list of vulnerability resources associated with this scan."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearResources() method to avoid clearing the server's value.
See the description of Null
values.
REL_RESOURCESpublic void addToResources(VulnerabilityRsrcBean value)
resources'. The description of
the 'resources' field is:
"A list of vulnerability resources associated with this scan."
value - Value to add to collection.REL_RESOURCESpublic static BeanMetaData<? extends VulnerabilityScannerBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public VulnerabilityScannerBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||