public class OLEPlatformEventLog extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OLEPlatformEventLog() |
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 OLEPlatformEventLog()
public String getPlatformEventLogId()
public void setPlatformEventLogId(String platformEventLogId)
public String getOlePlatformId()
public void setOlePlatformId(String olePlatformId)
public String getLogTypeId()
public void setLogTypeId(String logTypeId)
public String getLogTypeName()
public void setLogTypeName(String logTypeName)
public String getEventTypeId()
public void setEventTypeId(String eventTypeId)
public String getEventTypeName()
public void setEventTypeName(String eventTypeName)
public String getEventNote()
public void setEventNote(String eventNote)
public String getEventUserId()
public void setEventUserId(String eventUserId)
public Date getEventReportedDate()
public void setEventReportedDate(Date eventReportedDate)
public String getEventStatus()
public void setEventStatus(String eventStatus)
public Date getEventResolvedDate()
public void setEventResolvedDate(Date eventResolvedDate)
public String getEventResolution()
public void setEventResolution(String eventResolution)
public Integer getEventTempId()
public void setEventTempId(Integer eventTempId)
public boolean isSaveFlag()
public void setSaveFlag(boolean saveFlag)
public OLEPlatformRecordDocument getOlePlatformRecordDocument()
public void setOlePlatformRecordDocument(OLEPlatformRecordDocument olePlatformRecordDocument)
public String getProblemTypeId()
public void setProblemTypeId(String problemTypeId)
public String getProblemTypeName()
public void setProblemTypeName(String problemTypeName)
public OLEEResPltfrmEventType getEventType()
public void setEventType(OLEEResPltfrmEventType eventType)
public OLEProblemType getProblemType()
public void setProblemType(OLEProblemType problemType)
public OLELogType getLogType()
public void setLogType(OLELogType logType)
public org.springframework.web.multipart.MultipartFile getAttachmentFile1()
public void setAttachmentFile1(org.springframework.web.multipart.MultipartFile attachmentFile1)
public String getAttachmentFileName1()
public void setAttachmentFileName1(String attachmentFileName1)
public String getAttachmentMimeType1()
public void setAttachmentMimeType1(String attachmentMimeType1)
public byte[] getAttachmentContent1()
public void setAttachmentContent1(byte[] attachmentContent1)
public org.springframework.web.multipart.MultipartFile getAttachmentFile2()
public void setAttachmentFile2(org.springframework.web.multipart.MultipartFile attachmentFile2)
public String getAttachmentFileName2()
public void setAttachmentFileName2(String attachmentFileName2)
public String getAttachmentMimeType2()
public void setAttachmentMimeType2(String attachmentMimeType2)
public byte[] getAttachmentContent2()
public void setAttachmentContent2(byte[] attachmentContent2)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.