|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.bo.BusinessObjectBase org.kuali.rice.kns.bo.PersistableBusinessObjectBase edu.sampleu.travel.bo.AttachmentSample
public class AttachmentSample
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AttachmentSample()
|
Method Summary | |
---|---|
List |
buildListOfDeletionAwareLists()
|
byte[] |
getAttachmentContent()
|
org.apache.struts.upload.FormFile |
getAttachmentFile()
|
String |
getContentType()
|
String |
getDescription()
|
String |
getFileName()
|
String |
getId()
|
List<MultiAttachmentSample> |
getMultiAttachment()
|
void |
setAttachmentContent(byte[] attachmentContent)
|
void |
setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile)
|
void |
setContentType(String contentType)
|
void |
setDescription(String description)
|
void |
setFileName(String fileName)
|
void |
setId(String id)
|
void |
setMultiAttachment(List<MultiAttachmentSample> multiAttachment)
|
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, 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 AttachmentSample()
Method Detail |
---|
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public String getFileName()
getFileName
in interface org.kuali.rice.kns.bo.PersistableAttachment
public void setFileName(String fileName)
setFileName
in interface org.kuali.rice.kns.bo.PersistableAttachment
public String getContentType()
getContentType
in interface org.kuali.rice.kns.bo.PersistableAttachment
public void setContentType(String contentType)
setContentType
in interface org.kuali.rice.kns.bo.PersistableAttachment
public byte[] getAttachmentContent()
getAttachmentContent
in interface org.kuali.rice.kns.bo.PersistableAttachment
public void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent
in interface org.kuali.rice.kns.bo.PersistableAttachment
public org.apache.struts.upload.FormFile getAttachmentFile()
public void setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile)
public List<MultiAttachmentSample> getMultiAttachment()
public void setMultiAttachment(List<MultiAttachmentSample> multiAttachment)
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |