public abstract class CommitteeScheduleAttachmentsBase extends KraPersistableBusinessObjectBase implements KcAttachment
UPDATE_USER_LENGTH| Constructor and Description |
|---|
CommitteeScheduleAttachmentsBase() |
CommitteeScheduleAttachmentsBase(String attachmentsTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttachmentId()
Gets the attachmentId attribute.
|
String |
getAttachmentsDescription()
Gets the attachmentsDescription attribute.
|
AttachmentsEntryType |
getAttachmentsEntryType()
Gets the attachmentsEntryType attribute.
|
String |
getAttachmentsTypeCode()
Gets the attachmentsTypeCode attribute.
|
CommitteeScheduleBase |
getCommitteeschedule()
Gets the committeeschedule attribute.
|
CommitteeScheduleBase |
getCommitteeSchedule()
Gets the committeeSchedule attribute.
|
String |
getContentType()
Gets the contentType attribute.
|
byte[] |
getData()
Returns the data of this attachment
|
String |
getDescription()
Gets the description attribute.
|
byte[] |
getDocument()
Gets the document attribute.
|
AttachmentFile |
getFile()
Gets the file attribute.
|
String |
getFileName()
Gets the fileName attribute.
|
String |
getIconPath()
Return the image file path based on mime type or other criteria.
|
Integer |
getLineNumber()
Gets the lineNumber attribute.
|
String |
getMimeType()
Gets the mimeType attribute.
|
String |
getName()
Returns file name of the attached file.
|
org.apache.struts.upload.FormFile |
getNewFile()
Gets the mimeType attribute.
|
Timestamp |
getNewUpdateTimestamp()
Gets the newUpdateTimestamp attribute.
|
String |
getNewUpdateUser()
Gets the newUpdateUser attribute.
|
String |
getType()
Returns the mime type of the attachment.
|
void |
populateAttachment()
This method used to populate the attachment
|
void |
setAttachmentId(Integer attachmentId)
Sets the attachmentId attribute.
|
void |
setAttachmentsDescription(String attachmentsDescription)
Sets the attachmentsDescription attribute.
|
void |
setAttachmentsEntryType(AttachmentsEntryType attachmentsEntryType)
Sets the attachmentsEntryType attribute.
|
void |
setAttachmentsTypeCode(String attachmentsTypeCode) |
void |
setCommitteeschedule(CommitteeScheduleBase committeeschedule)
Sets the committeeschedule attribute.
|
void |
setCommitteeSchedule(CommitteeScheduleBase committeeSchedule)
Sets the committeeSchedule attribute.
|
void |
setContentType(String contentType)
Sets the contentType attribute.
|
void |
setDescription(String description)
Sets the description attribute.
|
void |
setDocument(byte[] document)
Sets the document attribute.
|
void |
setFile(AttachmentFile file)
Sets the file attribute.
|
void |
setFileName(String fileName)
Sets the fileName attribute.
|
void |
setLineNumber(Integer lineNumber)
Sets the lineNumber attribute.
|
void |
setMimeType(String mimeType)
Sets the mimeType attribute.
|
void |
setNewFile(org.apache.struts.upload.FormFile newFile)
Sets the mimeType attribute.
|
void |
setNewUpdateTimestamp(Timestamp newUpdateTimestamp)
Sets the newUpdateTimestamp attribute.
|
void |
setNewUpdateUser(String newUpdateUser)
Sets the newUpdateUser attribute.
|
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 CommitteeScheduleAttachmentsBase()
public CommitteeScheduleAttachmentsBase(String attachmentsTypeCode)
public CommitteeScheduleBase getCommitteeSchedule()
public void setCommitteeSchedule(CommitteeScheduleBase committeeSchedule)
public String getNewUpdateUser()
public void setNewUpdateUser(String newUpdateUser)
public Timestamp getNewUpdateTimestamp()
public void setNewUpdateTimestamp(Timestamp newUpdateTimestamp)
public String getAttachmentsDescription()
public void setAttachmentsDescription(String attachmentsDescription)
public String getAttachmentsTypeCode()
public void setAttachmentsTypeCode(String attachmentsTypeCode)
public AttachmentsEntryType getAttachmentsEntryType()
public void setAttachmentsEntryType(AttachmentsEntryType attachmentsEntryType)
public AttachmentFile getFile()
public void setFile(AttachmentFile file)
public Integer getLineNumber()
public void setLineNumber(Integer lineNumber)
public String getContentType()
public void setContentType(String contentType)
public byte[] getDocument()
public void setDocument(byte[] document)
public Integer getAttachmentId()
public void setAttachmentId(Integer attachmentId)
public String getDescription()
public void setDescription(String description)
public String getFileName()
public void setFileName(String fileName)
public String getMimeType()
public void setMimeType(String mimeType)
public org.apache.struts.upload.FormFile getNewFile()
public void setNewFile(org.apache.struts.upload.FormFile newFile)
public CommitteeScheduleBase getCommitteeschedule()
public void setCommitteeschedule(CommitteeScheduleBase committeeschedule)
public void populateAttachment()
public String getName()
KcAttachmentgetName in interface KcAttachmentpublic String getType()
KcAttachmentgetType in interface KcAttachmentpublic byte[] getData()
KcAttachmentgetData in interface KcAttachmentpublic String getIconPath()
KcAttachmentgetIconPath in interface KcAttachmentCopyright © 2013 The Kuali Foundation. All Rights Reserved.