public class ProposalResearchRisk extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Proposal
and a ResearchRisk
.Constructor and Description |
---|
ProposalResearchRisk()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Proposal |
getProposal()
Gets the
Proposal . |
Long |
getProposalNumber()
Gets the key of the
Proposal related to the ResearchRisk . |
ResearchRiskType |
getResearchRiskType()
Gets the
ResearchRiskType of the risk associated with the Proposal . |
String |
getResearchRiskTypeCode()
Gets the code of the
ResearchRiskType associated to the Proposal . |
boolean |
isActive()
Returns whether or not this object is active.
|
void |
setActive(boolean active)
Sets the active indicator for this object.
|
void |
setProposal(Proposal proposal)
Sets the
Proposal . |
void |
setProposalNumber(Long proposalNumber)
Sets the key of the
Proposal related to the ResearchRisk . |
void |
setResearchRiskType(ResearchRiskType researchRiskType)
Sets the
ResearchRiskType associated with the Proposal . |
void |
setResearchRiskTypeCode(String researchRiskTypeCode)
Gets the code of the
ResearchRiskType associated to the Proposal . |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public ProposalResearchRisk()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
public Proposal getProposal()
Proposal
.public void setProposal(Proposal proposal)
Proposal
.proposal
- public ResearchRiskType getResearchRiskType()
ResearchRiskType
of the risk associated with the Proposal
.ResearchRiskType
.public void setResearchRiskType(ResearchRiskType researchRiskType)
ResearchRiskType
associated with the Proposal
.researchRiskType
- public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- public Long getProposalNumber()
Proposal
related to the ResearchRisk
.Proposal
related to the ResearchRisk
.public void setProposalNumber(Long proposalNumber)
Proposal
related to the ResearchRisk
.the
- id of the Proposal
related to the ResearchRisk
.public String getResearchRiskTypeCode()
ResearchRiskType
associated to the Proposal
.ResearchRiskType
associated to the Proposal
.public void setResearchRiskTypeCode(String researchRiskTypeCode)
ResearchRiskType
associated to the Proposal
.the
- code of the type of the ResearchRiskType
associated to the Proposal
.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.