com.novell.db.object.bean
Class AssetDataBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.AssetDataBean

public class AssetDataBean
extends SentinelBean

An automatically-generated "bean" class for the Sentinel data object type 'asset-data'.

The description of the type is:

"An Asset Data object contains identification and location information about an enterprise assets."

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.

See Also:
SentinelBean, BeanTransporter

Field Summary
static String ADDRESS_LINE_1
          The "bean name" of the Sentinel data object field 'AddressLine1'.
static String ADDRESS_LINE_2
          The "bean name" of the Sentinel data object field 'AddressLine2'.
static String ASSET_CATEGORY
          The "bean name" of the Sentinel data object field 'AssetCategory'.
static String ASSET_NAME
          The "bean name" of the Sentinel data object field 'AssetName'.
static String ASSET_VALUE
          The "bean name" of the Sentinel data object field 'AssetValue'.
static String BUILDING
          The "bean name" of the Sentinel data object field 'Building'.
static String CITY
          The "bean name" of the Sentinel data object field 'City'.
static String COUNTRY
          The "bean name" of the Sentinel data object field 'Country'.
static String CRITICALITY
          The "bean name" of the Sentinel data object field 'Criticality'.
static String CUSTOMER_ID
          The "bean name" of the Sentinel data object field 'CustomerId'.
static String HOSTNAME
          The "bean name" of the Sentinel data object field 'HostName'.
static String IP
          The "bean name" of the Sentinel data object field 'IP'.
static String MAC_ADDRESS
          The "bean name" of the Sentinel data object field 'MacAddress'.
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 RACK_NUMBER
          The "bean name" of the Sentinel data object field 'RackNumber'.
static String REL_CONTACTS
          The "bean name" of the Sentinel data object field 'Contacts'.
static String REL_IPS
          The "bean name" of the Sentinel data object field 'IpAddresses'.
static String REL_SOFT_ASSETS
          The "bean name" of the Sentinel data object field 'SoftAssets'.
static String ROOM
          The "bean name" of the Sentinel data object field 'Room'.
static String SENSITIVITY
          The "bean name" of the Sentinel data object field 'Sensitivity'.
static String STATE
          The "bean name" of the Sentinel data object field 'State'.
static String VENDOR
          The "bean name" of the Sentinel data object field 'Vendor'.
static String ZIP_CODE
          The "bean name" of the Sentinel data object field 'ZipCode'.
 
Constructor Summary
  AssetDataBean()
          Construct an instance of the bean class.
protected AssetDataBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void addToContacts(ContactDataBean value)
          Add a value to the collection field 'contacts'.
 void addToIpAddresses(IpDataBean value)
          Add a value to the collection field 'ip-addresses'.
 void addToSoftAssets(SoftAssetDataBean value)
          Add a value to the collection field 'soft-assets'.
 void clearAddressLine1()
          Clear any current value for the 'address-line1' field in the bean.
 void clearAddressLine2()
          Clear any current value for the 'address-line2' field in the bean.
 void clearAssetCategory()
          Clear any current value for the 'asset-category' field in the bean.
 void clearAssetName()
          Clear any current value for the 'asset-name' field in the bean.
 void clearAssetValue()
          Clear any current value for the 'asset-value' field in the bean.
 void clearBuilding()
          Clear any current value for the 'building' field in the bean.
 void clearCity()
          Clear any current value for the 'city' field in the bean.
 void clearContacts()
          Clear any current value for the 'contacts' field in the bean.
 void clearCountry()
          Clear any current value for the 'country' field in the bean.
 void clearCriticality()
          Clear any current value for the 'criticality' field in the bean.
 void clearCustomerId()
          Clear any current value for the 'customer-id' field in the bean.
 void clearHostName()
          Clear any current value for the 'hostname' field in the bean.
 void clearIP()
          Clear any current value for the 'ip' field in the bean.
 void clearIpAddresses()
          Clear any current value for the 'ip-addresses' field in the bean.
 void clearMacAddress()
          Clear any current value for the 'mac-address' field in the bean.
 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 clearRackNumber()
          Clear any current value for the 'rack-number' field in the bean.
 void clearRoom()
          Clear any current value for the 'room' field in the bean.
 void clearSensitivity()
          Clear any current value for the 'sensitivity' field in the bean.
 void clearSoftAssets()
          Clear any current value for the 'soft-assets' field in the bean.
 void clearState()
          Clear any current value for the 'state' field in the bean.
 void clearVendor()
          Clear any current value for the 'vendor' field in the bean.
 void clearZipCode()
          Clear any current value for the 'zipcode' field in the bean.
 AssetDataBean clone()
          Create a duplicate of this bean instance, including all field values.
 String getAddressLine1()
          Get the value for the 'address-line1' field.
 String getAddressLine2()
          Get the value for the 'address-line2' field.
 String getAssetCategory()
          Get the value for the 'asset-category' field.
 String getAssetName()
          Get the value for the 'asset-name' field.
 String getAssetValue()
          Get the value for the 'asset-value' field.
static BeanMetaData<? extends AssetDataBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getBuilding()
          Get the value for the 'building' field.
 String getCity()
          Get the value for the 'city' field.
 Collection<ContactDataBean> getContacts()
          Get the value for the 'contacts' field.
 String getCountry()
          Get the value for the 'country' field.
 String getCriticality()
          Get the value for the 'criticality' field.
 String getCustomerId()
          Get the value for the 'customer-id' field.
 String getHostName()
          Get the value for the 'hostname' field.
 String getIP()
          Get the value for the 'ip' field.
 Collection<IpDataBean> getIpAddresses()
          Get the value for the 'ip-addresses' field.
 String getMacAddress()
          Get the value for the 'mac-address' field.
 String getProductName()
          Get the value for the 'product-name' field.
 String getProductVersion()
          Get the value for the 'product-version' field.
 String getRackNumber()
          Get the value for the 'rack-number' field.
 String getRoom()
          Get the value for the 'room' field.
 String getSensitivity()
          Get the value for the 'sensitivity' field.
 Collection<SoftAssetDataBean> getSoftAssets()
          Get the value for the 'soft-assets' field.
 String getState()
          Get the value for the 'state' field.
 String getVendor()
          Get the value for the 'vendor' field.
 String getZipCode()
          Get the value for the 'zipcode' field.
 boolean isAddressLine1Clear()
          Get whether the value for the 'address-line1' field is clear or not.
 boolean isAddressLine1Null()
          Get whether the 'address-line1' field has been set to Null or not.
 boolean isAddressLine2Clear()
          Get whether the value for the 'address-line2' field is clear or not.
 boolean isAddressLine2Null()
          Get whether the 'address-line2' field has been set to Null or not.
 boolean isAssetCategoryClear()
          Get whether the value for the 'asset-category' field is clear or not.
 boolean isAssetCategoryNull()
          Get whether the 'asset-category' field has been set to Null or not.
 boolean isAssetNameClear()
          Get whether the value for the 'asset-name' field is clear or not.
 boolean isAssetNameNull()
          Get whether the 'asset-name' field has been set to Null or not.
 boolean isAssetValueClear()
          Get whether the value for the 'asset-value' field is clear or not.
 boolean isAssetValueNull()
          Get whether the 'asset-value' field has been set to Null or not.
 boolean isBuildingClear()
          Get whether the value for the 'building' field is clear or not.
 boolean isBuildingNull()
          Get whether the 'building' field has been set to Null or not.
 boolean isCityClear()
          Get whether the value for the 'city' field is clear or not.
 boolean isCityNull()
          Get whether the 'city' field has been set to Null or not.
 boolean isContactsClear()
          Get whether the value for the 'contacts' field is clear or not.
 boolean isContactsNull()
          Get whether the 'contacts' field has been set to Null or not.
 boolean isCountryClear()
          Get whether the value for the 'country' field is clear or not.
 boolean isCountryNull()
          Get whether the 'country' field has been set to Null or not.
 boolean isCriticalityClear()
          Get whether the value for the 'criticality' field is clear or not.
 boolean isCriticalityNull()
          Get whether the 'criticality' field has been set to Null or not.
 boolean isCustomerIdClear()
          Get whether the value for the 'customer-id' field is clear or not.
 boolean isCustomerIdNull()
          Get whether the 'customer-id' field has been set to Null or not.
 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 isIpAddressesClear()
          Get whether the value for the 'ip-addresses' field is clear or not.
 boolean isIpAddressesNull()
          Get whether the 'ip-addresses' field has been set to Null or not.
 boolean isIPClear()
          Get whether the value for the 'ip' field is clear or not.
 boolean isIPNull()
          Get whether the 'ip' field has been set to Null or not.
 boolean isMacAddressClear()
          Get whether the value for the 'mac-address' field is clear or not.
 boolean isMacAddressNull()
          Get whether the 'mac-address' field has been set to Null or not.
 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 isRackNumberClear()
          Get whether the value for the 'rack-number' field is clear or not.
 boolean isRackNumberNull()
          Get whether the 'rack-number' field has been set to Null or not.
 boolean isRoomClear()
          Get whether the value for the 'room' field is clear or not.
 boolean isRoomNull()
          Get whether the 'room' field has been set to Null or not.
 boolean isSensitivityClear()
          Get whether the value for the 'sensitivity' field is clear or not.
 boolean isSensitivityNull()
          Get whether the 'sensitivity' field has been set to Null or not.
 boolean isSoftAssetsClear()
          Get whether the value for the 'soft-assets' field is clear or not.
 boolean isSoftAssetsNull()
          Get whether the 'soft-assets' field has been set to Null or not.
 boolean isStateClear()
          Get whether the value for the 'state' field is clear or not.
 boolean isStateNull()
          Get whether the 'state' 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.
 boolean isZipCodeClear()
          Get whether the value for the 'zipcode' field is clear or not.
 boolean isZipCodeNull()
          Get whether the 'zipcode' field has been set to Null or not.
 void setAddressLine1(String addressLine1)
          Set the value for the 'address-line1' field.
 void setAddressLine1Null()
          Set to Null any current value for the 'address-line1' field in the bean.
 void setAddressLine2(String addressLine2)
          Set the value for the 'address-line2' field.
 void setAddressLine2Null()
          Set to Null any current value for the 'address-line2' field in the bean.
 void setAssetCategory(String assetCategory)
          Set the value for the 'asset-category' field.
 void setAssetCategoryNull()
          Set to Null any current value for the 'asset-category' field in the bean.
 void setAssetName(String assetName)
          Set the value for the 'asset-name' field.
 void setAssetNameNull()
          Set to Null any current value for the 'asset-name' field in the bean.
 void setAssetValue(String assetValue)
          Set the value for the 'asset-value' field.
 void setAssetValueNull()
          Set to Null any current value for the 'asset-value' field in the bean.
 void setBuilding(String building)
          Set the value for the 'building' field.
 void setBuildingNull()
          Set to Null any current value for the 'building' field in the bean.
 void setCity(String city)
          Set the value for the 'city' field.
 void setCityNull()
          Set to Null any current value for the 'city' field in the bean.
 void setContacts(Collection<? extends ContactDataBean> contacts)
          Set the value for the 'contacts' field.
 void setContactsNull()
          Set to Null any current value for the 'contacts' field in the bean.
 void setCountry(String country)
          Set the value for the 'country' field.
 void setCountryNull()
          Set to Null any current value for the 'country' field in the bean.
 void setCriticality(String criticality)
          Set the value for the 'criticality' field.
 void setCriticalityNull()
          Set to Null any current value for the 'criticality' field in the bean.
 void setCustomerId(String customerId)
          Set the value for the 'customer-id' field.
 void setCustomerIdNull()
          Set to Null any current value for the 'customer-id' field in the bean.
 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 setIP(String iP)
          Set the value for the 'ip' field.
 void setIpAddresses(Collection<? extends IpDataBean> ipAddresses)
          Set the value for the 'ip-addresses' field.
 void setIpAddressesNull()
          Set to Null any current value for the 'ip-addresses' field in the bean.
 void setIPNull()
          Set to Null any current value for the 'ip' field in the bean.
 void setMacAddress(String macAddress)
          Set the value for the 'mac-address' field.
 void setMacAddressNull()
          Set to Null any current value for the 'mac-address' field in the bean.
 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 setRackNumber(String rackNumber)
          Set the value for the 'rack-number' field.
 void setRackNumberNull()
          Set to Null any current value for the 'rack-number' field in the bean.
 void setRoom(String room)
          Set the value for the 'room' field.
 void setRoomNull()
          Set to Null any current value for the 'room' field in the bean.
 void setSensitivity(String sensitivity)
          Set the value for the 'sensitivity' field.
 void setSensitivityNull()
          Set to Null any current value for the 'sensitivity' field in the bean.
 void setSoftAssets(Collection<? extends SoftAssetDataBean> softAssets)
          Set the value for the 'soft-assets' field.
 void setSoftAssetsNull()
          Set to Null any current value for the 'soft-assets' field in the bean.
 void setState(String state)
          Set the value for the 'state' field.
 void setStateNull()
          Set to Null any current value for the 'state' 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.
 void setZipCode(String zipCode)
          Set the value for the 'zipcode' field.
 void setZipCodeNull()
          Set to Null any current value for the 'zipcode' 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

ROOM

public static final String ROOM
The "bean name" of the Sentinel data object field 'Room'. The value is ""room"".

The description of the 'room' field is:

"The room number where the asset is located."

See Also:
Constant Field Values

CRITICALITY

public static final String CRITICALITY
The "bean name" of the Sentinel data object field 'Criticality'. The value is ""criticality"".

The description of the 'criticality' field is:

"A value indicating how critical the asset is in the enterprise."

See Also:
Constant Field Values

BUILDING

public static final String BUILDING
The "bean name" of the Sentinel data object field 'Building'. The value is ""building"".

The description of the 'building' field is:

"The building where the asset is located."

See Also:
Constant Field Values

ZIP_CODE

public static final String ZIP_CODE
The "bean name" of the Sentinel data object field 'ZipCode'. The value is ""zipcode"".

The description of the 'zipcode' field is:

"The zip code of the city where the asset is located."

See Also:
Constant Field Values

STATE

public static final String STATE
The "bean name" of the Sentinel data object field 'State'. The value is ""state"".

The description of the 'state' field is:

"The state were the asset is located."

See Also:
Constant Field Values

ASSET_VALUE

public static final String ASSET_VALUE
The "bean name" of the Sentinel data object field 'AssetValue'. The value is ""asset-value"".

The description of the 'asset-value' field is:

"The monitary or relative value assigned to the asset."

See Also:
Constant Field Values

SENSITIVITY

public static final String SENSITIVITY
The "bean name" of the Sentinel data object field 'Sensitivity'. The value is ""sensitivity"".

The description of the 'sensitivity' field is:

"No description provided."

See Also:
Constant Field Values

PRODUCT_NAME

public static final String PRODUCT_NAME
The "bean name" of the Sentinel data object field 'ProductName'. The value is ""product-name"".

The description of the 'product-name' field is:

"The asset product name."

See Also:
Constant Field Values

REL_IPS

public static final String REL_IPS
The "bean name" of the Sentinel data object field 'IpAddresses'. The value is ""ip-addresses"".

The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

See Also:
Constant Field Values

COUNTRY

public static final String COUNTRY
The "bean name" of the Sentinel data object field 'Country'. The value is ""country"".

The description of the 'country' field is:

"The country where the asset is located."

See Also:
Constant Field Values

RACK_NUMBER

public static final String RACK_NUMBER
The "bean name" of the Sentinel data object field 'RackNumber'. The value is ""rack-number"".

The description of the 'rack-number' field is:

"The number used to identify a specific rack or shelve where the asset is located."

See Also:
Constant Field Values

IP

public static final String IP
The "bean name" of the Sentinel data object field 'IP'. The value is ""ip"".

The description of the 'ip' field is:

"The IP address assigned to the asset."

See Also:
Constant Field Values

CUSTOMER_ID

public static final String CUSTOMER_ID
The "bean name" of the Sentinel data object field 'CustomerId'. The value is ""customer-id"".

The description of the 'customer-id' field is:

"A unique ID assigned to a specific customer. For example an MSSP will assign their customers a unique ID."

See Also:
Constant Field Values

ADDRESS_LINE_2

public static final String ADDRESS_LINE_2
The "bean name" of the Sentinel data object field 'AddressLine2'. The value is ""address-line2"".

The description of the 'address-line2' field is:

"The secondary address of the asset, such as a suite or appartment number."

See Also:
Constant Field Values

ASSET_NAME

public static final String ASSET_NAME
The "bean name" of the Sentinel data object field 'AssetName'. The value is ""asset-name"".

The description of the 'asset-name' field is:

"The human readable name given to the asset."

See Also:
Constant Field Values

ADDRESS_LINE_1

public static final String ADDRESS_LINE_1
The "bean name" of the Sentinel data object field 'AddressLine1'. The value is ""address-line1"".

The description of the 'address-line1' field is:

"The primary address of the asset."

See Also:
Constant Field Values

ASSET_CATEGORY

public static final String ASSET_CATEGORY
The "bean name" of the Sentinel data object field 'AssetCategory'. The value is ""asset-category"".

The description of the 'asset-category' field is:

"The category or grouping for the asset. Must be one of the values from the asset category table. Default values include: "UNKNOWN", "DESKTOP", "OS". "SERVICE"."

See Also:
Constant Field Values

PRODUCT_VERSION

public static final String PRODUCT_VERSION
The "bean name" of the Sentinel data object field 'ProductVersion'. The value is ""product-version"".

The description of the 'product-version' field is:

"The aset product version."

See Also:
Constant Field Values

HOSTNAME

public static final String HOSTNAME
The "bean name" of the Sentinel data object field 'HostName'. The value is ""hostname"".

The description of the 'hostname' field is:

"The host name assigned to the asset."

See Also:
Constant Field Values

REL_SOFT_ASSETS

public static final String REL_SOFT_ASSETS
The "bean name" of the Sentinel data object field 'SoftAssets'. The value is ""soft-assets"".

The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

See Also:
Constant Field Values

MAC_ADDRESS

public static final String MAC_ADDRESS
The "bean name" of the Sentinel data object field 'MacAddress'. The value is ""mac-address"".

The description of the 'mac-address' field is:

"The MAC Address of the asset."

See Also:
Constant Field Values

REL_CONTACTS

public static final String REL_CONTACTS
The "bean name" of the Sentinel data object field 'Contacts'. The value is ""contacts"".

The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

See Also:
Constant Field Values

CITY

public static final String CITY
The "bean name" of the Sentinel data object field 'City'. The value is ""city"".

The description of the 'city' field is:

"The city were the asset is located."

See Also:
Constant Field Values

VENDOR

public static final String VENDOR
The "bean name" of the Sentinel data object field 'Vendor'. The value is ""vendor"".

The description of the 'vendor' field is:

"The vendor or manufacturer of the asset."

See Also:
Constant Field Values
Constructor Detail

AssetDataBean

public AssetDataBean()
Construct an instance of the bean class.


AssetDataBean

protected AssetDataBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes.

Parameters:
metadata - The metadata instance for the derived bean class. Normally this constructor will only be called by generated code.
Method Detail

getBuilding

public String getBuilding()
Get the value for the 'building' field. The description of the 'building' field is:

"The building where the asset is located."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
BUILDING

isBuildingNull

public boolean isBuildingNull()
Get whether the 'building' field has been set to Null or not. The description of the 'building' field is:

"The building where the asset is located."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setBuildingNull(), BUILDING

isBuildingClear

public boolean isBuildingClear()
Get whether the value for the 'building' field is clear or not. The description of the 'building' field is:

"The building where the asset is located."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearBuilding(), BUILDING

setBuilding

public void setBuilding(String building)
Set the value for the 'building' field. The description of the 'building' field is:

"The building where the asset is located."

Parameters:
building - Value to set
See Also:
BUILDING

clearBuilding

public void clearBuilding()
Clear any current value for the 'building' field in the bean. The description of the 'building' field is:

"The building where the asset is located."

Using this method will not clear the server value when the bean is PUT to the server. Use the setBuildingNull() method to clear the server's value.

See the description of cleared values.

See Also:
BUILDING

setBuildingNull

public void setBuildingNull()
Set to Null any current value for the 'building' field in the bean. The description of the 'building' field is:

"The building where the asset is located."

Using this method will clear the server value when the bean is PUT to the server. Use the clearBuilding() method to avoid clearing the server's value.

See the description of Null values.

See Also:
BUILDING

getProductName

public String getProductName()
Get the value for the 'product-name' field. The description of the 'product-name' field is:

"The asset product name."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
PRODUCT_NAME

isProductNameNull

public boolean isProductNameNull()
Get whether the 'product-name' field has been set to Null or not. The description of the 'product-name' field is:

"The asset product name."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setProductNameNull(), PRODUCT_NAME

isProductNameClear

public boolean isProductNameClear()
Get whether the value for the 'product-name' field is clear or not. The description of the 'product-name' field is:

"The asset product name."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearProductName(), PRODUCT_NAME

setProductName

public void setProductName(String productName)
Set the value for the 'product-name' field. The description of the 'product-name' field is:

"The asset product name."

Parameters:
productName - Value to set
See Also:
PRODUCT_NAME

clearProductName

public void clearProductName()
Clear any current value for the 'product-name' field in the bean. The description of the 'product-name' field is:

"The asset product name."

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.

See Also:
PRODUCT_NAME

setProductNameNull

public void setProductNameNull()
Set to Null any current value for the 'product-name' field in the bean. The description of the 'product-name' field is:

"The asset product name."

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.

See Also:
PRODUCT_NAME

getSensitivity

public String getSensitivity()
Get the value for the 'sensitivity' field. The description of the 'sensitivity' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
SENSITIVITY

isSensitivityNull

public boolean isSensitivityNull()
Get whether the 'sensitivity' field has been set to Null or not. The description of the 'sensitivity' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setSensitivityNull(), SENSITIVITY

isSensitivityClear

public boolean isSensitivityClear()
Get whether the value for the 'sensitivity' field is clear or not. The description of the 'sensitivity' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearSensitivity(), SENSITIVITY

setSensitivity

public void setSensitivity(String sensitivity)
Set the value for the 'sensitivity' field. The description of the 'sensitivity' field is:

"No description provided."

Parameters:
sensitivity - Value to set
See Also:
SENSITIVITY

clearSensitivity

public void clearSensitivity()
Clear any current value for the 'sensitivity' field in the bean. The description of the 'sensitivity' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSensitivityNull() method to clear the server's value.

See the description of cleared values.

See Also:
SENSITIVITY

setSensitivityNull

public void setSensitivityNull()
Set to Null any current value for the 'sensitivity' field in the bean. The description of the 'sensitivity' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSensitivity() method to avoid clearing the server's value.

See the description of Null values.

See Also:
SENSITIVITY

getVendor

public String getVendor()
Get the value for the 'vendor' field. The description of the 'vendor' field is:

"The vendor or manufacturer of the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
VENDOR

isVendorNull

public boolean isVendorNull()
Get whether the 'vendor' field has been set to Null or not. The description of the 'vendor' field is:

"The vendor or manufacturer of the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setVendorNull(), VENDOR

isVendorClear

public boolean isVendorClear()
Get whether the value for the 'vendor' field is clear or not. The description of the 'vendor' field is:

"The vendor or manufacturer of the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearVendor(), VENDOR

setVendor

public void setVendor(String vendor)
Set the value for the 'vendor' field. The description of the 'vendor' field is:

"The vendor or manufacturer of the asset."

Parameters:
vendor - Value to set
See Also:
VENDOR

clearVendor

public void clearVendor()
Clear any current value for the 'vendor' field in the bean. The description of the 'vendor' field is:

"The vendor or manufacturer of the asset."

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.

See Also:
VENDOR

setVendorNull

public void setVendorNull()
Set to Null any current value for the 'vendor' field in the bean. The description of the 'vendor' field is:

"The vendor or manufacturer of the asset."

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.

See Also:
VENDOR

getZipCode

public String getZipCode()
Get the value for the 'zipcode' field. The description of the 'zipcode' field is:

"The zip code of the city where the asset is located."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ZIP_CODE

isZipCodeNull

public boolean isZipCodeNull()
Get whether the 'zipcode' field has been set to Null or not. The description of the 'zipcode' field is:

"The zip code of the city where the asset is located."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setZipCodeNull(), ZIP_CODE

isZipCodeClear

public boolean isZipCodeClear()
Get whether the value for the 'zipcode' field is clear or not. The description of the 'zipcode' field is:

"The zip code of the city where the asset is located."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearZipCode(), ZIP_CODE

setZipCode

public void setZipCode(String zipCode)
Set the value for the 'zipcode' field. The description of the 'zipcode' field is:

"The zip code of the city where the asset is located."

Parameters:
zipCode - Value to set
See Also:
ZIP_CODE

clearZipCode

public void clearZipCode()
Clear any current value for the 'zipcode' field in the bean. The description of the 'zipcode' field is:

"The zip code of the city where the asset is located."

Using this method will not clear the server value when the bean is PUT to the server. Use the setZipCodeNull() method to clear the server's value.

See the description of cleared values.

See Also:
ZIP_CODE

setZipCodeNull

public void setZipCodeNull()
Set to Null any current value for the 'zipcode' field in the bean. The description of the 'zipcode' field is:

"The zip code of the city where the asset is located."

Using this method will clear the server value when the bean is PUT to the server. Use the clearZipCode() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ZIP_CODE

getAssetName

public String getAssetName()
Get the value for the 'asset-name' field. The description of the 'asset-name' field is:

"The human readable name given to the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ASSET_NAME

isAssetNameNull

public boolean isAssetNameNull()
Get whether the 'asset-name' field has been set to Null or not. The description of the 'asset-name' field is:

"The human readable name given to the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setAssetNameNull(), ASSET_NAME

isAssetNameClear

public boolean isAssetNameClear()
Get whether the value for the 'asset-name' field is clear or not. The description of the 'asset-name' field is:

"The human readable name given to the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearAssetName(), ASSET_NAME

setAssetName

public void setAssetName(String assetName)
Set the value for the 'asset-name' field. The description of the 'asset-name' field is:

"The human readable name given to the asset."

Parameters:
assetName - Value to set
See Also:
ASSET_NAME

clearAssetName

public void clearAssetName()
Clear any current value for the 'asset-name' field in the bean. The description of the 'asset-name' field is:

"The human readable name given to the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setAssetNameNull() method to clear the server's value.

See the description of cleared values.

See Also:
ASSET_NAME

setAssetNameNull

public void setAssetNameNull()
Set to Null any current value for the 'asset-name' field in the bean. The description of the 'asset-name' field is:

"The human readable name given to the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearAssetName() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ASSET_NAME

getState

public String getState()
Get the value for the 'state' field. The description of the 'state' field is:

"The state were the asset is located."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
STATE

isStateNull

public boolean isStateNull()
Get whether the 'state' field has been set to Null or not. The description of the 'state' field is:

"The state were the asset is located."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setStateNull(), STATE

isStateClear

public boolean isStateClear()
Get whether the value for the 'state' field is clear or not. The description of the 'state' field is:

"The state were the asset is located."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearState(), STATE

setState

public void setState(String state)
Set the value for the 'state' field. The description of the 'state' field is:

"The state were the asset is located."

Parameters:
state - Value to set
See Also:
STATE

clearState

public void clearState()
Clear any current value for the 'state' field in the bean. The description of the 'state' field is:

"The state were the asset is located."

Using this method will not clear the server value when the bean is PUT to the server. Use the setStateNull() method to clear the server's value.

See the description of cleared values.

See Also:
STATE

setStateNull

public void setStateNull()
Set to Null any current value for the 'state' field in the bean. The description of the 'state' field is:

"The state were the asset is located."

Using this method will clear the server value when the bean is PUT to the server. Use the clearState() method to avoid clearing the server's value.

See the description of Null values.

See Also:
STATE

getAssetCategory

public String getAssetCategory()
Get the value for the 'asset-category' field. The description of the 'asset-category' field is:

"The category or grouping for the asset. Must be one of the values from the asset category table. Default values include: "UNKNOWN", "DESKTOP", "OS". "SERVICE"."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ASSET_CATEGORY

isAssetCategoryNull

public boolean isAssetCategoryNull()
Get whether the 'asset-category' field has been set to Null or not. The description of the 'asset-category' field is:

"The category or grouping for the asset. Must be one of the values from the asset category table. Default values include: "UNKNOWN", "DESKTOP", "OS". "SERVICE"."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setAssetCategoryNull(), ASSET_CATEGORY

isAssetCategoryClear

public boolean isAssetCategoryClear()
Get whether the value for the 'asset-category' field is clear or not. The description of the 'asset-category' field is:

"The category or grouping for the asset. Must be one of the values from the asset category table. Default values include: "UNKNOWN", "DESKTOP", "OS". "SERVICE"."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearAssetCategory(), ASSET_CATEGORY

setAssetCategory

public void setAssetCategory(String assetCategory)
Set the value for the 'asset-category' field. The description of the 'asset-category' field is:

"The category or grouping for the asset. Must be one of the values from the asset category table. Default values include: "UNKNOWN", "DESKTOP", "OS". "SERVICE"."

Parameters:
assetCategory - Value to set
See Also:
ASSET_CATEGORY

clearAssetCategory

public void clearAssetCategory()
Clear any current value for the 'asset-category' field in the bean. The description of the 'asset-category' field is:

"The category or grouping for the asset. Must be one of the values from the asset category table. Default values include: "UNKNOWN", "DESKTOP", "OS". "SERVICE"."

Using this method will not clear the server value when the bean is PUT to the server. Use the setAssetCategoryNull() method to clear the server's value.

See the description of cleared values.

See Also:
ASSET_CATEGORY

setAssetCategoryNull

public void setAssetCategoryNull()
Set to Null any current value for the 'asset-category' field in the bean. The description of the 'asset-category' field is:

"The category or grouping for the asset. Must be one of the values from the asset category table. Default values include: "UNKNOWN", "DESKTOP", "OS". "SERVICE"."

Using this method will clear the server value when the bean is PUT to the server. Use the clearAssetCategory() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ASSET_CATEGORY

getHostName

public String getHostName()
Get the value for the 'hostname' field. The description of the 'hostname' field is:

"The host name assigned to the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
HOSTNAME

isHostNameNull

public boolean isHostNameNull()
Get whether the 'hostname' field has been set to Null or not. The description of the 'hostname' field is:

"The host name assigned to the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setHostNameNull(), HOSTNAME

isHostNameClear

public boolean isHostNameClear()
Get whether the value for the 'hostname' field is clear or not. The description of the 'hostname' field is:

"The host name assigned to the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearHostName(), HOSTNAME

setHostName

public void setHostName(String hostName)
Set the value for the 'hostname' field. The description of the 'hostname' field is:

"The host name assigned to the asset."

Parameters:
hostName - Value to set
See Also:
HOSTNAME

clearHostName

public void clearHostName()
Clear any current value for the 'hostname' field in the bean. The description of the 'hostname' field is:

"The host name assigned to 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.

See Also:
HOSTNAME

setHostNameNull

public void setHostNameNull()
Set to Null any current value for the 'hostname' field in the bean. The description of the 'hostname' field is:

"The host name assigned to 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.

See Also:
HOSTNAME

getAddressLine1

public String getAddressLine1()
Get the value for the 'address-line1' field. The description of the 'address-line1' field is:

"The primary address of the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ADDRESS_LINE_1

isAddressLine1Null

public boolean isAddressLine1Null()
Get whether the 'address-line1' field has been set to Null or not. The description of the 'address-line1' field is:

"The primary address of the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setAddressLine1Null(), ADDRESS_LINE_1

isAddressLine1Clear

public boolean isAddressLine1Clear()
Get whether the value for the 'address-line1' field is clear or not. The description of the 'address-line1' field is:

"The primary address of the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearAddressLine1(), ADDRESS_LINE_1

setAddressLine1

public void setAddressLine1(String addressLine1)
Set the value for the 'address-line1' field. The description of the 'address-line1' field is:

"The primary address of the asset."

Parameters:
addressLine1 - Value to set
See Also:
ADDRESS_LINE_1

clearAddressLine1

public void clearAddressLine1()
Clear any current value for the 'address-line1' field in the bean. The description of the 'address-line1' field is:

"The primary address of the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setAddressLine1Null() method to clear the server's value.

See the description of cleared values.

See Also:
ADDRESS_LINE_1

setAddressLine1Null

public void setAddressLine1Null()
Set to Null any current value for the 'address-line1' field in the bean. The description of the 'address-line1' field is:

"The primary address of the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearAddressLine1() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ADDRESS_LINE_1

getMacAddress

public String getMacAddress()
Get the value for the 'mac-address' field. The description of the 'mac-address' field is:

"The MAC Address of the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
MAC_ADDRESS

isMacAddressNull

public boolean isMacAddressNull()
Get whether the 'mac-address' field has been set to Null or not. The description of the 'mac-address' field is:

"The MAC Address of the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setMacAddressNull(), MAC_ADDRESS

isMacAddressClear

public boolean isMacAddressClear()
Get whether the value for the 'mac-address' field is clear or not. The description of the 'mac-address' field is:

"The MAC Address of the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearMacAddress(), MAC_ADDRESS

setMacAddress

public void setMacAddress(String macAddress)
Set the value for the 'mac-address' field. The description of the 'mac-address' field is:

"The MAC Address of the asset."

Parameters:
macAddress - Value to set
See Also:
MAC_ADDRESS

clearMacAddress

public void clearMacAddress()
Clear any current value for the 'mac-address' field in the bean. The description of the 'mac-address' field is:

"The MAC Address of the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setMacAddressNull() method to clear the server's value.

See the description of cleared values.

See Also:
MAC_ADDRESS

setMacAddressNull

public void setMacAddressNull()
Set to Null any current value for the 'mac-address' field in the bean. The description of the 'mac-address' field is:

"The MAC Address of the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearMacAddress() method to avoid clearing the server's value.

See the description of Null values.

See Also:
MAC_ADDRESS

getAddressLine2

public String getAddressLine2()
Get the value for the 'address-line2' field. The description of the 'address-line2' field is:

"The secondary address of the asset, such as a suite or appartment number."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ADDRESS_LINE_2

isAddressLine2Null

public boolean isAddressLine2Null()
Get whether the 'address-line2' field has been set to Null or not. The description of the 'address-line2' field is:

"The secondary address of the asset, such as a suite or appartment number."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setAddressLine2Null(), ADDRESS_LINE_2

isAddressLine2Clear

public boolean isAddressLine2Clear()
Get whether the value for the 'address-line2' field is clear or not. The description of the 'address-line2' field is:

"The secondary address of the asset, such as a suite or appartment number."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearAddressLine2(), ADDRESS_LINE_2

setAddressLine2

public void setAddressLine2(String addressLine2)
Set the value for the 'address-line2' field. The description of the 'address-line2' field is:

"The secondary address of the asset, such as a suite or appartment number."

Parameters:
addressLine2 - Value to set
See Also:
ADDRESS_LINE_2

clearAddressLine2

public void clearAddressLine2()
Clear any current value for the 'address-line2' field in the bean. The description of the 'address-line2' field is:

"The secondary address of the asset, such as a suite or appartment number."

Using this method will not clear the server value when the bean is PUT to the server. Use the setAddressLine2Null() method to clear the server's value.

See the description of cleared values.

See Also:
ADDRESS_LINE_2

setAddressLine2Null

public void setAddressLine2Null()
Set to Null any current value for the 'address-line2' field in the bean. The description of the 'address-line2' field is:

"The secondary address of the asset, such as a suite or appartment number."

Using this method will clear the server value when the bean is PUT to the server. Use the clearAddressLine2() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ADDRESS_LINE_2

getIP

public String getIP()
Get the value for the 'ip' field. The description of the 'ip' field is:

"The IP address assigned to the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
IP

isIPNull

public boolean isIPNull()
Get whether the 'ip' field has been set to Null or not. The description of the 'ip' field is:

"The IP address assigned to the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setIPNull(), IP

isIPClear

public boolean isIPClear()
Get whether the value for the 'ip' field is clear or not. The description of the 'ip' field is:

"The IP address assigned to the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearIP(), IP

setIP

public void setIP(String iP)
Set the value for the 'ip' field. The description of the 'ip' field is:

"The IP address assigned to the asset."

Parameters:
iP - Value to set
See Also:
IP

clearIP

public void clearIP()
Clear any current value for the 'ip' field in the bean. The description of the 'ip' field is:

"The IP address assigned to the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setIPNull() method to clear the server's value.

See the description of cleared values.

See Also:
IP

setIPNull

public void setIPNull()
Set to Null any current value for the 'ip' field in the bean. The description of the 'ip' field is:

"The IP address assigned to the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearIP() method to avoid clearing the server's value.

See the description of Null values.

See Also:
IP

getCity

public String getCity()
Get the value for the 'city' field. The description of the 'city' field is:

"The city were the asset is located."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
CITY

isCityNull

public boolean isCityNull()
Get whether the 'city' field has been set to Null or not. The description of the 'city' field is:

"The city were the asset is located."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setCityNull(), CITY

isCityClear

public boolean isCityClear()
Get whether the value for the 'city' field is clear or not. The description of the 'city' field is:

"The city were the asset is located."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearCity(), CITY

setCity

public void setCity(String city)
Set the value for the 'city' field. The description of the 'city' field is:

"The city were the asset is located."

Parameters:
city - Value to set
See Also:
CITY

clearCity

public void clearCity()
Clear any current value for the 'city' field in the bean. The description of the 'city' field is:

"The city were the asset is located."

Using this method will not clear the server value when the bean is PUT to the server. Use the setCityNull() method to clear the server's value.

See the description of cleared values.

See Also:
CITY

setCityNull

public void setCityNull()
Set to Null any current value for the 'city' field in the bean. The description of the 'city' field is:

"The city were the asset is located."

Using this method will clear the server value when the bean is PUT to the server. Use the clearCity() method to avoid clearing the server's value.

See the description of Null values.

See Also:
CITY

getCountry

public String getCountry()
Get the value for the 'country' field. The description of the 'country' field is:

"The country where the asset is located."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
COUNTRY

isCountryNull

public boolean isCountryNull()
Get whether the 'country' field has been set to Null or not. The description of the 'country' field is:

"The country where the asset is located."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setCountryNull(), COUNTRY

isCountryClear

public boolean isCountryClear()
Get whether the value for the 'country' field is clear or not. The description of the 'country' field is:

"The country where the asset is located."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearCountry(), COUNTRY

setCountry

public void setCountry(String country)
Set the value for the 'country' field. The description of the 'country' field is:

"The country where the asset is located."

Parameters:
country - Value to set
See Also:
COUNTRY

clearCountry

public void clearCountry()
Clear any current value for the 'country' field in the bean. The description of the 'country' field is:

"The country where the asset is located."

Using this method will not clear the server value when the bean is PUT to the server. Use the setCountryNull() method to clear the server's value.

See the description of cleared values.

See Also:
COUNTRY

setCountryNull

public void setCountryNull()
Set to Null any current value for the 'country' field in the bean. The description of the 'country' field is:

"The country where the asset is located."

Using this method will clear the server value when the bean is PUT to the server. Use the clearCountry() method to avoid clearing the server's value.

See the description of Null values.

See Also:
COUNTRY

getCriticality

public String getCriticality()
Get the value for the 'criticality' field. The description of the 'criticality' field is:

"A value indicating how critical the asset is in the enterprise."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
CRITICALITY

isCriticalityNull

public boolean isCriticalityNull()
Get whether the 'criticality' field has been set to Null or not. The description of the 'criticality' field is:

"A value indicating how critical the asset is in the enterprise."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setCriticalityNull(), CRITICALITY

isCriticalityClear

public boolean isCriticalityClear()
Get whether the value for the 'criticality' field is clear or not. The description of the 'criticality' field is:

"A value indicating how critical the asset is in the enterprise."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearCriticality(), CRITICALITY

setCriticality

public void setCriticality(String criticality)
Set the value for the 'criticality' field. The description of the 'criticality' field is:

"A value indicating how critical the asset is in the enterprise."

Parameters:
criticality - Value to set
See Also:
CRITICALITY

clearCriticality

public void clearCriticality()
Clear any current value for the 'criticality' field in the bean. The description of the 'criticality' field is:

"A value indicating how critical the asset is in the enterprise."

Using this method will not clear the server value when the bean is PUT to the server. Use the setCriticalityNull() method to clear the server's value.

See the description of cleared values.

See Also:
CRITICALITY

setCriticalityNull

public void setCriticalityNull()
Set to Null any current value for the 'criticality' field in the bean. The description of the 'criticality' field is:

"A value indicating how critical the asset is in the enterprise."

Using this method will clear the server value when the bean is PUT to the server. Use the clearCriticality() method to avoid clearing the server's value.

See the description of Null values.

See Also:
CRITICALITY

getCustomerId

public String getCustomerId()
Get the value for the 'customer-id' field. The description of the 'customer-id' field is:

"A unique ID assigned to a specific customer. For example an MSSP will assign their customers a unique ID."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
CUSTOMER_ID

isCustomerIdNull

public boolean isCustomerIdNull()
Get whether the 'customer-id' field has been set to Null or not. The description of the 'customer-id' field is:

"A unique ID assigned to a specific customer. For example an MSSP will assign their customers a unique ID."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setCustomerIdNull(), CUSTOMER_ID

isCustomerIdClear

public boolean isCustomerIdClear()
Get whether the value for the 'customer-id' field is clear or not. The description of the 'customer-id' field is:

"A unique ID assigned to a specific customer. For example an MSSP will assign their customers a unique ID."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearCustomerId(), CUSTOMER_ID

setCustomerId

public void setCustomerId(String customerId)
Set the value for the 'customer-id' field. The description of the 'customer-id' field is:

"A unique ID assigned to a specific customer. For example an MSSP will assign their customers a unique ID."

Parameters:
customerId - Value to set
See Also:
CUSTOMER_ID

clearCustomerId

public void clearCustomerId()
Clear any current value for the 'customer-id' field in the bean. The description of the 'customer-id' field is:

"A unique ID assigned to a specific customer. For example an MSSP will assign their customers a unique ID."

Using this method will not clear the server value when the bean is PUT to the server. Use the setCustomerIdNull() method to clear the server's value.

See the description of cleared values.

See Also:
CUSTOMER_ID

setCustomerIdNull

public void setCustomerIdNull()
Set to Null any current value for the 'customer-id' field in the bean. The description of the 'customer-id' field is:

"A unique ID assigned to a specific customer. For example an MSSP will assign their customers a unique ID."

Using this method will clear the server value when the bean is PUT to the server. Use the clearCustomerId() method to avoid clearing the server's value.

See the description of Null values.

See Also:
CUSTOMER_ID

getAssetValue

public String getAssetValue()
Get the value for the 'asset-value' field. The description of the 'asset-value' field is:

"The monitary or relative value assigned to the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ASSET_VALUE

isAssetValueNull

public boolean isAssetValueNull()
Get whether the 'asset-value' field has been set to Null or not. The description of the 'asset-value' field is:

"The monitary or relative value assigned to the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setAssetValueNull(), ASSET_VALUE

isAssetValueClear

public boolean isAssetValueClear()
Get whether the value for the 'asset-value' field is clear or not. The description of the 'asset-value' field is:

"The monitary or relative value assigned to the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearAssetValue(), ASSET_VALUE

setAssetValue

public void setAssetValue(String assetValue)
Set the value for the 'asset-value' field. The description of the 'asset-value' field is:

"The monitary or relative value assigned to the asset."

Parameters:
assetValue - Value to set
See Also:
ASSET_VALUE

clearAssetValue

public void clearAssetValue()
Clear any current value for the 'asset-value' field in the bean. The description of the 'asset-value' field is:

"The monitary or relative value assigned to the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setAssetValueNull() method to clear the server's value.

See the description of cleared values.

See Also:
ASSET_VALUE

setAssetValueNull

public void setAssetValueNull()
Set to Null any current value for the 'asset-value' field in the bean. The description of the 'asset-value' field is:

"The monitary or relative value assigned to the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearAssetValue() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ASSET_VALUE

getRackNumber

public String getRackNumber()
Get the value for the 'rack-number' field. The description of the 'rack-number' field is:

"The number used to identify a specific rack or shelve where the asset is located."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
RACK_NUMBER

isRackNumberNull

public boolean isRackNumberNull()
Get whether the 'rack-number' field has been set to Null or not. The description of the 'rack-number' field is:

"The number used to identify a specific rack or shelve where the asset is located."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setRackNumberNull(), RACK_NUMBER

isRackNumberClear

public boolean isRackNumberClear()
Get whether the value for the 'rack-number' field is clear or not. The description of the 'rack-number' field is:

"The number used to identify a specific rack or shelve where the asset is located."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearRackNumber(), RACK_NUMBER

setRackNumber

public void setRackNumber(String rackNumber)
Set the value for the 'rack-number' field. The description of the 'rack-number' field is:

"The number used to identify a specific rack or shelve where the asset is located."

Parameters:
rackNumber - Value to set
See Also:
RACK_NUMBER

clearRackNumber

public void clearRackNumber()
Clear any current value for the 'rack-number' field in the bean. The description of the 'rack-number' field is:

"The number used to identify a specific rack or shelve where the asset is located."

Using this method will not clear the server value when the bean is PUT to the server. Use the setRackNumberNull() method to clear the server's value.

See the description of cleared values.

See Also:
RACK_NUMBER

setRackNumberNull

public void setRackNumberNull()
Set to Null any current value for the 'rack-number' field in the bean. The description of the 'rack-number' field is:

"The number used to identify a specific rack or shelve where the asset is located."

Using this method will clear the server value when the bean is PUT to the server. Use the clearRackNumber() method to avoid clearing the server's value.

See the description of Null values.

See Also:
RACK_NUMBER

getProductVersion

public String getProductVersion()
Get the value for the 'product-version' field. The description of the 'product-version' field is:

"The aset product version."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
PRODUCT_VERSION

isProductVersionNull

public boolean isProductVersionNull()
Get whether the 'product-version' field has been set to Null or not. The description of the 'product-version' field is:

"The aset product version."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setProductVersionNull(), PRODUCT_VERSION

isProductVersionClear

public boolean isProductVersionClear()
Get whether the value for the 'product-version' field is clear or not. The description of the 'product-version' field is:

"The aset product version."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearProductVersion(), PRODUCT_VERSION

setProductVersion

public void setProductVersion(String productVersion)
Set the value for the 'product-version' field. The description of the 'product-version' field is:

"The aset product version."

Parameters:
productVersion - Value to set
See Also:
PRODUCT_VERSION

clearProductVersion

public void clearProductVersion()
Clear any current value for the 'product-version' field in the bean. The description of the 'product-version' field is:

"The aset product version."

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.

See Also:
PRODUCT_VERSION

setProductVersionNull

public void setProductVersionNull()
Set to Null any current value for the 'product-version' field in the bean. The description of the 'product-version' field is:

"The aset product version."

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.

See Also:
PRODUCT_VERSION

getRoom

public String getRoom()
Get the value for the 'room' field. The description of the 'room' field is:

"The room number where the asset is located."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ROOM

isRoomNull

public boolean isRoomNull()
Get whether the 'room' field has been set to Null or not. The description of the 'room' field is:

"The room number where the asset is located."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setRoomNull(), ROOM

isRoomClear

public boolean isRoomClear()
Get whether the value for the 'room' field is clear or not. The description of the 'room' field is:

"The room number where the asset is located."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearRoom(), ROOM

setRoom

public void setRoom(String room)
Set the value for the 'room' field. The description of the 'room' field is:

"The room number where the asset is located."

Parameters:
room - Value to set
See Also:
ROOM

clearRoom

public void clearRoom()
Clear any current value for the 'room' field in the bean. The description of the 'room' field is:

"The room number where the asset is located."

Using this method will not clear the server value when the bean is PUT to the server. Use the setRoomNull() method to clear the server's value.

See the description of cleared values.

See Also:
ROOM

setRoomNull

public void setRoomNull()
Set to Null any current value for the 'room' field in the bean. The description of the 'room' field is:

"The room number where the asset is located."

Using this method will clear the server value when the bean is PUT to the server. Use the clearRoom() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ROOM

getIpAddresses

public Collection<IpDataBean> getIpAddresses()
Get the value for the 'ip-addresses' field. The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
REL_IPS

isIpAddressesNull

public boolean isIpAddressesNull()
Get whether the 'ip-addresses' field has been set to Null or not. The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setIpAddressesNull(), REL_IPS

isIpAddressesClear

public boolean isIpAddressesClear()
Get whether the value for the 'ip-addresses' field is clear or not. The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearIpAddresses(), REL_IPS

setIpAddresses

public void setIpAddresses(Collection<? extends IpDataBean> ipAddresses)
Set the value for the 'ip-addresses' field. The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

Parameters:
ipAddresses - Value to set
See Also:
REL_IPS

clearIpAddresses

public void clearIpAddresses()
Clear any current value for the 'ip-addresses' field in the bean. The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setIpAddressesNull() method to clear the server's value.

See the description of cleared values.

See Also:
REL_IPS

setIpAddressesNull

public void setIpAddressesNull()
Set to Null any current value for the 'ip-addresses' field in the bean. The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearIpAddresses() method to avoid clearing the server's value.

See the description of Null values.

See Also:
REL_IPS

addToIpAddresses

public void addToIpAddresses(IpDataBean value)
Add a value to the collection field 'ip-addresses'. The description of the 'ip-addresses' field is:

"A list of IP addresses assigned to the asset."

Parameters:
value - Value to add to collection.
See Also:
REL_IPS

getSoftAssets

public Collection<SoftAssetDataBean> getSoftAssets()
Get the value for the 'soft-assets' field. The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
REL_SOFT_ASSETS

isSoftAssetsNull

public boolean isSoftAssetsNull()
Get whether the 'soft-assets' field has been set to Null or not. The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setSoftAssetsNull(), REL_SOFT_ASSETS

isSoftAssetsClear

public boolean isSoftAssetsClear()
Get whether the value for the 'soft-assets' field is clear or not. The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearSoftAssets(), REL_SOFT_ASSETS

setSoftAssets

public void setSoftAssets(Collection<? extends SoftAssetDataBean> softAssets)
Set the value for the 'soft-assets' field. The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

Parameters:
softAssets - Value to set
See Also:
REL_SOFT_ASSETS

clearSoftAssets

public void clearSoftAssets()
Clear any current value for the 'soft-assets' field in the bean. The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setSoftAssetsNull() method to clear the server's value.

See the description of cleared values.

See Also:
REL_SOFT_ASSETS

setSoftAssetsNull

public void setSoftAssetsNull()
Set to Null any current value for the 'soft-assets' field in the bean. The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearSoftAssets() method to avoid clearing the server's value.

See the description of Null values.

See Also:
REL_SOFT_ASSETS

addToSoftAssets

public void addToSoftAssets(SoftAssetDataBean value)
Add a value to the collection field 'soft-assets'. The description of the 'soft-assets' field is:

"A list of software assets installed or registered to the asset."

Parameters:
value - Value to add to collection.
See Also:
REL_SOFT_ASSETS

getContacts

public Collection<ContactDataBean> getContacts()
Get the value for the 'contacts' field. The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
REL_CONTACTS

isContactsNull

public boolean isContactsNull()
Get whether the 'contacts' field has been set to Null or not. The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setContactsNull(), REL_CONTACTS

isContactsClear

public boolean isContactsClear()
Get whether the value for the 'contacts' field is clear or not. The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearContacts(), REL_CONTACTS

setContacts

public void setContacts(Collection<? extends ContactDataBean> contacts)
Set the value for the 'contacts' field. The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

Parameters:
contacts - Value to set
See Also:
REL_CONTACTS

clearContacts

public void clearContacts()
Clear any current value for the 'contacts' field in the bean. The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

Using this method will not clear the server value when the bean is PUT to the server. Use the setContactsNull() method to clear the server's value.

See the description of cleared values.

See Also:
REL_CONTACTS

setContactsNull

public void setContactsNull()
Set to Null any current value for the 'contacts' field in the bean. The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

Using this method will clear the server value when the bean is PUT to the server. Use the clearContacts() method to avoid clearing the server's value.

See the description of Null values.

See Also:
REL_CONTACTS

addToContacts

public void addToContacts(ContactDataBean value)
Add a value to the collection field 'contacts'. The description of the 'contacts' field is:

"A contact or responsible party list for the asset."

Parameters:
value - Value to add to collection.
See Also:
REL_CONTACTS

getBeanMetaData

public static BeanMetaData<? extends AssetDataBean> getBeanMetaData()
Get the metadata class instance for this type.

The metadata is used primarily as a parameter to a BeanTransporter implementation''s constructor.


clone

public AssetDataBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object