public class AwardDirectFandADistribution extends AwardAssociate
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardDirectFandADistribution() |
AwardDirectFandADistribution(int budgetPeriodNum,
Date periodStartDate,
Date periodEndDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAmountSequenceNumber()
Gets the amountSequenceNumber attribute.
|
Long |
getAwardAmountInfoId()
FIXME: Field may be dead code
This method added because repository validation fails if no getter present for repository declared field
|
Long |
getAwardDirectFandADistributionId()
Gets the awardDirectFandADistributionId attribute.
|
Integer |
getBudgetPeriod()
Gets the budgetPeriod attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getDirectCost()
Gets the directCost attribute.
|
Date |
getEndDate()
Gets the endDate attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getIndirectCost()
Gets the indirectCost attribute.
|
static long |
getSerialVersionUID()
Gets the serialVersionUID attribute.
|
Date |
getStartDate()
Gets the startDate attribute.
|
int |
hashCode() |
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setAmountSequenceNumber(Integer amountSequenceNumber)
Sets the amountSequenceNumber attribute value.
|
void |
setAwardDirectFandADistributionId(Long awardDirectFandADistributionId)
Sets the awardDirectFandADistributionId attribute value.
|
void |
setBudgetPeriod(Integer budgetPeriod)
Sets the budgetPeriod attribute value.
|
void |
setDirectCost(org.kuali.rice.core.api.util.type.KualiDecimal directCost)
Sets the directCost attribute value.
|
void |
setEndDate(Date endDate)
Sets the endDate attribute value.
|
void |
setIndirectCost(org.kuali.rice.core.api.util.type.KualiDecimal indirectCost)
Sets the indirectCost attribute value.
|
void |
setStartDate(Date startDate)
Sets the startDate attribute value.
|
getAward, getAwardNumber, getSequenceNumber, getSequenceOwner, prePersist, setAward, setAwardNumber, setSequenceNumber, setSequenceOwnergetAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, 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 getAwardAmountInfoId()
public Long getAwardDirectFandADistributionId()
public void setAwardDirectFandADistributionId(Long awardDirectFandADistributionId)
awardDirectFandADistributionId - The awardDirectFandADistributionId to set.public Integer getAmountSequenceNumber()
public void setAmountSequenceNumber(Integer amountSequenceNumber)
amountSequenceNumber - The amountSequenceNumber to set.public Integer getBudgetPeriod()
public void setBudgetPeriod(Integer budgetPeriod)
budgetPeriod - The budgetPeriod to set.public Date getStartDate()
public void setStartDate(Date startDate)
startDate - The startDate to set.public Date getEndDate()
public void setEndDate(Date endDate)
endDate - The endDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getDirectCost()
public void setDirectCost(org.kuali.rice.core.api.util.type.KualiDecimal directCost)
directCost - The directCost to set.public org.kuali.rice.core.api.util.type.KualiDecimal getIndirectCost()
public void setIndirectCost(org.kuali.rice.core.api.util.type.KualiDecimal indirectCost)
indirectCost - The indirectCost to set.public static long getSerialVersionUID()
public void resetPersistenceState()
SequenceableSequenceable.resetPersistenceState()public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.