public class AwardCostShare extends AwardAssociate implements ValuableItem
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardCostShare()
Constructs a AwardCostShare.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount() |
Long |
getAwardCostShareId()
This method...
|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
This method...
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getCommitmentAmount()
This method...
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getCostShareMet()
Gets the costShareMet attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getCostSharePercentage()
This method...
|
CostShareType |
getCostShareType()
This method...
|
Integer |
getCostShareTypeCode()
This method returns the primary key of the Cost Share BO.
|
String |
getDestination()
This method...
|
String |
getProjectPeriod()
This method...
|
String |
getSource()
This method...
|
Date |
getVerificationDate()
Gets the verificationDate 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 |
setAwardCostShareId(Long awardCostShareId)
This method...
|
void |
setCommitmentAmount(org.kuali.rice.core.api.util.type.KualiDecimal commitmentAmount)
This method...
|
void |
setCostShareMet(org.kuali.rice.core.api.util.type.KualiDecimal costShareMet)
Sets the costShareMet attribute value.
|
void |
setCostSharePercentage(org.kuali.rice.core.api.util.type.KualiDecimal costSharePercentage)
This method...
|
void |
setCostShareType(CostShareType costShareType)
This method...
|
void |
setCostShareTypeCode(Integer costShareTypeCode)
This method...
|
void |
setDestination(String destination)
This method...
|
void |
setProjectPeriod(String projectPeriod)
This method...
|
void |
setSource(String source)
This method...
|
void |
setVerificationDate(Date verificationDate)
Sets the verificationDate 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 CostShareType getCostShareType()
public void setCostShareTypeCode(Integer costShareTypeCode)
costShareTypeCode - public Integer getCostShareTypeCode()
public void setCostShareType(CostShareType costShareType)
costShareType - public String getProjectPeriod()
public void setProjectPeriod(String projectPeriod)
projectPeriod - public org.kuali.rice.core.api.util.type.KualiDecimal getCostSharePercentage()
public void setCostSharePercentage(org.kuali.rice.core.api.util.type.KualiDecimal costSharePercentage)
costSharePercentage - public String getSource()
public void setSource(String source)
source - public String getDestination()
public void setDestination(String destination)
destination - public org.kuali.rice.core.api.util.type.KualiDecimal getCommitmentAmount()
public void setCommitmentAmount(org.kuali.rice.core.api.util.type.KualiDecimal commitmentAmount)
commitmentAmount - public Long getAwardCostShareId()
public void setAwardCostShareId(Long awardCostShareId)
awardCostShareId - protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public org.kuali.rice.core.api.util.type.KualiDecimal getAmount()
getAmount in interface ValuableItemValuableItem.getAmount()public int hashCode()
hashCode in class AwardAssociateObject.hashCode()public boolean equals(Object obj)
equals in class AwardAssociateObject.equals(java.lang.Object)public Date getVerificationDate()
public void setVerificationDate(Date verificationDate)
verificationDate - The verificationDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getCostShareMet()
public void setCostShareMet(org.kuali.rice.core.api.util.type.KualiDecimal costShareMet)
costShareMet - The costShareMet to set.public void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableSequenceable.resetPersistenceState()Copyright © 2013 The Kuali Foundation. All Rights Reserved.