|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.model.OnmsAssetRecord
public class OnmsAssetRecord
Represents the asset information for a node.
| Constructor Summary | |
|---|---|
OnmsAssetRecord()
default constructor |
|
| Method Summary | |
|---|---|
String |
getAddress1()
--# address1 : Address of geographical location of asset, line 1. |
String |
getAddress2()
--# address2 : Address of geographical location of asset, line 2. |
String |
getAssetNumber()
--# assetNumber : A business-specified asset number. |
String |
getBuilding()
--# building : The building where this asset resides. |
String |
getCategory()
--# category : A broad idea of what this asset does (examples are --# desktop, printer, server, infrastructure, etc.). |
String |
getCircuitId()
--# circuitId : The electrical/network circuit this asset connects to. |
String |
getCity()
--# city : The city where this asset resides. |
String |
getComment()
|
String |
getDateInstalled()
--# dateInstalled : The date the asset was installed. |
String |
getDepartment()
--# department : The department this asset belongs to. |
String |
getDescription()
--# description : A free-form description. |
String |
getDisplayCategory()
|
String |
getDivision()
--# division : A broad geographical or organizational area. |
String |
getFloor()
--# floor : The floor of the building where this asset resides. |
Integer |
getId()
|
String |
getLastModifiedBy()
--# userLastModified : The last user who modified this record. |
Date |
getLastModifiedDate()
--# lastModifiedDate : The last time this record was modified. |
String |
getLease()
--# lease : The lease number of this asset. |
String |
getLeaseExpires()
--# leaseExpires : The date the lease expires for this asset. |
String |
getMaintContractExpiration()
|
String |
getMaintContractNumber()
--# maintContract : The maintenance contract number for this asset. |
String |
getManagedObjectInstance()
|
String |
getManagedObjectType()
|
String |
getManufacturer()
--# manufacturer : Name of the manufacturer of this asset. |
String |
getModelNumber()
--# modelNumber : The model number of this asset. |
OnmsNode |
getNode()
The node this asset information belongs to. |
String |
getNotifyCategory()
|
String |
getOperatingSystem()
--# operatingSystem : The operating system, if any. |
String |
getPollerCategory()
|
String |
getPort()
--# port : For servers, the port in the slot it is installed in. |
String |
getRack()
--# rack : For servers, the rack it is installed in. |
String |
getRegion()
--# region : A broad geographical or organizational area. |
String |
getRoom()
--# room : The room where this asset resides. |
String |
getSerialNumber()
--# serialNumber : The serial number of this asset. |
String |
getSlot()
--# slot : For servers, the slot in the rack it is installed in. |
String |
getState()
--# state : The state where this asset resides. |
String |
getSupportPhone()
--# supportPhone : A support phone number for this asset. |
String |
getThresholdCategory()
|
String |
getVendor()
--# vendor : Vendor from whom this asset was purchased. |
String |
getVendorAssetNumber()
|
String |
getVendorFax()
--# vendorFax : A fax number for the vendor. |
String |
getVendorPhone()
--# vendorPhone : A contact number for the vendor. |
String |
getZip()
--# zip : The zip code where this asset resides. |
void |
setAddress1(String address1)
|
void |
setAddress2(String address2)
|
void |
setAssetNumber(String assetnumber)
|
void |
setBuilding(String building)
|
void |
setCategory(String category)
|
void |
setCircuitId(String circuitid)
|
void |
setCity(String city)
|
void |
setComment(String comment)
|
void |
setDateInstalled(String dateinstalled)
|
void |
setDepartment(String department)
|
void |
setDescription(String description)
|
void |
setDisplayCategory(String displaycategory)
|
void |
setDivision(String division)
|
void |
setFloor(String floor)
|
protected void |
setId(Integer id)
|
void |
setLastModifiedBy(String userlastmodified)
|
void |
setLastModifiedDate(Date lastmodifieddate)
|
void |
setLease(String lease)
|
void |
setLeaseExpires(String leaseexpires)
|
void |
setMaintContractExpiration(String maintcontractexpires)
|
void |
setMaintContractNumber(String maintcontract)
|
void |
setManagedObjectInstance(String moi)
|
void |
setManagedObjectType(String mot)
|
void |
setManufacturer(String manufacturer)
|
void |
setModelNumber(String modelnumber)
|
void |
setNode(OnmsNode node)
Set the node associated with the asset record |
void |
setNotifyCategory(String notifycategory)
|
void |
setOperatingSystem(String operatingsystem)
|
void |
setPollerCategory(String pollercategory)
|
void |
setPort(String port)
|
void |
setRack(String rack)
|
void |
setRegion(String region)
|
void |
setRoom(String room)
|
void |
setSerialNumber(String serialnumber)
|
void |
setSlot(String slot)
|
void |
setState(String state)
|
void |
setSupportPhone(String supportphone)
|
void |
setThresholdCategory(String thresholdcategory)
|
void |
setVendor(String vendor)
|
void |
setVendorAssetNumber(String vendorassetnumber)
|
void |
setVendorFax(String vendorfax)
|
void |
setVendorPhone(String vendorphone)
|
void |
setZip(String zip)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsAssetRecord()
| Method Detail |
|---|
public Integer getId()
protected void setId(Integer id)
public OnmsNode getNode()
public void setNode(OnmsNode node)
public String getCategory()
public void setCategory(String category)
public String getManufacturer()
public void setManufacturer(String manufacturer)
public String getVendor()
public void setVendor(String vendor)
public String getModelNumber()
public void setModelNumber(String modelnumber)
public String getSerialNumber()
public void setSerialNumber(String serialnumber)
public String getDescription()
public void setDescription(String description)
public String getCircuitId()
public void setCircuitId(String circuitid)
public String getAssetNumber()
public void setAssetNumber(String assetnumber)
public String getOperatingSystem()
public void setOperatingSystem(String operatingsystem)
public String getRack()
public void setRack(String rack)
public String getSlot()
public void setSlot(String slot)
public String getPort()
public void setPort(String port)
public String getRegion()
public void setRegion(String region)
public String getDivision()
public void setDivision(String division)
public String getDepartment()
public void setDepartment(String department)
public String getAddress1()
public void setAddress1(String address1)
public String getAddress2()
public void setAddress2(String address2)
public String getCity()
public void setCity(String city)
public String getState()
public void setState(String state)
public String getZip()
public void setZip(String zip)
public String getBuilding()
public void setBuilding(String building)
public String getFloor()
public void setFloor(String floor)
public String getRoom()
public void setRoom(String room)
public String getVendorPhone()
public void setVendorPhone(String vendorphone)
public String getVendorFax()
public void setVendorFax(String vendorfax)
public String getVendorAssetNumber()
public void setVendorAssetNumber(String vendorassetnumber)
public String getLastModifiedBy()
public void setLastModifiedBy(String userlastmodified)
public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastmodifieddate)
public String getDateInstalled()
public void setDateInstalled(String dateinstalled)
public String getLease()
public void setLease(String lease)
public String getLeaseExpires()
public void setLeaseExpires(String leaseexpires)
public String getSupportPhone()
public void setSupportPhone(String supportphone)
public String getMaintContractNumber()
public void setMaintContractNumber(String maintcontract)
public String getMaintContractExpiration()
public void setMaintContractExpiration(String maintcontractexpires)
public String getDisplayCategory()
public void setDisplayCategory(String displaycategory)
public String getNotifyCategory()
public void setNotifyCategory(String notifycategory)
public String getPollerCategory()
public void setPollerCategory(String pollercategory)
public String getThresholdCategory()
public void setThresholdCategory(String thresholdcategory)
public String getComment()
public void setComment(String comment)
public String getManagedObjectType()
public void setManagedObjectType(String mot)
public String getManagedObjectInstance()
public void setManagedObjectInstance(String moi)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||