org.kuali.kfs.module.cam.businessobject
Class BarcodeInventoryErrorDetail

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.cam.businessobject.BarcodeInventoryErrorDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class BarcodeInventoryErrorDetail
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

Class for the barcode inventory error detail

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BarcodeInventoryErrorDetail()
          Default constructor.
 
Method Summary
 String getAssetConditionCode()
          Gets the assetConditionCode attribute.
 String getAssetTagNumber()
          Gets the assetTagNumber attribute.
 Building getBuilding()
          Gets the building reference object
 String getBuildingCode()
          Gets the buildingCode attribute.
 Room getBuildingRoom()
          Gets the building room reference object
 String getBuildingRoomNumber()
          Gets the buildingRoomNumber attribute.
 String getBuildingSubRoomNumber()
          Gets the buildingSubRoomNumber attribute.
 org.kuali.rice.kns.bo.Campus getCampus()
          Gets the campus code reference object
 String getCampusCode()
          Gets the campusCode attribute.
 AssetCondition getCondition()
          Gets the condition code reference object
 String getCorrectorUniversalIdentifier()
          Gets the correctorUniversalIdentifier attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getErrorCorrectionStatusCode()
          Gets the errorCorrectionStatusCode attribute.
 String getErrorDescription()
          Gets the error description of an asset
 Timestamp getInventoryCorrectionTimestamp()
          Gets the inventoryCorrectionTimestamp attribute.
 Long getUploadRowNumber()
          Gets the uploadRowNumber attribute.
 Timestamp getUploadScanTimestamp()
          Gets the uploadScanTimestamp attribute.
 boolean isUploadScanIndicator()
          Gets the uploadScanIndicator attribute.
 void setAssetConditionCode(String assetConditionCode)
          Sets the assetConditionCode attribute.
 void setAssetTagNumber(String assetTagNumber)
          Sets the assetTagNumber attribute.
 void setBuilding(Building building)
          Sets the building reference object
 void setBuildingCode(String buildingCode)
          Sets the buildingCode attribute.
 void setBuildingRoom(Room buildingRoom)
          Sets the bulding room reference object
 void setBuildingRoomNumber(String buildingRoomNumber)
          Sets the buildingRoomNumber attribute.
 void setBuildingSubRoomNumber(String buildingSubRoomNumber)
          Sets the buildingSubRoomNumber attribute.
 void setCampus(org.kuali.rice.kns.bo.Campus campus)
          sets the campus code reference object
 void setCampusCode(String campusCode)
          Sets the campusCode attribute.
 void setCondition(AssetCondition condition)
          sets the condition code reference object
 void setCorrectorUniversalIdentifier(String correctorUniversalIdentifier)
          Sets the correctorUniversalIdentifier attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setErrorCorrectionStatusCode(String errorCorrectionStatusCode)
          Sets the errorCorrectionStatusCode attribute.
 void setErrorDescription(String errorDescription)
          sets the field that will hold the error description of an asset
 void setInventoryCorrectionTimestamp(Timestamp inventoryCorrectionTimestamp)
          Sets the inventoryCorrectionTimestamp attribute.
 void setUploadRowNumber(Long uploadRowNumber)
          Sets the uploadRowNumber attribute.
 void setUploadScanIndicator(boolean uploadScanIndicator)
          Sets the uploadScanIndicator attribute.
 void setUploadScanTimestamp(Timestamp uploadScanTimestamp)
          Sets the uploadScanTimestamp attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

BarcodeInventoryErrorDetail

public BarcodeInventoryErrorDetail()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getUploadRowNumber

public Long getUploadRowNumber()
Gets the uploadRowNumber attribute.

Returns:
Returns the uploadRowNumber

setUploadRowNumber

public void setUploadRowNumber(Long uploadRowNumber)
Sets the uploadRowNumber attribute.

Parameters:
uploadRowNumber - The uploadRowNumber to set.

getErrorCorrectionStatusCode

public String getErrorCorrectionStatusCode()
Gets the errorCorrectionStatusCode attribute.

Returns:
Returns the errorCorrectionStatusCode

setErrorCorrectionStatusCode

public void setErrorCorrectionStatusCode(String errorCorrectionStatusCode)
Sets the errorCorrectionStatusCode attribute.

Parameters:
errorCorrectionStatusCode - The errorCorrectionStatusCode to set.

getCorrectorUniversalIdentifier

public String getCorrectorUniversalIdentifier()
Gets the correctorUniversalIdentifier attribute.

Returns:
Returns the correctorUniversalIdentifier

setCorrectorUniversalIdentifier

public void setCorrectorUniversalIdentifier(String correctorUniversalIdentifier)
Sets the correctorUniversalIdentifier attribute.

Parameters:
correctorUniversalIdentifier - The correctorUniversalIdentifier to set.

getInventoryCorrectionTimestamp

public Timestamp getInventoryCorrectionTimestamp()
Gets the inventoryCorrectionTimestamp attribute.

Returns:
Returns the inventoryCorrectionTimestamp

setInventoryCorrectionTimestamp

public void setInventoryCorrectionTimestamp(Timestamp inventoryCorrectionTimestamp)
Sets the inventoryCorrectionTimestamp attribute.

Parameters:
inventoryCorrectionTimestamp - The inventoryCorrectionTimestamp to set.

getAssetTagNumber

public String getAssetTagNumber()
Gets the assetTagNumber attribute.

Returns:
Returns the assetTagNumber

setAssetTagNumber

public void setAssetTagNumber(String assetTagNumber)
Sets the assetTagNumber attribute.

Parameters:
assetTagNumber - The assetTagNumber to set.

isUploadScanIndicator

public boolean isUploadScanIndicator()
Gets the uploadScanIndicator attribute.

Returns:
Returns the uploadScanIndicator

setUploadScanIndicator

public void setUploadScanIndicator(boolean uploadScanIndicator)
Sets the uploadScanIndicator attribute.

Parameters:
uploadScanIndicator - The uploadScanIndicator to set.

getUploadScanTimestamp

public Timestamp getUploadScanTimestamp()
Gets the uploadScanTimestamp attribute.

Returns:
Returns the uploadScanTimestamp

setUploadScanTimestamp

public void setUploadScanTimestamp(Timestamp uploadScanTimestamp)
Sets the uploadScanTimestamp attribute.

Parameters:
uploadScanTimestamp - The uploadScanTimestamp to set.

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

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.

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.

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.

Returns:
Returns the buildingSubRoomNumber

setBuildingSubRoomNumber

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

Parameters:
buildingSubRoomNumber - The buildingSubRoomNumber to set.

getAssetConditionCode

public String getAssetConditionCode()
Gets the assetConditionCode attribute.

Returns:
Returns the assetConditionCode

setAssetConditionCode

public void setAssetConditionCode(String assetConditionCode)
Sets the assetConditionCode attribute.

Parameters:
assetConditionCode - The assetConditionCode to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getCampus

public org.kuali.rice.kns.bo.Campus getCampus()
Gets the campus code reference object

Returns:
Campus

setCampus

public void setCampus(org.kuali.rice.kns.bo.Campus campus)
sets the campus code reference object

Parameters:
campus -

getBuildingRoom

public Room getBuildingRoom()
Gets the building room reference object

Returns:
Room

setBuildingRoom

public void setBuildingRoom(Room buildingRoom)
Sets the bulding room reference object

Parameters:
buildingRoom -

getBuilding

public Building getBuilding()
Gets the building reference object

Returns:
Building

setBuilding

public void setBuilding(Building building)
Sets the building reference object

Parameters:
building -

getCondition

public AssetCondition getCondition()
Gets the condition code reference object

Returns:
AssetCondition

setCondition

public void setCondition(AssetCondition condition)
sets the condition code reference object

Parameters:
condition -

getErrorDescription

public String getErrorDescription()
Gets the error description of an asset

Returns:
String

setErrorDescription

public void setErrorDescription(String errorDescription)
sets the field that will hold the error description of an asset

Parameters:
errorDescription -


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