public class ProposalPersonUnit extends KraPersistableBusinessObjectBase implements CreditSplitable
BusinessObjectBusinessObject,
ProposalDevelopmentDocument,
Serialized FormUPDATE_USER_LENGTH| Constructor and Description |
|---|
ProposalPersonUnit()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
ProposalUnitCreditSplit |
getCreditSplit(int index)
Gets index i from the creditSplits list.
|
List<ProposalUnitCreditSplit> |
getCreditSplits()
Gets the value of creditSplits
|
String |
getName() |
String |
getProposalNumber()
Gets the value of proposalNumber
|
Integer |
getProposalPersonNumber()
Gets the value of propPersonNumber
|
Unit |
getUnit()
Gets a unit that this object refers to
|
String |
getUnitNumber()
Gets the value of unitNumber
|
boolean |
isDelete()
Flag to tag for deletion
|
boolean |
isLeadUnit()
Gets the value of leadUnit
|
void |
setCreditSplits(List<ProposalUnitCreditSplit> argCreditSplits)
Sets the value of creditSplits
|
void |
setDelete(boolean delete)
Flag to tag for deletion
|
void |
setLeadUnit(boolean argLeadUnit)
Sets the value of leadUnit
|
void |
setProposalNumber(String argProposalNumber)
Sets the value of proposalNumber
|
void |
setProposalPersonNumber(Integer argPropPersonNumber)
Sets the value of propPersonNumber
|
void |
setUnit(Unit u)
Assigns a reference to a
instance |
void |
setUnitNumber(String argUnitNumber)
Sets the value of unitNumber
|
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 List<ProposalUnitCreditSplit> getCreditSplits()
getCreditSplits in interface CreditSplitablepublic void setCreditSplits(List<ProposalUnitCreditSplit> argCreditSplits)
argCreditSplits - Value to assign to this.creditSplitspublic final String getProposalNumber()
public final void setProposalNumber(String argProposalNumber)
argProposalNumber - Value to assign to this.proposalNumberpublic final Integer getProposalPersonNumber()
public final void setProposalPersonNumber(Integer argPropPersonNumber)
argPropPersonNumber - Value to assign to this.propPersonNumberpublic final String getUnitNumber()
public final void setUnitNumber(String argUnitNumber)
argUnitNumber - Value to assign to this.unitNumberpublic final boolean isLeadUnit()
public final void setLeadUnit(boolean argLeadUnit)
argLeadUnit - Value to assign to this.leadUnitpublic final Unit getUnit()
public final void setUnit(Unit u)
Unit instanceunit - to refer topublic ProposalUnitCreditSplit getCreditSplit(int index)
index - public String getName()
org.kuali.kra.proposaldevelopment.bo.CreditSplitable#getName()public boolean isDelete()
public void setDelete(boolean delete)
delete - Copyright © 2013 The Kuali Foundation. All Rights Reserved.