public class AwardFundingProposal extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardFundingProposal()
Constructs a AwardFundingProposal.java.
|
AwardFundingProposal(Award award,
InstitutionalProposal proposal) |
AwardFundingProposal(Award award,
InstitutionalProposalBoLite proposal)
Constructs a AwardFundingProposal.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Award |
getAward() |
Long |
getAwardFundingProposalId() |
Long |
getAwardId() |
InstitutionalProposalBoLite |
getProposal() |
Long |
getProposalId() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isPersisted()
True if this entity has ever been persisted (even if there are unpersisted in-memory modifications).
|
protected InstitutionalProposalBoLite |
liteVersion(InstitutionalProposal ip) |
void |
setActive(boolean active) |
void |
setAward(Award award) |
void |
setAwardFundingProposalId(Long awardFundingProposalId) |
void |
setAwardId(Long awardId) |
void |
setProposal(InstitutionalProposalBoLite proposal) |
void |
setProposalId(Long proposalId) |
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 AwardFundingProposal()
public AwardFundingProposal(Award award, InstitutionalProposalBoLite proposal)
award - institutionalProposal - public AwardFundingProposal(Award award, InstitutionalProposal proposal)
public Award getAward()
public Long getAwardFundingProposalId()
public Long getAwardId()
public InstitutionalProposalBoLite getProposal()
public Long getProposalId()
public void setAward(Award award)
award - The award to set.public void setAwardFundingProposalId(Long awardFundingProposalId)
awardFundingProposalId - The awardFundingProposalId to set.public void setAwardId(Long awardId)
awardId - The awardId to set.public void setProposal(InstitutionalProposalBoLite proposal)
proposal - The proposal to set.public void setProposalId(Long proposalId)
proposalId - The proposalId to set.public boolean isActive()
public void setActive(boolean active)
public boolean isPersisted()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()protected InstitutionalProposalBoLite liteVersion(InstitutionalProposal ip)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.