public class FundingSourceType extends KraPersistableBusinessObjectBase
| Modifier and Type | Field and Description |
|---|---|
static String |
AWARD |
static String |
INSTITUTIONAL_PROPOSAL |
static String |
OTHER |
static String |
PROPOSAL_DEVELOPMENT |
static String |
SPONSOR |
static String |
UNIT |
UPDATE_USER_LENGTH| Constructor and Description |
|---|
FundingSourceType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getFundingSourceTypeCode() |
boolean |
getFundingSourceTypeFlag() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setFundingSourceTypeCode(String fundingSourceTypeCode) |
void |
setFundingSourceTypeFlag(boolean fundingSourceTypeFlag) |
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 static final String SPONSOR
public static final String UNIT
public static final String OTHER
public static final String PROPOSAL_DEVELOPMENT
public static final String INSTITUTIONAL_PROPOSAL
public static final String AWARD
public String getFundingSourceTypeCode()
public void setFundingSourceTypeCode(String fundingSourceTypeCode)
public String getDescription()
public void setDescription(String description)
public boolean getFundingSourceTypeFlag()
public void setFundingSourceTypeFlag(boolean fundingSourceTypeFlag)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.