public class InstitutionalProposalPersonCreditSplit extends KraPersistableBusinessObjectBase implements CreditSplit, SequenceAssociate<InstitutionalProposal>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
InstitutionalProposalPersonCreditSplit()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getCredit()
Gets the value of credit
|
Long |
getInstitutionalProposalContactId()
Gets the institutionalProposalContactId attribute.
|
InstitutionalProposalPerson |
getInstitutionalProposalPerson()
Gets the institutionalProposalPerson attribute.
|
Long |
getInstitutionalProposalPersonCreditSplitId()
Gets the institutionalProposalPersonCreditSplitId attribute.
|
String |
getInvCreditTypeCode()
Gets the value of invCreditTypeCode
|
InvestigatorCreditType |
getInvestigatorCreditType()
Gets the investigatorCreditType attribute.
|
Integer |
getSequenceNumber()
This gets the current version number.
|
InstitutionalProposal |
getSequenceOwner()
The SequenceOwner is returned; "this" should be returned if this associate is the sequence owner.
|
void |
resetPersistenceState()
This method resets the persistence state used to establish
whether this is a new entity or an already-persisted entity.
|
void |
setCredit(org.kuali.rice.core.api.util.type.KualiDecimal argCredit)
Sets the value of credit
|
void |
setInstitutionalProposalContactId(Long institutionalProposalContactId)
Sets the institutionalProposalContactId attribute value.
|
void |
setInstitutionalProposalPerson(InstitutionalProposalPerson institutionalProposalPerson)
Sets the institutionalProposalPerson attribute value.
|
void |
setInstitutionalProposalPersonCreditSplitId(Long institutionalProposalPersonCreditSplitId)
Sets the institutionalProposalPersonCreditSplitId attribute value.
|
void |
setInvCreditTypeCode(String argInvCreditTypeCode)
Sets the value of invCreditTypeCode
|
void |
setInvestigatorCreditType(InvestigatorCreditType investigatorCreditType)
Sets the investigatorCreditType attribute value.
|
void |
setSequenceOwner(InstitutionalProposal newlyVersionedOwner)
This sets the sequence owner on the associate.
|
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 InstitutionalProposalPersonCreditSplit()
public Long getInstitutionalProposalContactId()
public InstitutionalProposalPerson getInstitutionalProposalPerson()
public Long getInstitutionalProposalPersonCreditSplitId()
public org.kuali.rice.core.api.util.type.KualiDecimal getCredit()
getCredit in interface CreditSplitpublic String getInvCreditTypeCode()
getInvCreditTypeCode in interface CreditSplitpublic InvestigatorCreditType getInvestigatorCreditType()
public void setInstitutionalProposalContactId(Long institutionalProposalContactId)
institutionalProposalContactId - The institutionalProposalContactId to set.public void setInstitutionalProposalPerson(InstitutionalProposalPerson institutionalProposalPerson)
institutionalProposalPerson - The institutionalProposalPerson to set.public void setInstitutionalProposalPersonCreditSplitId(Long institutionalProposalPersonCreditSplitId)
institutionalProposalPersonCreditSplitId - The institutionalProposalPersonCreditSplitId to set.public void setCredit(org.kuali.rice.core.api.util.type.KualiDecimal argCredit)
argCredit - Value to assign to this.creditpublic void setInvCreditTypeCode(String argInvCreditTypeCode)
setInvCreditTypeCode in interface CreditSplitargInvCreditTypeCode - Value to assign to this.invCreditTypeCodepublic void setInvestigatorCreditType(InvestigatorCreditType investigatorCreditType)
investigatorCreditType - The investigatorCreditType to set.protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public InstitutionalProposal getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<InstitutionalProposal>public void setSequenceOwner(InstitutionalProposal newlyVersionedOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<InstitutionalProposal>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableCopyright © 2013 The Kuali Foundation. All Rights Reserved.