|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.cam.businessobject.BarcodeInventoryErrorDetail
public class BarcodeInventoryErrorDetail
Class for the barcode inventory error detail
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 |
---|
public BarcodeInventoryErrorDetail()
Method Detail |
---|
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()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public org.kuali.rice.kns.bo.Campus getCampus()
public void setCampus(org.kuali.rice.kns.bo.Campus 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |