org.kuali.kfs.integration.cam
Interface CapitalAssetManagementAsset

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, Serializable
All Known Implementing Classes:
Asset, Asset, AssetFabrication, AssetForSearching

public interface CapitalAssetManagementAsset
extends org.kuali.rice.kns.bo.ExternalizableBusinessObject

An interface that declares methods to retrieve information about asset data collected by FP documents.


Method Summary
 String getBuildingCode()
          Gets the buildingCode attribute.
 String getBuildingRoomNumber()
          Gets the buildingRoomNumber attribute.
 String getBuildingSubRoomNumber()
          Gets the buildingSubRoomNumber attribute.
 String getCampusCode()
          Gets the campusCode attribute.
 String getCampusTagNumber()
          Gets the campusTagNumber attribute.
 String getCapitalAssetDescription()
          Gets the capitalAssetDescription attribute.
 Long getCapitalAssetNumber()
          Gets the capitalAssetNumber attribute.
 String getCapitalAssetTypeCode()
          Gets the capitalAssetTypeCode attribute.
 String getManufacturerModelNumber()
          Gets the manufacturerModelNumber attribute.
 String getManufacturerName()
          Gets the manufacturerName attribute.
 Integer getQuantity()
          Gets the quantity attribute.
 String getSerialNumber()
          Gets the serialNumber attribute.
 String getVendorName()
          Gets the vendorName attribute.
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getCapitalAssetNumber

Long getCapitalAssetNumber()
Gets the capitalAssetNumber attribute.

Returns:
Returns the capitalAssetNumber

getCampusTagNumber

String getCampusTagNumber()
Gets the campusTagNumber attribute.

Returns:
Returns the campusTagNumber

getCapitalAssetTypeCode

String getCapitalAssetTypeCode()
Gets the capitalAssetTypeCode attribute.

Returns:
Returns the capitalAssetTypeCode

getVendorName

String getVendorName()
Gets the vendorName attribute.

Returns:
Returns the vendorName

getManufacturerName

String getManufacturerName()
Gets the manufacturerName attribute.

Returns:
Returns the manufacturerName

getCapitalAssetDescription

String getCapitalAssetDescription()
Gets the capitalAssetDescription attribute.

Returns:
Returns the capitalAssetDescription

getManufacturerModelNumber

String getManufacturerModelNumber()
Gets the manufacturerModelNumber attribute.

Returns:
Returns the manufacturerModelNumber

getSerialNumber

String getSerialNumber()
Gets the serialNumber attribute.

Returns:
Returns the serialNumber

getCampusCode

String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode

getBuildingCode

String getBuildingCode()
Gets the buildingCode attribute.

Returns:
Returns the buildingCode

getBuildingRoomNumber

String getBuildingRoomNumber()
Gets the buildingRoomNumber attribute.

Returns:
Returns the buildingRoomNumber

getBuildingSubRoomNumber

String getBuildingSubRoomNumber()
Gets the buildingSubRoomNumber attribute.

Returns:
Returns the buildingSubRoomNumber

getQuantity

Integer getQuantity()
Gets the quantity attribute.

Returns:
Returns the quantity


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.