|
|||||||||
| 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.AssetEventDataBean
public class AssetEventDataBean
An automatically-generated "bean" class for the Sentinel data object type 'asset-event-data'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
CUSTOMER_NAME
The "bean name" of the Sentinel data object field 'CustomerName'. |
static String |
DHN
The "bean name" of the Sentinel data object field 'Dhn'. |
static String |
DIP
The "bean name" of the Sentinel data object field 'Dip'. |
static String |
DT
The "bean name" of the Sentinel data object field 'DateTime'. |
static String |
SHN
The "bean name" of the Sentinel data object field 'Shn'. |
static String |
SIP
The "bean name" of the Sentinel data object field 'Sip'. |
static String |
UUID
The "bean name" of the Sentinel data object field 'Uuid'. |
| Constructor Summary | |
|---|---|
|
AssetEventDataBean()
Construct an instance of the bean class. |
protected |
AssetEventDataBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearCustomerName()
Clear any current value for the ' customer-name' field in the bean. |
void |
clearDateTime()
Clear any current value for the ' time' field in the bean. |
void |
clearDhn()
Clear any current value for the ' dhn' field in the bean. |
void |
clearDip()
Clear any current value for the ' dip' field in the bean. |
void |
clearShn()
Clear any current value for the ' shn' field in the bean. |
void |
clearSip()
Clear any current value for the ' sip' field in the bean. |
void |
clearUuid()
Clear any current value for the ' uuid' field in the bean. |
AssetEventDataBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends AssetEventDataBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getCustomerName()
Get the value for the ' customer-name' field. |
Date |
getDateTime()
Get the value for the ' time' field. |
String |
getDhn()
Get the value for the ' dhn' field. |
String |
getDip()
Get the value for the ' dip' field. |
String |
getShn()
Get the value for the ' shn' field. |
String |
getSip()
Get the value for the ' sip' field. |
String |
getUuid()
Get the value for the ' uuid' field. |
boolean |
isCustomerNameClear()
Get whether the value for the ' customer-name' field is clear or not. |
boolean |
isCustomerNameNull()
Get whether the ' customer-name' field has been set to Null or
not. |
boolean |
isDateTimeClear()
Get whether the value for the ' time' field is clear or not. |
boolean |
isDateTimeNull()
Get whether the ' time' field has been set to Null or not. |
boolean |
isDhnClear()
Get whether the value for the ' dhn' field is clear or not. |
boolean |
isDhnNull()
Get whether the ' dhn' field has been set to Null or not. |
boolean |
isDipClear()
Get whether the value for the ' dip' field is clear or not. |
boolean |
isDipNull()
Get whether the ' dip' field has been set to Null or not. |
boolean |
isShnClear()
Get whether the value for the ' shn' field is clear or not. |
boolean |
isShnNull()
Get whether the ' shn' field has been set to Null or not. |
boolean |
isSipClear()
Get whether the value for the ' sip' field is clear or not. |
boolean |
isSipNull()
Get whether the ' sip' 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 |
setCustomerName(String customerName)
Set the value for the ' customer-name' field. |
void |
setCustomerNameNull()
Set to Null any current value for the ' customer-name' field in
the bean. |
void |
setDateTime(Date dateTime)
Set the value for the ' time' field. |
void |
setDateTimeNull()
Set to Null any current value for the ' time' field in the bean. |
void |
setDhn(String dhn)
Set the value for the ' dhn' field. |
void |
setDhnNull()
Set to Null any current value for the ' dhn' field in the bean. |
void |
setDip(String dip)
Set the value for the ' dip' field. |
void |
setDipNull()
Set to Null any current value for the ' dip' field in the bean. |
void |
setShn(String shn)
Set the value for the ' shn' field. |
void |
setShnNull()
Set to Null any current value for the ' shn' field in the bean. |
void |
setSip(String sip)
Set the value for the ' sip' field. |
void |
setSipNull()
Set to Null any current value for the ' sip' 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 CUSTOMER_NAME
""customer-name"".
The description of the 'customer-name' field is:
"Search for assets from a specific customer."
public static final String SHN
""shn"".
The description of the 'shn' field is:
"Search for assets containing the given source host name event field value."
public static final String SIP
""sip"".
The description of the 'sip' field is:
"Search for assets containing the given source IP event field value."
public static final String UUID
""uuid"".
The description of the 'uuid' field is:
"Used to find assets associated with a given event ID and time."
public static final String DT
""time"".
The description of the 'time' field is:
"Used to find assets associated with a given event ID and time."
public static final String DIP
""dip"".
The description of the 'dip' field is:
"Search for assets containing the given target IP event field value."
public static final String DHN
""dhn"".
The description of the 'dhn' field is:
"Search for assets containing the given target host name event field value."
| Constructor Detail |
|---|
public AssetEventDataBean()
protected AssetEventDataBean(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 getShn()
shn' field. The description of the 'shn'
field is:
"Search for assets containing the given source host name event field value."
null).SHNpublic boolean isShnNull()
shn' field has been set to Null or not. The
description of the 'shn' field is:
"Search for assets containing the given source host name event field value."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setShnNull(),
SHNpublic boolean isShnClear()
shn' field is clear or not. The description
of the 'shn' field is:
"Search for assets containing the given source host name event field value."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearShn(),
SHNpublic void setShn(String shn)
shn' field. The description of the 'shn'
field is:
"Search for assets containing the given source host name event field value."
shn - Value to setSHNpublic void clearShn()
shn' field in the bean. The description
of the 'shn' field is:
"Search for assets containing the given source host name event field value."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setShnNull() method to clear the server's value.
See the description of cleared
values.
SHNpublic void setShnNull()
shn' field in the bean.
The description of the 'shn' field is:
"Search for assets containing the given source host name event field value."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearShn() method to avoid clearing the server's value.
See the description of Null
values.
SHNpublic Date getDateTime()
time' field. The description of the 'time'
field is:
"Used to find assets associated with a given event ID and time."
null).DTpublic boolean isDateTimeNull()
time' field has been set to Null or not. The
description of the 'time' field is:
"Used to find assets associated with a given event ID and time."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDateTimeNull(),
DTpublic boolean isDateTimeClear()
time' field is clear or not. The description
of the 'time' field is:
"Used to find assets associated with a given event ID and time."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDateTime(),
DTpublic void setDateTime(Date dateTime)
time' field. The description of the 'time'
field is:
"Used to find assets associated with a given event ID and time."
dateTime - Value to setDTpublic void clearDateTime()
time' field in the bean. The description
of the 'time' field is:
"Used to find assets associated with a given event ID and time."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDateTimeNull() method to clear the server's value.
See the description of cleared
values.
DTpublic void setDateTimeNull()
time' field in the bean.
The description of the 'time' field is:
"Used to find assets associated with a given event ID and time."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDateTime() method to avoid clearing the server's value.
See the description of Null
values.
DTpublic String getDip()
dip' field. The description of the 'dip'
field is:
"Search for assets containing the given target IP event field value."
null).DIPpublic boolean isDipNull()
dip' field has been set to Null or not. The
description of the 'dip' field is:
"Search for assets containing the given target IP event field value."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDipNull(),
DIPpublic boolean isDipClear()
dip' field is clear or not. The description
of the 'dip' field is:
"Search for assets containing the given target IP event field value."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDip(),
DIPpublic void setDip(String dip)
dip' field. The description of the 'dip'
field is:
"Search for assets containing the given target IP event field value."
dip - Value to setDIPpublic void clearDip()
dip' field in the bean. The description
of the 'dip' field is:
"Search for assets containing the given target IP event field value."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDipNull() method to clear the server's value.
See the description of cleared
values.
DIPpublic void setDipNull()
dip' field in the bean.
The description of the 'dip' field is:
"Search for assets containing the given target IP event field value."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDip() method to avoid clearing the server's value.
See the description of Null
values.
DIPpublic String getSip()
sip' field. The description of the 'sip'
field is:
"Search for assets containing the given source IP event field value."
null).SIPpublic boolean isSipNull()
sip' field has been set to Null or not. The
description of the 'sip' field is:
"Search for assets containing the given source IP event field value."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSipNull(),
SIPpublic boolean isSipClear()
sip' field is clear or not. The description
of the 'sip' field is:
"Search for assets containing the given source IP event field value."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSip(),
SIPpublic void setSip(String sip)
sip' field. The description of the 'sip'
field is:
"Search for assets containing the given source IP event field value."
sip - Value to setSIPpublic void clearSip()
sip' field in the bean. The description
of the 'sip' field is:
"Search for assets containing the given source IP event field value."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSipNull() method to clear the server's value.
See the description of cleared
values.
SIPpublic void setSipNull()
sip' field in the bean.
The description of the 'sip' field is:
"Search for assets containing the given source IP event field value."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSip() method to avoid clearing the server's value.
See the description of Null
values.
SIPpublic String getUuid()
uuid' field. The description of the 'uuid'
field is:
"Used to find assets associated with a given event ID and time."
null).UUIDpublic boolean isUuidNull()
uuid' field has been set to Null or not. The
description of the 'uuid' field is:
"Used to find assets associated with a given event ID and time."
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:
"Used to find assets associated with a given event ID and time."
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:
"Used to find assets associated with a given event ID and time."
uuid - Value to setUUIDpublic void clearUuid()
uuid' field in the bean. The description
of the 'uuid' field is:
"Used to find assets associated with a given event ID and time."
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:
"Used to find assets associated with a given event ID and time."
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 String getCustomerName()
customer-name' field. The description of the
'customer-name' field is:
"Search for assets from a specific customer."
null).CUSTOMER_NAMEpublic boolean isCustomerNameNull()
customer-name' field has been set to Null or
not. The description of the 'customer-name' field is:
"Search for assets from a specific customer."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setCustomerNameNull(),
CUSTOMER_NAMEpublic boolean isCustomerNameClear()
customer-name' field is clear or not.
The description of the 'customer-name' field is:
"Search for assets from a specific customer."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearCustomerName(),
CUSTOMER_NAMEpublic void setCustomerName(String customerName)
customer-name' field. The description of the
'customer-name' field is:
"Search for assets from a specific customer."
customerName - Value to setCUSTOMER_NAMEpublic void clearCustomerName()
customer-name' field in the bean. The
description of the 'customer-name' field is:
"Search for assets from a specific customer."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setCustomerNameNull() method to clear the server's value.
See the description of cleared
values.
CUSTOMER_NAMEpublic void setCustomerNameNull()
customer-name' field in
the bean. The description of the 'customer-name' field is:
"Search for assets from a specific customer."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearCustomerName() method to avoid clearing the server's value.
See the description of Null
values.
CUSTOMER_NAMEpublic String getDhn()
dhn' field. The description of the 'dhn'
field is:
"Search for assets containing the given target host name event field value."
null).DHNpublic boolean isDhnNull()
dhn' field has been set to Null or not. The
description of the 'dhn' field is:
"Search for assets containing the given target host name event field value."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDhnNull(),
DHNpublic boolean isDhnClear()
dhn' field is clear or not. The description
of the 'dhn' field is:
"Search for assets containing the given target host name event field value."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDhn(),
DHNpublic void setDhn(String dhn)
dhn' field. The description of the 'dhn'
field is:
"Search for assets containing the given target host name event field value."
dhn - Value to setDHNpublic void clearDhn()
dhn' field in the bean. The description
of the 'dhn' field is:
"Search for assets containing the given target host name event field value."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDhnNull() method to clear the server's value.
See the description of cleared
values.
DHNpublic void setDhnNull()
dhn' field in the bean.
The description of the 'dhn' field is:
"Search for assets containing the given target host name event field value."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDhn() method to avoid clearing the server's value.
See the description of Null
values.
DHNpublic static BeanMetaData<? extends AssetEventDataBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public AssetEventDataBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||