public class NegotiationActivityAttachment extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
NegotiationActivityAttachment() |
| Modifier and Type | Method and Description |
|---|---|
NegotiationActivity |
getActivity() |
Long |
getActivityId() |
Long |
getAttachmentId() |
String |
getDescription() |
AttachmentFile |
getFile() |
Long |
getFileId() |
org.apache.struts.upload.FormFile |
getNewFile() |
Boolean |
getRestricted() |
void |
setActivity(NegotiationActivity activity) |
void |
setActivityId(Long activityId) |
void |
setAttachmentId(Long attachmentId) |
void |
setDescription(String description) |
void |
setFile(AttachmentFile file) |
void |
setFileId(Long fileId) |
void |
setNewFile(org.apache.struts.upload.FormFile newFile) |
void |
setRestricted(Boolean restricted) |
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 Long getAttachmentId()
public void setAttachmentId(Long attachmentId)
public Long getActivityId()
public void setActivityId(Long activityId)
public NegotiationActivity getActivity()
public void setActivity(NegotiationActivity activity)
public String getDescription()
public void setDescription(String description)
public Boolean getRestricted()
public void setRestricted(Boolean restricted)
public Long getFileId()
public void setFileId(Long fileId)
public AttachmentFile getFile()
public void setFile(AttachmentFile file)
public org.apache.struts.upload.FormFile getNewFile()
public void setNewFile(org.apache.struts.upload.FormFile newFile)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.