public class CustReportDetails extends KraPersistableBusinessObjectBase implements org.kuali.rice.krad.bo.PersistableAttachment
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CustReportDetails() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachmentContent()
Gets the attachmentContent attribute.
|
String |
getContentType()
Gets the contentType attribute.
|
CustReportType |
getCustReportType()
Gets the custReportType attribute.
|
String |
getFileName()
Gets the fileName attribute.
|
String |
getPermissionName()
Gets the name attribute.
|
String |
getReportDescription()
Gets the reportDescription attribute.
|
Integer |
getReportId()
Gets the reportId attribute.
|
String |
getReportLabel()
Gets the reportLabel attribute.
|
String |
getReportLabelDisplay()
Gets the reportLabelDisplay attribute.
|
Integer |
getReportTypeCode()
Gets the reportTypeCode attribute.
|
org.apache.struts.upload.FormFile |
getTemplateFile()
Gets the templateFile attribute.
|
void |
setAttachmentContent(byte[] attachmentContent)
Sets the attachmentContent attribute value.
|
void |
setContentType(String contentType)
Sets the contentType attribute value.
|
void |
setCustReportType(CustReportType custReportType)
Sets the custReportType attribute value.
|
void |
setFileName(String fileName)
Sets the fileName attribute value.
|
void |
setPermissionName(String permissionName)
Sets the name attribute value.
|
void |
setReportDescription(String reportDescription)
Sets the reportDescription attribute value.
|
void |
setReportId(Integer reportId)
Sets the reportId attribute value.
|
void |
setReportLabel(String reportLabel)
Sets the reportLabel attribute value.
|
void |
setReportLabelDisplay(String reportLabelDisplay)
Sets the reportLabelDisplay attribute value.
|
void |
setReportTypeCode(Integer reportTypeCode)
Sets the reportTypeCode attribute value.
|
void |
setTemplateFile(org.apache.struts.upload.FormFile templateFile)
Sets the templateFile attribute value.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Integer getReportId()
public void setReportId(Integer reportId)
reportId - The reportId to set.public String getReportLabel()
public void setReportLabel(String reportLabel)
reportLabel - The reportLabel to set.public String getReportDescription()
public void setReportDescription(String reportDescription)
reportDescription - The reportDescription to set.public Integer getReportTypeCode()
public void setReportTypeCode(Integer reportTypeCode)
reportTypeCode - The reportTypeCode to set.public String getPermissionName()
public void setPermissionName(String permissionName)
name - The name to set.public String getFileName()
getFileName in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setFileName(String fileName)
setFileName in interface org.kuali.rice.krad.bo.PersistableAttachmentfileName - The fileName to set.public String getContentType()
getContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setContentType(String contentType)
setContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentcontentType - The contentType to set.public byte[] getAttachmentContent()
getAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentattachmentContent - The attachmentContent to set.public CustReportType getCustReportType()
public void setCustReportType(CustReportType custReportType)
custReportType - The custReportType to set.public org.apache.struts.upload.FormFile getTemplateFile()
public void setTemplateFile(org.apache.struts.upload.FormFile templateFile)
templateFile - The templateFile to set.public void setReportLabelDisplay(String reportLabelDisplay)
reportLabelDisplay - The reportLabelDisplay to set.public String getReportLabelDisplay()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.