public class AwardHierarchyNode extends AwardHierarchy
ROOTS_PARENT_AWARD_NUMBER, UNIQUE_IDENTIFIER_FIELDUPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardHierarchyNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(AwardHierarchyNode other)
This method implements equals using ObjectUtils.equals method for each member variable.
|
boolean |
equals(Object other) |
String |
getAccountNumber()
Gets the accountNumber attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmountObligatedToDate()
Gets the amountObligatedToDate attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAntDistributableAmount()
Gets the antDistributableAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedTotalAmount()
Gets the anticipatedTotalAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedTotalDirect()
Gets the anticipatedTotalDirect attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedTotalIndirect()
Gets the anticipatedTotalIndirect attribute.
|
String |
getAwardDocumentNumber() |
Long |
getAwardId()
Gets the awardId attribute.
|
String |
getAwardNumber() |
Integer |
getAwardStatusCode()
Gets the awardStatusCode attribute.
|
Date |
getCurrentFundEffectiveDate()
Gets the currentFundEffectiveDate attribute.
|
Date |
getFinalExpirationDate()
Gets the finalExpirationDate attribute.
|
Boolean |
getHasChildren() |
String |
getLeadUnitName()
Gets the leadUnitName attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObliDistributableAmount()
Gets the obliDistributableAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligatedTotalDirect()
Gets the obligatedTotalDirect attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligatedTotalIndirect()
Gets the obligatedTotalIndirect attribute.
|
Date |
getObligationExpirationDate()
Gets the obligationExpirationDate attribute.
|
String |
getPrincipalInvestigatorName()
Gets the principalInvestigatorName attribute.
|
Date |
getProjectStartDate()
Gets the projectStartDate attribute.
|
String |
getTitle()
Gets the title attribute.
|
Boolean |
isAwardDocumentFinalStatus() |
boolean |
isPopulatedFromClient() |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.
|
void |
setAmountObligatedToDate(org.kuali.rice.core.api.util.type.KualiDecimal amountObligatedToDate)
Sets the amountObligatedToDate attribute value.
|
void |
setAntDistributableAmount(org.kuali.rice.core.api.util.type.KualiDecimal antDistributableAmount)
Sets the antDistributableAmount attribute value.
|
void |
setAnticipatedTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedTotalAmount)
Sets the anticipatedTotalAmount attribute value.
|
void |
setAnticipatedTotalDirect(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedTotalDirect)
Sets the anticipatedTotalDirect attribute value.
|
void |
setAnticipatedTotalIndirect(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedTotalIndirect)
Sets the anticipatedTotalIndirect attribute value.
|
void |
setAwardDocumentFinalStatus(Boolean awardDocumentStatus) |
void |
setAwardDocumentNumber(String awardDocumentNumber) |
void |
setAwardId(Long awardId)
Sets the awardId attribute value.
|
void |
setAwardStatusCode(Integer awardStatusCode)
Sets the awardStatusCode attribute value.
|
void |
setCurrentFundEffectiveDate(Date currentFundEffectiveDate)
Sets the currentFundEffectiveDate attribute value.
|
void |
setFinalExpirationDate(Date finalExpirationDate)
Sets the finalExpirationDate attribute value.
|
void |
setHasChildren(Boolean hasChildren) |
void |
setLeadUnitName(String leadUnitName)
Sets the leadUnitName attribute value.
|
void |
setObliDistributableAmount(org.kuali.rice.core.api.util.type.KualiDecimal obliDistributableAmount)
Sets the obliDistributableAmount attribute value.
|
void |
setObligatedTotalDirect(org.kuali.rice.core.api.util.type.KualiDecimal obligatedTotalDirect)
Sets the obligatedTotalDirect attribute value.
|
void |
setObligatedTotalIndirect(org.kuali.rice.core.api.util.type.KualiDecimal obligatedTotalIndirect)
Sets the obligatedTotalIndirect attribute value.
|
void |
setObligationExpirationDate(Date obligationExpirationDate)
Sets the obligationExpirationDate attribute value.
|
void |
setPopulatedFromClient(boolean populatedFromClient) |
void |
setPrincipalInvestigatorName(String principalInvestigatorName)
Sets the principalInvestigatorName attribute value.
|
void |
setProjectStartDate(Date projectStartDate)
Sets the projectStartDate attribute value.
|
void |
setTitle(String title)
Sets the title attribute value.
|
childCount, clone, createRootNode, createRootNode, findNodeInHierarchy, generateNextAwardNumberInSequence, getAward, getAwardHierarchyId, getChildren, getFlattenedListOfNodesInHierarchy, getMapOfNodesInHierarchy, getOriginatingAwardNumber, getParent, getParentAwardNumber, getRoot, getRootAwardNumber, hasChildren, hashCode, hierarchySize, isActive, isNew, isPersisted, isRootNode, setActive, setAward, setAwardHierarchyId, setAwardNumber, setChildren, setOriginatingAwardNumber, setParent, setParentAwardNumber, setRoot, setRootAwardNumbergetAuthorPersonName, 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 Date getCurrentFundEffectiveDate()
public void setCurrentFundEffectiveDate(Date currentFundEffectiveDate)
currentFundEffectiveDate - The currentFundEffectiveDate to set.public Date getObligationExpirationDate()
public void setObligationExpirationDate(Date obligationExpirationDate)
obligationExpirationDate - The obligationExpirationDate to set.public Date getFinalExpirationDate()
public void setFinalExpirationDate(Date finalExpirationDate)
finalExpirationDate - The finalExpirationDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedTotalAmount()
public void setAnticipatedTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedTotalAmount)
anticipatedTotalAmount - The anticipatedTotalAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAntDistributableAmount()
public String getAwardNumber()
getAwardNumber in class AwardHierarchypublic void setAntDistributableAmount(org.kuali.rice.core.api.util.type.KualiDecimal antDistributableAmount)
antDistributableAmount - The antDistributableAmount 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 org.kuali.rice.core.api.util.type.KualiDecimal getObliDistributableAmount()
public void setObliDistributableAmount(org.kuali.rice.core.api.util.type.KualiDecimal obliDistributableAmount)
obliDistributableAmount - The obliDistributableAmount to set.public String getLeadUnitName()
public void setLeadUnitName(String leadUnitName)
leadUnitName - The leadUnitName to set.public String getPrincipalInvestigatorName()
public void setPrincipalInvestigatorName(String principalInvestigatorName)
principalInvestigatorName - The principalInvestigatorName to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - The accountNumber to set.public Integer getAwardStatusCode()
public void setAwardStatusCode(Integer awardStatusCode)
awardStatusCode - The awardStatusCode to set.public Date getProjectStartDate()
public void setProjectStartDate(Date projectStartDate)
projectStartDate - The projectStartDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedTotalDirect()
public void setAnticipatedTotalDirect(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedTotalDirect)
anticipatedTotalDirect - The anticipatedTotalDirect to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedTotalIndirect()
public void setAnticipatedTotalIndirect(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedTotalIndirect)
anticipatedTotalIndirect - The anticipatedTotalIndirect to set.public org.kuali.rice.core.api.util.type.KualiDecimal getObligatedTotalDirect()
public void setObligatedTotalDirect(org.kuali.rice.core.api.util.type.KualiDecimal obligatedTotalDirect)
obligatedTotalDirect - The obligatedTotalDirect to set.public org.kuali.rice.core.api.util.type.KualiDecimal getObligatedTotalIndirect()
public void setObligatedTotalIndirect(org.kuali.rice.core.api.util.type.KualiDecimal obligatedTotalIndirect)
obligatedTotalIndirect - The obligatedTotalIndirect to set.public String getTitle()
public void setTitle(String title)
title - The title to set.public Long getAwardId()
public void setAwardId(Long awardId)
awardId - The awardId to set.public Boolean isAwardDocumentFinalStatus()
public void setAwardDocumentFinalStatus(Boolean awardDocumentStatus)
public String getAwardDocumentNumber()
public void setAwardDocumentNumber(String awardDocumentNumber)
public Boolean getHasChildren()
public void setHasChildren(Boolean hasChildren)
public boolean equals(Object other)
equals in class AwardHierarchyObject.equals(java.lang.Object)public boolean equals(AwardHierarchyNode other)
other - public boolean isPopulatedFromClient()
public void setPopulatedFromClient(boolean populatedFromClient)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.