public class SubAwardAmountInfo extends SubAwardAssociate implements KcAttachment
UPDATE_USER_LENGTH| Constructor and Description |
|---|
SubAwardAmountInfo()
the SubAwardAmountInfo constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedAmount()
Gets the anticipatedAmount.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedChange()
Gets the anticipatedChange.
|
String |
getComments()
Gets the comments.
|
String |
getContentType()
Gets the contentType.
|
byte[] |
getData()
Returns the data of this attachment
|
byte[] |
getDocument()
Gets the document.
|
Date |
getEffectiveDate()
Gets the effectiveDate.
|
AttachmentFile |
getFile()
Gets the Attachment File.
|
Long |
getFileId()
Gets the file Id.
|
String |
getFileName()
Gets the fileName.
|
String |
getIconPath()
Return the image file path based on mime type or other criteria.
|
Integer |
getLineNumber()
Gets the lineNumber.
|
String |
getMimeType()
Gets the mimeType.
|
String |
getName()
Returns file name of the attached file.
|
org.apache.struts.upload.FormFile |
getNewFile()
Gets the newFile.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligatedAmount()
Gets the obligatedAmount.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligatedChange()
Gets the obligatedChange.
|
Integer |
getSubAwardAmountInfoId()
Gets the subAwardAmountInfoId.
|
String |
getSubAwardCode()
Gets the subAwardCode.
|
Long |
getSubAwardId()
Gets the subAwardId.
|
String |
getType()
Returns the mime type of the attachment.
|
void |
populateAttachment()
.
|
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAnticipatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedAmount)
Sets the anticipatedAmount attribute value.
|
void |
setAnticipatedChange(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedChange)
Sets the anticipatedChange attribute value.
|
void |
setComments(String comments)
Sets the comments attribute value.
|
void |
setContentType(String contentType)
Sets the contentType.
|
void |
setDocument(byte[] document)
Sets the document attribute value.
|
void |
setEffectiveDate(Date effectiveDate)
Sets the effectiveDate attribute value.
|
void |
setFile(AttachmentFile file)
Sets the Attachment File.
|
void |
setFileId(Long fileId)
Sets the file Id.
|
void |
setFileName(String fileName)
Sets the fileName attribute value.
|
void |
setLineNumber(Integer lineNumber)
Sets the lineNumber attribute value.
|
void |
setMimeType(String mimeType)
Sets the mimeType attribute value.
|
void |
setNewFile(org.apache.struts.upload.FormFile newFile)
Sets the newFile.
|
void |
setObligatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
setObligatedChange(org.kuali.rice.core.api.util.type.KualiDecimal obligatedChange)
Sets the obligatedChange attribute value.
|
void |
setSubAwardAmountInfoId(Integer subAwardAmountInfoId)
Sets the subAwardAmountInfoId attribute value.
|
void |
setSubAwardCode(String subAwardCode)
Sets the subAwardCode attribute value.
|
void |
setSubAwardId(Long subAwardId)
Sets the subAwardId attribute value.
|
equals, getSequenceNumber, getSequenceOwner, getSubAward, hashCode, setSequenceNumber, setSequenceOwner, setSubAwardgetAuthorPersonName, 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 SubAwardAmountInfo()
public Integer getSubAwardAmountInfoId()
public void setSubAwardAmountInfoId(Integer subAwardAmountInfoId)
subAwardAmountInfoId - The subAwardAmountInfoId to set.public Long getSubAwardId()
getSubAwardId in class SubAwardAssociatepublic void setSubAwardId(Long subAwardId)
setSubAwardId in class SubAwardAssociatesubAwardId - The subAwardId to set.public String getSubAwardCode()
getSubAwardCode in class SubAwardAssociatepublic void setSubAwardCode(String subAwardCode)
setSubAwardCode in class SubAwardAssociatesubAwardCode - The subAwardCode to set.public Integer getLineNumber()
public void setLineNumber(Integer lineNumber)
lineNumber - The lineNumber to set.public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate - The effectiveDate to set.public String getComments()
public void setComments(String comments)
comments - The comments to set.public String getFileName()
public void setFileName(String fileName)
fileName - The fileName to set.public byte[] getDocument()
public void setDocument(byte[] document)
document - The document to set.public String getMimeType()
public void setMimeType(String mimeType)
mimeType - The mimeType to set.public void populateAttachment()
public org.kuali.rice.core.api.util.type.KualiDecimal getObligatedAmount()
public void setObligatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedAmount)
obligatedAmount - The obligatedAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getObligatedChange()
public void setObligatedChange(org.kuali.rice.core.api.util.type.KualiDecimal obligatedChange)
obligatedChange - The obligatedChange to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedAmount()
public void setAnticipatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedAmount)
anticipatedAmount - The anticipatedAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedChange()
public void setAnticipatedChange(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedChange)
anticipatedChange - The anticipatedChange to set.public AttachmentFile getFile()
public void setFile(AttachmentFile file)
public org.apache.struts.upload.FormFile getNewFile()
public void setNewFile(org.apache.struts.upload.FormFile newFile)
public Long getFileId()
public void setFileId(Long fileId)
fileId - the file Id.public void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()public String getName()
KcAttachmentgetName in interface KcAttachmentpublic String getType()
KcAttachmentgetType in interface KcAttachmentpublic byte[] getData()
KcAttachmentgetData in interface KcAttachmentpublic String getIconPath()
KcAttachmentgetIconPath in interface KcAttachmentpublic void setContentType(String contentType)
contentType - the contentType.public String getContentType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.