public final class AwardPersonCreditSplit extends KraPersistableBusinessObjectBase implements CreditSplit, SequenceAssociate<Award>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardPersonCreditSplit()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getAwardContactId()
Gets the awardContactId attribute.
|
AwardPerson |
getAwardPerson()
Gets the awardPerson attribute.
|
Long |
getAwardPersonCreditSplitId()
Gets the awardPersonCreditSplitId attribute.
|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getCredit()
Gets the value of credit
|
String |
getInvCreditTypeCode()
Gets the value of invCreditTypeCode
|
InvestigatorCreditType |
getInvestigatorCreditType()
Gets the investigatorCreditType attribute.
|
Integer |
getSequenceNumber()
This gets the current version number.
|
Award |
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 |
setAwardContactId(Long awardContactId)
Sets the awardContactId attribute value.
|
void |
setAwardPerson(AwardPerson awardPerson)
Sets the awardPerson attribute value.
|
void |
setAwardPersonCreditSplitId(Long awardPersonCreditSplitId)
Sets the awardPersonCreditSplitId attribute value.
|
void |
setCredit(org.kuali.rice.core.api.util.type.KualiDecimal argCredit)
Sets the value of credit
|
void |
setInvCreditTypeCode(String argInvCreditTypeCode)
Sets the value of invCreditTypeCode
|
void |
setInvestigatorCreditType(InvestigatorCreditType investigatorCreditType)
Sets the investigatorCreditType attribute value.
|
void |
setSequenceOwner(Award 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 Long getAwardContactId()
public AwardPerson getAwardPerson()
public Long getAwardPersonCreditSplitId()
public org.kuali.rice.core.api.util.type.KualiDecimal getCredit()
getCredit in interface CreditSplitpublic String getInvCreditTypeCode()
getInvCreditTypeCode in interface CreditSplitpublic InvestigatorCreditType getInvestigatorCreditType()
public void setAwardContactId(Long awardContactId)
awardContactId - The awardContactId to set.public void setAwardPerson(AwardPerson awardPerson)
awardPerson - The awardPerson to set.public void setAwardPersonCreditSplitId(Long awardPersonCreditSplitId)
awardPersonCreditSplitId - The awardPersonCreditSplitId 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 Award getSequenceOwner()
SequenceAssociategetSequenceOwner in interface SequenceAssociate<Award>public void setSequenceOwner(Award newlyVersionedOwner)
SequenceAssociatesetSequenceOwner in interface SequenceAssociate<Award>public Integer getSequenceNumber()
SequenceablegetSequenceNumber in interface Sequenceablepublic void resetPersistenceState()
SequenceableresetPersistenceState in interface SequenceableCopyright © 2013 The Kuali Foundation. All Rights Reserved.