|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.cg.businessobject.ProposalResearchRisk
public class ProposalResearchRisk
Represents a relationship between a Proposal and a ResearchRisk.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
ProposalResearchRisk()
Default constructor. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow |
| Constructor Detail |
|---|
public ProposalResearchRisk()
| Method Detail |
|---|
protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBasepublic 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.kns.bo.Inactivateablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.Inactivateableactive - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||