public class SponsorTermFormHelper extends Object implements Serializable
| Constructor and Description |
|---|
SponsorTermFormHelper(AwardForm parent)
Constructs a CostShareFormHelper
|
| Modifier and Type | Method and Description |
|---|---|
AwardDocument |
getAwardDocument()
This method returns the AwardDocument.
|
List<SponsorTerm> |
getNewSponsorTerms()
Gets the newSponsorTerms attribute.
|
List<org.kuali.rice.core.api.util.KeyValue> |
getSponsorTermTypes()
Gets the awardSponsorTermsTypes attribute.
|
void |
init()
Initialize subform
|
void |
setNewSponsorTerms(List<SponsorTerm> newSponsorTerms)
Sets the newAwardSponsorTerms attribute value.
|
void |
setSponsorTermTypes(List<org.kuali.rice.core.api.util.KeyValue> sponsorTermTypes)
Sets the awardSponsorTermsTypes attribute value.
|
public SponsorTermFormHelper(AwardForm parent)
parent - public void init()
public List<SponsorTerm> getNewSponsorTerms()
public void setNewSponsorTerms(List<SponsorTerm> newSponsorTerms)
newAwardSponsorTerms - The newAwardSponsorTerms to set.public List<org.kuali.rice.core.api.util.KeyValue> getSponsorTermTypes()
public void setSponsorTermTypes(List<org.kuali.rice.core.api.util.KeyValue> sponsorTermTypes)
awardSponsorTermsTypes - The awardSponsorTermsTypes to set.public AwardDocument getAwardDocument()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.