|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.IpDataBean
public class IpDataBean
An automatically-generated "bean" class for the Sentinel data object type 'ip-data
'.
The description of the type is:
"null"
The Sentinel data object bean classes are designed to be used to transport data to and from the Sentinel server. There exists a supporting infrastructure that handles the serialization/parsing of the data to/from the JSON transport format and which handles the actual HTTP transport.
A more complete description of Sentinel data object beans is found in the description
of SentinelBean
.
SentinelBean
,
BeanTransporter
Field Summary | |
---|---|
static String |
HOSTNAME
The "bean name" of the Sentinel data object field 'HostName'. |
static String |
IP_ADDRESS
The "bean name" of the Sentinel data object field 'IpAddress'. |
static String |
UUID
The "bean name" of the Sentinel data object field 'Id'. |
Constructor Summary | |
---|---|
|
IpDataBean()
Construct an instance of the bean class. |
protected |
IpDataBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
Method Summary | |
---|---|
void |
clearHostName()
Clear any current value for the ' hostname ' field in the bean. |
void |
clearId()
Clear any current value for the ' id ' field in the bean. |
void |
clearIpAddress()
Clear any current value for the ' ip-address ' field in the bean. |
IpDataBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends IpDataBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getHostName()
Get the value for the ' hostname ' field. |
String |
getId()
Get the value for the ' id ' field. |
String |
getIpAddress()
Get the value for the ' ip-address ' field. |
boolean |
isHostNameClear()
Get whether the value for the ' hostname ' field is clear or not. |
boolean |
isHostNameNull()
Get whether the ' hostname ' 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. |
boolean |
isIpAddressClear()
Get whether the value for the ' ip-address ' field is clear or not. |
boolean |
isIpAddressNull()
Get whether the ' ip-address ' field has been set to Null or not. |
void |
setHostName(String hostName)
Set the value for the ' hostname ' field. |
void |
setHostNameNull()
Set to Null any current value for the ' hostname ' 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. |
void |
setIpAddress(String ipAddress)
Set the value for the ' ip-address ' field. |
void |
setIpAddressNull()
Set to Null any current value for the ' ip-address ' 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 HOSTNAME
""hostname""
.
The description of the 'hostname
' field is:
"The host name of the asset."
public static final String UUID
""id""
.
The description of the 'id
' field is:
"No description provided."
public static final String IP_ADDRESS
""ip-address""
.
The description of the 'ip-address
' field is:
"The IP address of the asset."
Constructor Detail |
---|
public IpDataBean()
protected IpDataBean(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 getIpAddress()
ip-address
' field. The description of the 'ip-address
'
field is:
"The IP address of the asset."
null
).IP_ADDRESS
public boolean isIpAddressNull()
ip-address
' field has been set to Null or not.
The description of the 'ip-address
' field is:
"The IP address of the asset."
See the description of Null values.
true
if the field value has been marked as null, false
otherwise.setIpAddressNull()
,
IP_ADDRESS
public boolean isIpAddressClear()
ip-address
' field is clear or not. The
description of the 'ip-address
' field is:
"The IP address of the asset."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearIpAddress()
,
IP_ADDRESS
public void setIpAddress(String ipAddress)
ip-address
' field. The description of the 'ip-address
'
field is:
"The IP address of the asset."
ipAddress
- Value to setIP_ADDRESS
public void clearIpAddress()
ip-address
' field in the bean. The
description of the 'ip-address
' field is:
"The IP address of the asset."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setIpAddressNull()
method to clear the server's value.
See the description of cleared values.
IP_ADDRESS
public void setIpAddressNull()
ip-address
' field in the
bean. The description of the 'ip-address
' field is:
"The IP address of the asset."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearIpAddress()
method to avoid clearing the server's value.
See the description of Null values.
IP_ADDRESS
public String getId()
id
' field. The description of the 'id
'
field is:
"No description provided."
null
).UUID
public boolean isIdNull()
id
' field has been set to Null or not. The description
of the 'id
' field is:
"No description provided."
See the description of Null values.
true
if the field value has been marked as null, false
otherwise.setIdNull()
,
UUID
public boolean isIdClear()
id
' field is clear or not. The description
of the 'id
' field is:
"No description provided."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearId()
,
UUID
public void setId(String id)
id
' field. The description of the 'id
'
field is:
"No description provided."
id
- Value to setUUID
public void clearId()
id
' field in the bean. The description
of the 'id
' field is:
"No description provided."
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.
UUID
public void setIdNull()
id
' field in the bean.
The description of the 'id
' field is:
"No description provided."
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.
UUID
public String getHostName()
hostname
' field. The description of the 'hostname
'
field is:
"The host name of the asset."
null
).HOSTNAME
public boolean isHostNameNull()
hostname
' field has been set to Null or not.
The description of the 'hostname
' field is:
"The host name of the asset."
See the description of Null values.
true
if the field value has been marked as null, false
otherwise.setHostNameNull()
,
HOSTNAME
public boolean isHostNameClear()
hostname
' field is clear or not. The
description of the 'hostname
' field is:
"The host name of the asset."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearHostName()
,
HOSTNAME
public void setHostName(String hostName)
hostname
' field. The description of the 'hostname
'
field is:
"The host name of the asset."
hostName
- Value to setHOSTNAME
public void clearHostName()
hostname
' field in the bean. The description
of the 'hostname
' field is:
"The host name of the asset."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setHostNameNull()
method to clear the server's value.
See the description of cleared values.
HOSTNAME
public void setHostNameNull()
hostname
' field in the
bean. The description of the 'hostname
' field is:
"The host name of the asset."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearHostName()
method to avoid clearing the server's value.
See the description of Null values.
HOSTNAME
public static BeanMetaData<? extends IpDataBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public IpDataBean clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |