public class SubAwardAmountReleased extends SubAwardAssociate implements KcAttachment, org.kuali.rice.krad.bo.PersistableAttachment
UPDATE_USER_LENGTH| Constructor and Description |
|---|
SubAwardAmountReleased()
.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Typical equals method, but if primary key is not null and is equal then assume equals.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmountReleased()
Get the amountReleased.
|
byte[] |
getAttachmentContent() |
String |
getComments()
Get the comments.
|
String |
getContentType() |
String |
getCreatedBy() |
Timestamp |
getCreatedDate() |
byte[] |
getData()
Returns the data of this attachment
|
byte[] |
getDocument()
Get the document.
|
String |
getDocumentNumber() |
Date |
getEffectiveDate()
Get the effectiveDate.
|
Date |
getEndDate()
Get the endDate.
|
String |
getFileName()
Get the fileName.
|
String |
getIconPath()
Return the image file path based on mime type or other criteria.
|
String |
getInvoiceNumber()
Get the invoiceNumber.
|
String |
getInvoiceStatus() |
String |
getInvoiceStatusLabel() |
String |
getMimeType()
Get the mimeType.
|
String |
getName()
Returns file name of the attached file.
|
org.apache.struts.upload.FormFile |
getNewFile()
Get the new File.
|
Date |
getStartDate()
Get the startDate.
|
SubAward |
getSubAward()
.
|
Integer |
getSubAwardAmtReleasedId()
Get the SubAwardAmtReleasedId.
|
SubAwardService |
getSubAwardService() |
String |
getType()
Returns the mime type of the attachment.
|
int |
hashCode() |
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 |
setAmountReleased(org.kuali.rice.core.api.util.type.KualiDecimal amountReleased)
Set the amountReleased..
|
void |
setAttachmentContent(byte[] arg0) |
void |
setComments(String comments)
Set the comments attribute value..
|
void |
setContentType(String contentType) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedDate(Timestamp createdDate) |
void |
setDocument(byte[] document)
Set the document attribute value..
|
void |
setDocumentNumber(String documentNumber) |
void |
setEffectiveDate(Date effectiveDate)
Set the effectiveDate attribute value..
|
void |
setEndDate(Date endDate)
Set the endDate attribute value..
|
void |
setFileName(String fileName)
Set the fileName..
|
void |
setInvoiceNumber(String invoiceNumber)
Set the invoiceNumber attribute value..
|
void |
setInvoiceStatus(String invoiceStatus) |
void |
setInvoiceStatusLabel(String invoiceStatusLabel) |
void |
setMimeType(String mimeType)
Set the mimeType..
|
void |
setNewFile(org.apache.struts.upload.FormFile newFile)
Set the newfile..
|
void |
setStartDate(Date startDate)
Set the startDate..
|
void |
setSubAwardAmtReleasedId(Integer subAwardAmtReleasedId)
Set the subAwardAmtReleasedId..
|
void |
setSubAwardService(SubAwardService subAwardService) |
getSequenceNumber, getSequenceOwner, getSubAwardCode, getSubAwardId, setSequenceNumber, setSequenceOwner, setSubAward, setSubAwardCode, setSubAwardIdgetAuthorPersonName, 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 SubAwardAmountReleased()
public Integer getSubAwardAmtReleasedId()
public void setSubAwardAmtReleasedId(Integer subAwardAmtReleasedId)
subAwardAmtReleasedId - the subAwardAmtReleasedId to be setpublic Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate - the effectiveDate to be setpublic String getComments()
public void setComments(String comments)
comments - the comments to be setpublic String getInvoiceNumber()
public void setInvoiceNumber(String invoiceNumber)
invoiceNumber - the invoiceNumber to be setpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - the startDate to be setpublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - the endDate to be setpublic org.kuali.rice.core.api.util.type.KualiDecimal getAmountReleased()
public void setAmountReleased(org.kuali.rice.core.api.util.type.KualiDecimal amountReleased)
amountReleased - the amountReleased to be setpublic void populateAttachment()
public byte[] getDocument()
public void setDocument(byte[] document)
document - the document to be setpublic 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 be setpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType - the mimeType to be setpublic org.apache.struts.upload.FormFile getNewFile()
public void setNewFile(org.apache.struts.upload.FormFile newFile)
newfile - the newfile to be setpublic void resetPersistenceState()
SequenceableresetPersistenceState in interface Sequenceablepublic String getName()
KcAttachmentgetName in interface KcAttachmentpublic String getType()
KcAttachmentgetType in interface KcAttachmentpublic byte[] getData()
KcAttachmentgetData in interface KcAttachmentpublic String getIconPath()
KcAttachmentgetIconPath in interface KcAttachmentpublic byte[] getAttachmentContent()
getAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setAttachmentContent(byte[] arg0)
setAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic String getContentType()
getContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setContentType(String contentType)
setContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic SubAward getSubAward()
SubAwardAssociategetSubAward in class SubAwardAssociatepublic SubAwardService getSubAwardService()
public void setSubAwardService(SubAwardService subAwardService)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public String getInvoiceStatus()
public void setInvoiceStatus(String invoiceStatus)
public String getInvoiceStatusLabel()
public void setInvoiceStatusLabel(String invoiceStatusLabel)
public int hashCode()
hashCode in class SubAwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class SubAwardAssociateSubAwardAssociate.equals(java.lang.Object)public Timestamp getCreatedDate()
public void setCreatedDate(Timestamp createdDate)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.