public class AwardTemplate extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardTemplate() |
| Modifier and Type | Method and Description |
|---|---|
List |
buildListOfDeletionAwareLists() |
AwardBasisOfPayment |
getAwardBasisOfPayment()
Gets the awardBasisOfPayment attribute.
|
List<AwardTemplateComment> |
getAwardComments() |
AwardMethodOfPayment |
getAwardMethodOfPayment()
Gets the awardMethodOfPayment attribute.
|
List<AwardTemplateReportTerm> |
getAwardReportTermItems() |
List<AwardTemplateTerm> |
getAwardSponsorTerms() |
AwardStatus |
getAwardTemplateStatus() |
String |
getBasisOfPaymentCode()
Gets the basisOfPaymentCode attribute.
|
String |
getCompetingRenewalPrpslDueCode()
Gets the competingRenewalPrpslDueCode attribute.
|
String |
getDescription()
Gets the description attribute.
|
String |
getMethodOfPaymentCode()
Gets the methodOfPaymentCode attribute.
|
String |
getNonCompetingContPrpslDueCode()
Gets the nonCompetingContPrpslDueCode attribute.
|
Sponsor |
getPrimeSponsor()
Gets the primeSponsor attribute.
|
String |
getPrimeSponsorCode()
Gets the primeSponsorCode attribute.
|
List<AwardTemplateContact> |
getSponsorContacts() |
String |
getStatusCode() |
Integer |
getTemplateCode()
Gets the templateCode attribute.
|
List<AwardTemplateComment> |
getTemplateComments()
Gets the templateComments attribute.
|
List<AwardTemplateContact> |
getTemplateContacts() |
List<AwardTemplateReportTerm> |
getTemplateReportTerms() |
List<AwardTemplateTerm> |
getTemplateTerms()
Gets the templateTerms attribute.
|
void |
processAfterCopy() |
void |
setAwardBasisOfPayment(AwardBasisOfPayment awardBasisOfPayment)
Sets the awardBasisOfPayment attribute value.
|
void |
setAwardMethodOfPayment(AwardMethodOfPayment awardMethodOfPayment)
Sets the awardMethodOfPayment attribute value.
|
void |
setAwardTemplateStatus(AwardStatus awardTemplateStatus) |
void |
setBasisOfPaymentCode(String basisOfPaymentCode)
Sets the basisOfPaymentCode attribute value.
|
void |
setCompetingRenewalPrpslDueCode(String competingRenewalPrpslDueCode)
Sets the competingRenewalPrpslDueCode attribute value.
|
void |
setDescription(String description)
Sets the description attribute value.
|
void |
setMethodOfPaymentCode(String methodOfPaymentCode)
Sets the methodOfPaymentCode attribute value.
|
void |
setNonCompetingContPrpslDueCode(String nonCompetingContPrpslDueCode)
Sets the nonCompetingContPrpslDueCode attribute value.
|
void |
setPrimeSponsor(Sponsor primeSponsor)
Sets the primeSponsor attribute value.
|
void |
setPrimeSponsorCode(String primeSponsorCode)
Sets the primeSponsorCode attribute value.
|
void |
setStatusCode(String statusCode) |
void |
setTemplateCode(Integer templateCode)
Sets the templateCode attribute value.
|
void |
setTemplateComments(List<AwardTemplateComment> templateComments)
Sets the templateComments attribute value.
|
void |
setTemplateContacts(List<AwardTemplateContact> templateContacts) |
void |
setTemplateReportTerms(List<AwardTemplateReportTerm> templateReportTerms) |
void |
setTemplateTerms(List<AwardTemplateTerm> templateTerms)
Sets the templateTerms attribute value.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic String getStatusCode()
public void setStatusCode(String statusCode)
public AwardStatus getAwardTemplateStatus()
public void setAwardTemplateStatus(AwardStatus awardTemplateStatus)
public List<AwardTemplateReportTerm> getTemplateReportTerms()
public void setTemplateReportTerms(List<AwardTemplateReportTerm> templateReportTerms)
public List<AwardTemplateContact> getTemplateContacts()
public void setTemplateContacts(List<AwardTemplateContact> templateContacts)
public List<AwardTemplateComment> getTemplateComments()
public void setTemplateComments(List<AwardTemplateComment> templateComments)
templateComments - The templateComments to set.public List<AwardTemplateTerm> getTemplateTerms()
public void setTemplateTerms(List<AwardTemplateTerm> templateTerms)
templateTerms - The templateTerms to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public List<AwardTemplateComment> getAwardComments()
public List<AwardTemplateReportTerm> getAwardReportTermItems()
public List<AwardTemplateTerm> getAwardSponsorTerms()
public List<AwardTemplateContact> getSponsorContacts()
public Integer getTemplateCode()
public void setTemplateCode(Integer templateCode)
templateCode - The templateCode to set.public String getPrimeSponsorCode()
public void setPrimeSponsorCode(String primeSponsorCode)
primeSponsorCode - The primeSponsorCode to set.public String getNonCompetingContPrpslDueCode()
public void setNonCompetingContPrpslDueCode(String nonCompetingContPrpslDueCode)
nonCompetingContPrpslDueCode - The nonCompetingContPrpslDueCode to set.public String getCompetingRenewalPrpslDueCode()
public void setCompetingRenewalPrpslDueCode(String competingRenewalPrpslDueCode)
competingRenewalPrpslDueCode - The competingRenewalPrpslDueCode to set.public String getBasisOfPaymentCode()
public void setBasisOfPaymentCode(String basisOfPaymentCode)
basisOfPaymentCode - The basisOfPaymentCode to set.public String getMethodOfPaymentCode()
public void setMethodOfPaymentCode(String methodOfPaymentCode)
methodOfPaymentCode - The methodOfPaymentCode to set.public AwardBasisOfPayment getAwardBasisOfPayment()
public void setAwardBasisOfPayment(AwardBasisOfPayment awardBasisOfPayment)
awardBasisOfPayment - The awardBasisOfPayment to set.public AwardMethodOfPayment getAwardMethodOfPayment()
public void setAwardMethodOfPayment(AwardMethodOfPayment awardMethodOfPayment)
awardMethodOfPayment - The awardMethodOfPayment to set.public Sponsor getPrimeSponsor()
public void setPrimeSponsor(Sponsor primeSponsor)
primeSponsor - The primeSponsor to set.public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists in interface org.kuali.rice.krad.bo.PersistableBusinessObjectbuildListOfDeletionAwareLists in class org.kuali.rice.krad.bo.PersistableBusinessObjectBasepublic void processAfterCopy()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.