|
|||||||||
| 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.AdvisorContainerBean
public class AdvisorContainerBean
An automatically-generated "bean" class for the Sentinel data object type 'advisor-container'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
ID
The "bean name" of the Sentinel data object field 'Id'. |
static String |
REL_AAD
The "bean name" of the Sentinel data object field 'AdvAttackDetails'. |
static String |
REL_AED
The "bean name" of the Sentinel data object field 'AdvisorEventData'. |
static String |
REL_AS
The "bean name" of the Sentinel data object field 'AttackSummaries'. |
| Constructor Summary | |
|---|---|
|
AdvisorContainerBean()
Construct an instance of the bean class. |
protected |
AdvisorContainerBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
addToAdvAttackDetails(AdvAttackDetailsBean value)
Add a value to the collection field ' attack-details'. |
void |
addToAdvisorEventData(AdvisorEventDataBean value)
Add a value to the collection field ' events'. |
void |
addToAttackSummaries(AttackSummaryBean value)
Add a value to the collection field ' attack-summaries'. |
void |
clearAdvAttackDetails()
Clear any current value for the ' attack-details' field in the bean. |
void |
clearAdvisorEventData()
Clear any current value for the ' events' field in the bean. |
void |
clearAttackSummaries()
Clear any current value for the ' attack-summaries' field in the bean. |
void |
clearId()
Clear any current value for the ' id' field in the bean. |
AdvisorContainerBean |
clone()
Create a duplicate of this bean instance, including all field values. |
Collection<AdvAttackDetailsBean> |
getAdvAttackDetails()
Get the value for the ' attack-details' field. |
Collection<AdvisorEventDataBean> |
getAdvisorEventData()
Get the value for the ' events' field. |
Collection<AttackSummaryBean> |
getAttackSummaries()
Get the value for the ' attack-summaries' field. |
static BeanMetaData<? extends AdvisorContainerBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getId()
Get the value for the ' id' field. |
boolean |
isAdvAttackDetailsClear()
Get whether the value for the ' attack-details' field is clear or not. |
boolean |
isAdvAttackDetailsNull()
Get whether the ' attack-details' field has been set to Null or
not. |
boolean |
isAdvisorEventDataClear()
Get whether the value for the ' events' field is clear or not. |
boolean |
isAdvisorEventDataNull()
Get whether the ' events' field has been set to Null or not. |
boolean |
isAttackSummariesClear()
Get whether the value for the ' attack-summaries' field is clear or not. |
boolean |
isAttackSummariesNull()
Get whether the ' attack-summaries' field has been set to Null
or not. |
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. |
void |
setAdvAttackDetails(Collection<? extends AdvAttackDetailsBean> advAttackDetails)
Set the value for the ' attack-details' field. |
void |
setAdvAttackDetailsNull()
Set to Null any current value for the ' attack-details' field
in the bean. |
void |
setAdvisorEventData(Collection<? extends AdvisorEventDataBean> advisorEventData)
Set the value for the ' events' field. |
void |
setAdvisorEventDataNull()
Set to Null any current value for the ' events' field in the bean. |
void |
setAttackSummaries(Collection<? extends AttackSummaryBean> attackSummaries)
Set the value for the ' attack-summaries' field. |
void |
setAttackSummariesNull()
Set to Null any current value for the ' attack-summaries' field
in the bean. |
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. |
| 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_AED
""events"".
The description of the 'events' field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
public static final String ID
""id"".
The description of the 'id' field is:
"Unique identifier for advisor container."
public static final String REL_AAD
""attack-details"".
The description of the 'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
public static final String REL_AS
""attack-summaries"".
The description of the 'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
| Constructor Detail |
|---|
public AdvisorContainerBean()
protected AdvisorContainerBean(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 for advisor container."
null).IDpublic boolean isIdNull()
id' field has been set to Null or not. The description
of the 'id' field is:
"Unique identifier for advisor container."
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 for advisor container."
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 for advisor container."
id - Value to setIDpublic void clearId()
id' field in the bean. The description
of the 'id' field is:
"Unique identifier for advisor container."
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 for advisor container."
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 Collection<AttackSummaryBean> getAttackSummaries()
attack-summaries' field. The description of the
'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
null).REL_ASpublic boolean isAttackSummariesNull()
attack-summaries' field has been set to Null
or not. The description of the 'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAttackSummariesNull(),
REL_ASpublic boolean isAttackSummariesClear()
attack-summaries' field is clear or not.
The description of the 'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAttackSummaries(),
REL_ASpublic void setAttackSummaries(Collection<? extends AttackSummaryBean> attackSummaries)
attack-summaries' field. The description of the
'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
attackSummaries - Value to setREL_ASpublic void clearAttackSummaries()
attack-summaries' field in the bean.
The description of the 'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAttackSummariesNull() method to clear the server's value.
See the description of cleared
values.
REL_ASpublic void setAttackSummariesNull()
attack-summaries' field
in the bean. The description of the 'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAttackSummaries() method to avoid clearing the server's value.
See the description of Null
values.
REL_ASpublic void addToAttackSummaries(AttackSummaryBean value)
attack-summaries'. The description
of the 'attack-summaries' field is:
"List of AttackSummary objects as a result of executing an advisor report."
value - Value to add to collection.REL_ASpublic Collection<AdvisorEventDataBean> getAdvisorEventData()
events' field. The description of the 'events'
field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
null).REL_AEDpublic boolean isAdvisorEventDataNull()
events' field has been set to Null or not. The
description of the 'events' field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAdvisorEventDataNull(),
REL_AEDpublic boolean isAdvisorEventDataClear()
events' field is clear or not. The description
of the 'events' field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAdvisorEventData(),
REL_AEDpublic void setAdvisorEventData(Collection<? extends AdvisorEventDataBean> advisorEventData)
events' field. The description of the 'events'
field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
advisorEventData - Value to setREL_AEDpublic void clearAdvisorEventData()
events' field in the bean. The description
of the 'events' field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAdvisorEventDataNull() method to clear the server's value.
See the description of cleared
values.
REL_AEDpublic void setAdvisorEventDataNull()
events' field in the bean.
The description of the 'events' field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAdvisorEventData() method to avoid clearing the server's value.
See the description of Null
values.
REL_AEDpublic void addToAdvisorEventData(AdvisorEventDataBean value)
events'. The description of the
'events' field is:
"The list of AssetEventData objects used to locate AssetData objects when executing
an asset report."
value - Value to add to collection.REL_AEDpublic Collection<AdvAttackDetailsBean> getAdvAttackDetails()
attack-details' field. The description of the
'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
null).REL_AADpublic boolean isAdvAttackDetailsNull()
attack-details' field has been set to Null or
not. The description of the 'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAdvAttackDetailsNull(),
REL_AADpublic boolean isAdvAttackDetailsClear()
attack-details' field is clear or not.
The description of the 'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAdvAttackDetails(),
REL_AADpublic void setAdvAttackDetails(Collection<? extends AdvAttackDetailsBean> advAttackDetails)
attack-details' field. The description of the
'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
advAttackDetails - Value to setREL_AADpublic void clearAdvAttackDetails()
attack-details' field in the bean.
The description of the 'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAdvAttackDetailsNull() method to clear the server's value.
See the description of cleared
values.
REL_AADpublic void setAdvAttackDetailsNull()
attack-details' field
in the bean. The description of the 'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAdvAttackDetails() method to avoid clearing the server's value.
See the description of Null
values.
REL_AADpublic void addToAdvAttackDetails(AdvAttackDetailsBean value)
attack-details'. The description
of the 'attack-details' field is:
"List of AdvAttackDetails objects as a result of executing an advisor report."
value - Value to add to collection.REL_AADpublic static BeanMetaData<? extends AdvisorContainerBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public AdvisorContainerBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||