public class AwardSubcontractingBudgetedGoals extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardSubcontractingBudgetedGoals() |
AwardSubcontractingBudgetedGoals(String awardNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardNumber() |
String |
getComments() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getEightADisadvantageGoalAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getHistoricalBlackCollegeGoalAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getHubZoneGoalAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getLargeBusinessGoalAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getServiceDisabledVeteranOwnedGoalAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getSmallBusinessGoalAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getTotalBusinessGoalAmount()
This method calculates the total amount for small and large business goal amounts
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getVeteranOwnedGoalAmount() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getWomanOwnedGoalAmount() |
boolean |
isFresh() |
void |
setAwardNumber(String awardNumber) |
void |
setComments(String comments) |
void |
setEightADisadvantageGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal eightADisadvantageGoalAmount) |
void |
setFresh(boolean fresh) |
void |
setHistoricalBlackCollegeGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal historicalBlackCollegeGoalAmount) |
void |
setHubZoneGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal hubZoneGoalAmount) |
void |
setLargeBusinessGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal largeBusinessGoalAmount) |
void |
setServiceDisabledVeteranOwnedGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal serviceDisabledVeteranOwnedGoalAmount) |
void |
setSmallBusinessGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal smallBusinessGoalAmount) |
void |
setVeteranOwnedGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal veteranOwnedGoalAmount) |
void |
setWomanOwnedGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal womanOwnedGoalAmount) |
getAuthorPersonName, 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 AwardSubcontractingBudgetedGoals()
public AwardSubcontractingBudgetedGoals(String awardNumber)
public void setAwardNumber(String awardNumber)
public String getAwardNumber()
public org.kuali.rice.core.api.util.type.KualiDecimal getLargeBusinessGoalAmount()
public void setLargeBusinessGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal largeBusinessGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getSmallBusinessGoalAmount()
public void setSmallBusinessGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal smallBusinessGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getWomanOwnedGoalAmount()
public void setWomanOwnedGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal womanOwnedGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getEightADisadvantageGoalAmount()
public void setEightADisadvantageGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal eightADisadvantageGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getHubZoneGoalAmount()
public void setHubZoneGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal hubZoneGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getVeteranOwnedGoalAmount()
public void setVeteranOwnedGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal veteranOwnedGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getServiceDisabledVeteranOwnedGoalAmount()
public void setServiceDisabledVeteranOwnedGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal serviceDisabledVeteranOwnedGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getHistoricalBlackCollegeGoalAmount()
public void setHistoricalBlackCollegeGoalAmount(org.kuali.rice.core.api.util.type.KualiDecimal historicalBlackCollegeGoalAmount)
public org.kuali.rice.core.api.util.type.KualiDecimal getTotalBusinessGoalAmount()
public void setFresh(boolean fresh)
public boolean isFresh()
public void setComments(String comments)
public String getComments()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.