public class SubAwardFundingSource extends SubAwardAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
SubAwardFundingSource()
Constructs a SubAwardFundingSource.java.
|
SubAwardFundingSource(Award award)
Constructs a SubAwardFundingSource.java.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmountObligatedToDate()
.
|
Award |
getAward()
.
|
AwardAmountInfo |
getAwardAmountInfo()
.
|
Long |
getAwardId()
.
|
String |
getAwardNumber()
.
|
Date |
getObligationExpirationDate()
.
|
String |
getSponsorCode()
.
|
String |
getSponsorName()
.
|
Integer |
getStatusCode()
.
|
String |
getSubAwardCode()
.
|
Integer |
getSubAwardFundingSourceId()
.
|
Long |
getSubAwardId()
.
|
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAccountNumber(String accountNumber)
.
|
void |
setAmountObligatedToDate(org.kuali.rice.core.api.util.type.KualiDecimal amountObligatedToDate)
.
|
void |
setAward(Award award)
.
|
void |
setAwardAmountInfo(AwardAmountInfo awardAmountInfo)
.
|
void |
setAwardId(Long awardId)
.
|
void |
setAwardNumber(String awardNumber)
.
|
void |
setObligationExpirationDate(Date obligationExpirationDate)
.
|
void |
setSponsorCode(String sponsorCode)
.
|
void |
setSponsorName(String sponsorName)
.
|
void |
setStatusCode(Integer statusCode)
.
|
void |
setSubAwardCode(String subAwardCode)
.
|
void |
setSubAwardFundingSourceId(Integer subAwardFundingSourceId)
.
|
void |
setSubAwardId(Long subAwardId)
.
|
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 SubAwardFundingSource()
public SubAwardFundingSource(Award award)
award - public Integer getSubAwardFundingSourceId()
public void setSubAwardFundingSourceId(Integer subAwardFundingSourceId)
subAwardFundingSourceId - The subAwardFundingSourceId 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 Long getAwardId()
public void setAwardId(Long awardId)
awardId - The awardId to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - The accountNumber to set.public Integer getStatusCode()
public void setStatusCode(Integer statusCode)
statusCode - The statusCode to set.public String getSponsorCode()
public void setSponsorCode(String sponsorCode)
sponsorCode - The sponsorCode to set.public String getSponsorName()
public void setSponsorName(String sponsorName)
sponsorName - The sponsorName to set.public Award getAward()
public void setAward(Award award)
award - The award to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAmountObligatedToDate()
public void setAmountObligatedToDate(org.kuali.rice.core.api.util.type.KualiDecimal amountObligatedToDate)
amountObligatedToDate - The amountObligatedToDate to set.public Date getObligationExpirationDate()
public void setObligationExpirationDate(Date obligationExpirationDate)
obligationExpirationDate - The obligationExpirationDate to set.public String getAwardNumber()
public void setAwardNumber(String awardNumber)
awardNumber - The awardNumber to set.public AwardAmountInfo getAwardAmountInfo()
public void setAwardAmountInfo(AwardAmountInfo awardAmountInfo)
awardAmountInfo - The awardAmountInfo to set.public void resetPersistenceState()
SequenceableCopyright © 2013 The Kuali Foundation. All Rights Reserved.