public class BarcodeInventoryErrorDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
BarcodeInventoryErrorDetail()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.location.framework.campus.CampusEbo |
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.location.framework.campus.CampusEbo 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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public BarcodeInventoryErrorDetail()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Long getUploadRowNumber()
public void setUploadRowNumber(Long uploadRowNumber)
uploadRowNumber
- The uploadRowNumber to set.public String getErrorCorrectionStatusCode()
public void setErrorCorrectionStatusCode(String errorCorrectionStatusCode)
errorCorrectionStatusCode
- The errorCorrectionStatusCode to set.public String getCorrectorUniversalIdentifier()
public void setCorrectorUniversalIdentifier(String correctorUniversalIdentifier)
correctorUniversalIdentifier
- The correctorUniversalIdentifier to set.public Timestamp getInventoryCorrectionTimestamp()
public void setInventoryCorrectionTimestamp(Timestamp inventoryCorrectionTimestamp)
inventoryCorrectionTimestamp
- The inventoryCorrectionTimestamp to set.public String getAssetTagNumber()
public void setAssetTagNumber(String assetTagNumber)
assetTagNumber
- The assetTagNumber to set.public boolean isUploadScanIndicator()
public void setUploadScanIndicator(boolean uploadScanIndicator)
uploadScanIndicator
- The uploadScanIndicator to set.public Timestamp getUploadScanTimestamp()
public void setUploadScanTimestamp(Timestamp uploadScanTimestamp)
uploadScanTimestamp
- The uploadScanTimestamp to set.public String getCampusCode()
public void setCampusCode(String campusCode)
campusCode
- The campusCode to set.public String getBuildingCode()
public void setBuildingCode(String buildingCode)
buildingCode
- The buildingCode to set.public String getBuildingRoomNumber()
public void setBuildingRoomNumber(String buildingRoomNumber)
buildingRoomNumber
- The buildingRoomNumber to set.public String getBuildingSubRoomNumber()
public void setBuildingSubRoomNumber(String buildingSubRoomNumber)
buildingSubRoomNumber
- The buildingSubRoomNumber to set.public String getAssetConditionCode()
public void setAssetConditionCode(String assetConditionCode)
assetConditionCode
- The assetConditionCode to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public org.kuali.rice.location.framework.campus.CampusEbo getCampus()
public void setCampus(org.kuali.rice.location.framework.campus.CampusEbo campus)
campus
- public Room getBuildingRoom()
public void setBuildingRoom(Room buildingRoom)
buildingRoom
- public Building getBuilding()
public void setBuilding(Building building)
building
- public AssetCondition getCondition()
public void setCondition(AssetCondition condition)
condition
- public String getErrorDescription()
public void setErrorDescription(String errorDescription)
errorDescription
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.