|
|||||||||
| 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.AttackSummaryBean
public class AttackSummaryBean
An automatically-generated "bean" class for the Sentinel data object type 'attack-summary'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
ATTACK_NAME
The "bean name" of the Sentinel data object field 'AttackName'. |
static String |
BUGTRAQIDS
The "bean name" of the Sentinel data object field 'BugTraqIDs'. |
static String |
CVEIDS
The "bean name" of the Sentinel data object field 'CVEIDs'. |
static String |
OSVIDS
The "bean name" of the Sentinel data object field 'OSVIDs'. |
static String |
UUID
The "bean name" of the Sentinel data object field 'Uuid'. |
| Constructor Summary | |
|---|---|
|
AttackSummaryBean()
Construct an instance of the bean class. |
protected |
AttackSummaryBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
addToBugTraqIDs(String value)
Add a value to the collection field ' bug-traqids'. |
void |
addToCVEIDs(String value)
Add a value to the collection field ' cveids'. |
void |
addToOSVIDs(String value)
Add a value to the collection field ' osvids'. |
void |
clearAttackName()
Clear any current value for the ' attack-name' field in the bean. |
void |
clearBugTraqIDs()
Clear any current value for the ' bug-traqids' field in the bean. |
void |
clearCVEIDs()
Clear any current value for the ' cveids' field in the bean. |
void |
clearOSVIDs()
Clear any current value for the ' osvids' field in the bean. |
void |
clearUuid()
Clear any current value for the ' uuid' field in the bean. |
AttackSummaryBean |
clone()
Create a duplicate of this bean instance, including all field values. |
String |
getAttackName()
Get the value for the ' attack-name' field. |
static BeanMetaData<? extends AttackSummaryBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
Collection<String> |
getBugTraqIDs()
Get the value for the ' bug-traqids' field. |
Collection<String> |
getCVEIDs()
Get the value for the ' cveids' field. |
Collection<String> |
getOSVIDs()
Get the value for the ' osvids' field. |
String |
getUuid()
Get the value for the ' uuid' field. |
boolean |
isAttackNameClear()
Get whether the value for the ' attack-name' field is clear or not. |
boolean |
isAttackNameNull()
Get whether the ' attack-name' field has been set to Null or not. |
boolean |
isBugTraqIDsClear()
Get whether the value for the ' bug-traqids' field is clear or not. |
boolean |
isBugTraqIDsNull()
Get whether the ' bug-traqids' field has been set to Null or not. |
boolean |
isCVEIDsClear()
Get whether the value for the ' cveids' field is clear or not. |
boolean |
isCVEIDsNull()
Get whether the ' cveids' field has been set to Null or not. |
boolean |
isOSVIDsClear()
Get whether the value for the ' osvids' field is clear or not. |
boolean |
isOSVIDsNull()
Get whether the ' osvids' field has been set to Null or not. |
boolean |
isUuidClear()
Get whether the value for the ' uuid' field is clear or not. |
boolean |
isUuidNull()
Get whether the ' uuid' field has been set to Null or not. |
void |
setAttackName(String attackName)
Set the value for the ' attack-name' field. |
void |
setAttackNameNull()
Set to Null any current value for the ' attack-name' field in
the bean. |
void |
setBugTraqIDs(Collection<? extends String> bugTraqIDs)
Set the value for the ' bug-traqids' field. |
void |
setBugTraqIDsNull()
Set to Null any current value for the ' bug-traqids' field in
the bean. |
void |
setCVEIDs(Collection<? extends String> cVEIDs)
Set the value for the ' cveids' field. |
void |
setCVEIDsNull()
Set to Null any current value for the ' cveids' field in the bean. |
void |
setOSVIDs(Collection<? extends String> oSVIDs)
Set the value for the ' osvids' field. |
void |
setOSVIDsNull()
Set to Null any current value for the ' osvids' field in the bean. |
void |
setUuid(String uuid)
Set the value for the ' uuid' field. |
void |
setUuidNull()
Set to Null any current value for the ' uuid' 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 OSVIDS
""osvids"".
The description of the 'osvids' field is:
"List of OSV IDs associated with the vulnerability."
public static final String CVEIDS
""cveids"".
The description of the 'cveids' field is:
"List of CVE IDs associated with the vulnerability."
public static final String ATTACK_NAME
""attack-name"".
The description of the 'attack-name' field is:
"The vulnerability attack name which is built from the product name (RV31) and attack
name (RT1) event fields."
public static final String UUID
""uuid"".
The description of the 'uuid' field is:
"Unique identifier for advisor attack summary."
public static final String BUGTRAQIDS
""bug-traqids"".
The description of the 'bug-traqids' field is:
"List of BugTraq IDs associated with the vulnerability."
| Constructor Detail |
|---|
public AttackSummaryBean()
protected AttackSummaryBean(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 Collection<String> getBugTraqIDs()
bug-traqids' field. The description of the 'bug-traqids'
field is:
"List of BugTraq IDs associated with the vulnerability."
null).BUGTRAQIDSpublic boolean isBugTraqIDsNull()
bug-traqids' field has been set to Null or not.
The description of the 'bug-traqids' field is:
"List of BugTraq IDs associated with the vulnerability."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setBugTraqIDsNull(),
BUGTRAQIDSpublic boolean isBugTraqIDsClear()
bug-traqids' field is clear or not. The
description of the 'bug-traqids' field is:
"List of BugTraq IDs associated with the vulnerability."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearBugTraqIDs(),
BUGTRAQIDSpublic void setBugTraqIDs(Collection<? extends String> bugTraqIDs)
bug-traqids' field. The description of the 'bug-traqids'
field is:
"List of BugTraq IDs associated with the vulnerability."
bugTraqIDs - Value to setBUGTRAQIDSpublic void clearBugTraqIDs()
bug-traqids' field in the bean. The
description of the 'bug-traqids' field is:
"List of BugTraq IDs associated with the vulnerability."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setBugTraqIDsNull() method to clear the server's value.
See the description of cleared
values.
BUGTRAQIDSpublic void setBugTraqIDsNull()
bug-traqids' field in
the bean. The description of the 'bug-traqids' field is:
"List of BugTraq IDs associated with the vulnerability."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearBugTraqIDs() method to avoid clearing the server's value.
See the description of Null
values.
BUGTRAQIDSpublic void addToBugTraqIDs(String value)
bug-traqids'. The description of
the 'bug-traqids' field is:
"List of BugTraq IDs associated with the vulnerability."
value - Value to add to collection.BUGTRAQIDSpublic Collection<String> getOSVIDs()
osvids' field. The description of the 'osvids'
field is:
"List of OSV IDs associated with the vulnerability."
null).OSVIDSpublic boolean isOSVIDsNull()
osvids' field has been set to Null or not. The
description of the 'osvids' field is:
"List of OSV IDs associated with the vulnerability."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setOSVIDsNull(),
OSVIDSpublic boolean isOSVIDsClear()
osvids' field is clear or not. The description
of the 'osvids' field is:
"List of OSV IDs associated with the vulnerability."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearOSVIDs(),
OSVIDSpublic void setOSVIDs(Collection<? extends String> oSVIDs)
osvids' field. The description of the 'osvids'
field is:
"List of OSV IDs associated with the vulnerability."
oSVIDs - Value to setOSVIDSpublic void clearOSVIDs()
osvids' field in the bean. The description
of the 'osvids' field is:
"List of OSV IDs associated with the vulnerability."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setOSVIDsNull() method to clear the server's value.
See the description of cleared
values.
OSVIDSpublic void setOSVIDsNull()
osvids' field in the bean.
The description of the 'osvids' field is:
"List of OSV IDs associated with the vulnerability."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearOSVIDs() method to avoid clearing the server's value.
See the description of Null
values.
OSVIDSpublic void addToOSVIDs(String value)
osvids'. The description of the
'osvids' field is:
"List of OSV IDs associated with the vulnerability."
value - Value to add to collection.OSVIDSpublic String getAttackName()
attack-name' field. The description of the 'attack-name'
field is:
"The vulnerability attack name which is built from the product name (RV31) and attack
name (RT1) event fields."
null).ATTACK_NAMEpublic boolean isAttackNameNull()
attack-name' field has been set to Null or not.
The description of the 'attack-name' field is:
"The vulnerability attack name which is built from the product name (RV31) and attack
name (RT1) event fields."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAttackNameNull(),
ATTACK_NAMEpublic boolean isAttackNameClear()
attack-name' field is clear or not. The
description of the 'attack-name' field is:
"The vulnerability attack name which is built from the product name (RV31) and attack
name (RT1) event fields."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAttackName(),
ATTACK_NAMEpublic void setAttackName(String attackName)
attack-name' field. The description of the 'attack-name'
field is:
"The vulnerability attack name which is built from the product name (RV31) and attack
name (RT1) event fields."
attackName - Value to setATTACK_NAMEpublic void clearAttackName()
attack-name' field in the bean. The
description of the 'attack-name' field is:
"The vulnerability attack name which is built from the product name (RV31) and attack
name (RT1) event fields."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAttackNameNull() method to clear the server's value.
See the description of cleared
values.
ATTACK_NAMEpublic void setAttackNameNull()
attack-name' field in
the bean. The description of the 'attack-name' field is:
"The vulnerability attack name which is built from the product name (RV31) and attack
name (RT1) event fields."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAttackName() method to avoid clearing the server's value.
See the description of Null
values.
ATTACK_NAMEpublic String getUuid()
uuid' field. The description of the 'uuid'
field is:
"Unique identifier for advisor attack summary."
null).UUIDpublic boolean isUuidNull()
uuid' field has been set to Null or not. The
description of the 'uuid' field is:
"Unique identifier for advisor attack summary."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setUuidNull(),
UUIDpublic boolean isUuidClear()
uuid' field is clear or not. The description
of the 'uuid' field is:
"Unique identifier for advisor attack summary."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearUuid(),
UUIDpublic void setUuid(String uuid)
uuid' field. The description of the 'uuid'
field is:
"Unique identifier for advisor attack summary."
uuid - Value to setUUIDpublic void clearUuid()
uuid' field in the bean. The description
of the 'uuid' field is:
"Unique identifier for advisor attack summary."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setUuidNull() method to clear the server's value.
See the description of cleared
values.
UUIDpublic void setUuidNull()
uuid' field in the bean.
The description of the 'uuid' field is:
"Unique identifier for advisor attack summary."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearUuid() method to avoid clearing the server's value.
See the description of Null
values.
UUIDpublic Collection<String> getCVEIDs()
cveids' field. The description of the 'cveids'
field is:
"List of CVE IDs associated with the vulnerability."
null).CVEIDSpublic boolean isCVEIDsNull()
cveids' field has been set to Null or not. The
description of the 'cveids' field is:
"List of CVE IDs associated with the vulnerability."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setCVEIDsNull(),
CVEIDSpublic boolean isCVEIDsClear()
cveids' field is clear or not. The description
of the 'cveids' field is:
"List of CVE IDs associated with the vulnerability."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearCVEIDs(),
CVEIDSpublic void setCVEIDs(Collection<? extends String> cVEIDs)
cveids' field. The description of the 'cveids'
field is:
"List of CVE IDs associated with the vulnerability."
cVEIDs - Value to setCVEIDSpublic void clearCVEIDs()
cveids' field in the bean. The description
of the 'cveids' field is:
"List of CVE IDs associated with the vulnerability."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setCVEIDsNull() method to clear the server's value.
See the description of cleared
values.
CVEIDSpublic void setCVEIDsNull()
cveids' field in the bean.
The description of the 'cveids' field is:
"List of CVE IDs associated with the vulnerability."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearCVEIDs() method to avoid clearing the server's value.
See the description of Null
values.
CVEIDSpublic void addToCVEIDs(String value)
cveids'. The description of the
'cveids' field is:
"List of CVE IDs associated with the vulnerability."
value - Value to add to collection.CVEIDSpublic static BeanMetaData<? extends AttackSummaryBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public AttackSummaryBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||