public class OrganizationIndirectcost extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
OrganizationIndirectcost() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getApplicableIndirectcostRate() |
Date |
getEndDate() |
String |
getIdcComment() |
Integer |
getIdcNumber() |
Integer |
getIdcRateTypeCode() |
Organization |
getOrganization() |
String |
getOrganizationId() |
Date |
getRequestedDate() |
Date |
getStartDate() |
void |
setApplicableIndirectcostRate(org.kuali.rice.core.api.util.type.KualiDecimal applicableIndirectcostRate) |
void |
setEndDate(Date endDate) |
void |
setIdcComment(String idcComment) |
void |
setIdcNumber(Integer idcNumber) |
void |
setIdcRateTypeCode(Integer idcRateTypeCode) |
void |
setOrganization(Organization organization) |
void |
setOrganizationId(String organizationId) |
void |
setRequestedDate(Date requestedDate) |
void |
setStartDate(Date startDate) |
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 Integer getIdcNumber()
public void setIdcNumber(Integer idcNumber)
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public org.kuali.rice.core.api.util.type.KualiDecimal getApplicableIndirectcostRate()
public void setApplicableIndirectcostRate(org.kuali.rice.core.api.util.type.KualiDecimal applicableIndirectcostRate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getIdcComment()
public void setIdcComment(String idcComment)
public Integer getIdcRateTypeCode()
public void setIdcRateTypeCode(Integer idcRateTypeCode)
public Date getRequestedDate()
public void setRequestedDate(Date requestedDate)
public Date getStartDate()
public void setStartDate(Date startDate)
public Organization getOrganization()
public void setOrganization(Organization organization)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.