org.kuali.kfs.integration.cam.businessobject
Class Asset

java.lang.Object
  extended by org.kuali.kfs.integration.cam.businessobject.Asset
All Implemented Interfaces:
Serializable, CapitalAssetManagementAsset, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject

public class Asset
extends Object
implements CapitalAssetManagementAsset

Author:
Kuali Nervous System Team (kualidev@oncourse.iu.edu)
See Also:
Serialized Form

Constructor Summary
Asset()
           
 
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.
 void prepareForWorkflow()
           
 void refresh()
           
 void setBuildingCode(String buildingCode)
          Sets the buildingCode attribute.
 void setBuildingRoomNumber(String buildingRoomNumber)
          Sets the buildingRoomNumber attribute.
 void setBuildingSubRoomNumber(String buildingSubRoomNumber)
          Sets the buildingSubRoomNumber attribute.
 void setCampusCode(String campusCode)
          Sets the campusCode attribute.
 void setCampusTagNumber(String campusTagNumber)
          Sets the campusTagNumber attribute.
 void setCapitalAssetDescription(String capitalAssetDescription)
          Sets the capitalAssetDescription attribute.
 void setCapitalAssetNumber(Long capitalAssetNumber)
          Sets the capitalAssetNumber attribute.
 void setCapitalAssetTypeCode(String capitalAssetTypeCode)
          Sets the capitalAssetTypeCode attribute.
 void setManufacturerModelNumber(String manufacturerModelNumber)
          Sets the manufacturerModelNumber attribute.
 void setManufacturerName(String manufacturerName)
          Sets the manufacturerName attribute.
 void setQuantity(Integer quantity)
           
 void setSerialNumber(String serialNumber)
          Sets the serialNumber attribute.
 void setVendorName(String vendorName)
          Sets the vendorName attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asset

public Asset()
Method Detail

getCapitalAssetNumber

public Long getCapitalAssetNumber()
Gets the capitalAssetNumber attribute.

Specified by:
getCapitalAssetNumber in interface CapitalAssetManagementAsset
Returns:
Returns the capitalAssetNumber

setCapitalAssetNumber

public void setCapitalAssetNumber(Long capitalAssetNumber)
Sets the capitalAssetNumber attribute.

Parameters:
capitalAssetNumber - The capitalAssetNumber to set.

getCapitalAssetDescription

public String getCapitalAssetDescription()
Gets the capitalAssetDescription attribute

Specified by:
getCapitalAssetDescription in interface CapitalAssetManagementAsset
Returns:
Returns the capitalAssetDescription

setCapitalAssetDescription

public void setCapitalAssetDescription(String capitalAssetDescription)
Sets the capitalAssetDescription attribute.

Parameters:
capitalAssetDescription - The capitalAssetDescription to set.

getCapitalAssetTypeCode

public String getCapitalAssetTypeCode()
Gets the capitalAssetTypeCode attribute.

Specified by:
getCapitalAssetTypeCode in interface CapitalAssetManagementAsset
Returns:
Returns the capitalAssetTypeCode

setCapitalAssetTypeCode

public void setCapitalAssetTypeCode(String capitalAssetTypeCode)
Sets the capitalAssetTypeCode attribute.

Parameters:
capitalAssetTypeCode - The capitalAssetTypeCode to set.

getVendorName

public String getVendorName()
Gets the vendorName attribute.

Specified by:
getVendorName in interface CapitalAssetManagementAsset
Returns:
Returns the vendorName

setVendorName

public void setVendorName(String vendorName)
Sets the vendorName attribute.

Parameters:
vendorName - The vendorName to set.

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Specified by:
getCampusCode in interface CapitalAssetManagementAsset
Returns:
Returns the campusCode

setCampusCode

public void setCampusCode(String campusCode)
Sets the campusCode attribute.

Parameters:
campusCode - The campusCode to set.

getBuildingCode

public String getBuildingCode()
Gets the buildingCode attribute.

Specified by:
getBuildingCode in interface CapitalAssetManagementAsset
Returns:
Returns the buildingCode

setBuildingCode

public void setBuildingCode(String buildingCode)
Sets the buildingCode attribute.

Parameters:
buildingCode - The buildingCode to set.

getBuildingRoomNumber

public String getBuildingRoomNumber()
Gets the buildingRoomNumber attribute.

Specified by:
getBuildingRoomNumber in interface CapitalAssetManagementAsset
Returns:
Returns the buildingRoomNumber

setBuildingRoomNumber

public void setBuildingRoomNumber(String buildingRoomNumber)
Sets the buildingRoomNumber attribute.

Parameters:
buildingRoomNumber - The buildingRoomNumber to set.

getBuildingSubRoomNumber

public String getBuildingSubRoomNumber()
Gets the buildingSubRoomNumber attribute.

Specified by:
getBuildingSubRoomNumber in interface CapitalAssetManagementAsset
Returns:
Returns the buildingSubRoomNumber

setBuildingSubRoomNumber

public void setBuildingSubRoomNumber(String buildingSubRoomNumber)
Sets the buildingSubRoomNumber attribute.

Parameters:
buildingSubRoomNumber - The buildingSubRoomNumber to set.

getCampusTagNumber

public String getCampusTagNumber()
Gets the campusTagNumber attribute.

Specified by:
getCampusTagNumber in interface CapitalAssetManagementAsset
Returns:
Returns the campusTagNumber

setCampusTagNumber

public void setCampusTagNumber(String campusTagNumber)
Sets the campusTagNumber attribute.

Parameters:
campusTagNumber - The campusTagNumber to set.

getManufacturerName

public String getManufacturerName()
Gets the manufacturerName attribute.

Specified by:
getManufacturerName in interface CapitalAssetManagementAsset
Returns:
Returns the manufacturerName

setManufacturerName

public void setManufacturerName(String manufacturerName)
Sets the manufacturerName attribute.

Parameters:
manufacturerName - The manufacturerName to set.

getManufacturerModelNumber

public String getManufacturerModelNumber()
Gets the manufacturerModelNumber attribute.

Specified by:
getManufacturerModelNumber in interface CapitalAssetManagementAsset
Returns:
Returns the manufacturerModelNumber

setManufacturerModelNumber

public void setManufacturerModelNumber(String manufacturerModelNumber)
Sets the manufacturerModelNumber attribute.

Parameters:
manufacturerModelNumber - The manufacturerModelNumber to set.

getSerialNumber

public String getSerialNumber()
Gets the serialNumber attribute.

Specified by:
getSerialNumber in interface CapitalAssetManagementAsset
Returns:
Returns the serialNumber

setSerialNumber

public void setSerialNumber(String serialNumber)
Sets the serialNumber attribute.

Parameters:
serialNumber - The serialNumber to set.

prepareForWorkflow

public void prepareForWorkflow()
Specified by:
prepareForWorkflow in interface org.kuali.rice.kns.bo.BusinessObject

refresh

public void refresh()
Specified by:
refresh in interface org.kuali.rice.kns.bo.BusinessObject

getQuantity

public Integer getQuantity()
Description copied from interface: CapitalAssetManagementAsset
Gets the quantity attribute.

Specified by:
getQuantity in interface CapitalAssetManagementAsset
Returns:
Returns the quantity

setQuantity

public void setQuantity(Integer quantity)


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