|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.bc.businessobject.BudgetConstructionIntendedIncumbent
public class BudgetConstructionIntendedIncumbent
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
BudgetConstructionIntendedIncumbent()
Default constructor. |
|
| Method Summary | |
|---|---|
List |
buildListOfDeletionAwareLists()
|
List<BudgetConstructionSalarySocialSecurityNumber> |
getBudgetConstructionSalarySocialSecurity()
Gets the budgetConstructionSalarySocialSecurity attribute. |
String |
getEmplid()
Gets the emplid attribute. |
String |
getGrade()
Gets the grade attribute. |
String |
getIuClassificationLevel()
Gets the iuClassificationLevel attribute. |
String |
getName()
Gets the name attribute. |
List<PendingBudgetConstructionAppointmentFunding> |
getPendingBudgetConstructionAppointmentFunding()
Gets the pendingBudgetConstructionAppointmentFunding attribute. |
String |
getSalaryAdministrationPlan()
Gets the salaryAdministrationPlan attribute. |
String |
getSetidSalary()
Gets the setidSalary attribute. |
Map<String,Object> |
getValuesMap()
Returns a map with the primitive field names as the key and the primitive values as the map value. |
boolean |
isActive()
Gets the active attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setBudgetConstructionSalarySocialSecurity(List<BudgetConstructionSalarySocialSecurityNumber> budgetConstructionSalarySocialSecurity)
Deprecated. |
void |
setEmplid(String emplid)
Sets the emplid attribute. |
void |
setGrade(String grade)
Sets the grade attribute. |
void |
setIuClassificationLevel(String iuClassificationLevel)
Sets the iuClassificationLevel attribute. |
void |
setName(String name)
Sets the name attribute. |
void |
setPendingBudgetConstructionAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> pendingBudgetConstructionAppointmentFunding)
Deprecated. |
void |
setSalaryAdministrationPlan(String salaryAdministrationPlan)
Sets the salaryAdministrationPlan attribute. |
void |
setSetidSalary(String setidSalary)
Sets the setidSalary attribute. |
LinkedHashMap |
toStringMapper()
|
| Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
|---|
addNote, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
| Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
|---|
prepareForWorkflow, refresh |
| Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
|---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
| Constructor Detail |
|---|
public BudgetConstructionIntendedIncumbent()
| Method Detail |
|---|
public String getEmplid()
getEmplid in interface Incumbentpublic void setEmplid(String emplid)
setEmplid in interface Incumbentemplid - The emplid to set.public String getName()
getName in interface Incumbentpublic void setName(String name)
setName in interface Incumbentname - The name to set.public String getSetidSalary()
getSetidSalary in interface Incumbentpublic void setSetidSalary(String setidSalary)
setSetidSalary in interface IncumbentsetidSalary - The setidSalary to set.public String getSalaryAdministrationPlan()
getSalaryAdministrationPlan in interface Incumbentpublic void setSalaryAdministrationPlan(String salaryAdministrationPlan)
setSalaryAdministrationPlan in interface IncumbentsalaryAdministrationPlan - The salaryAdministrationPlan to set.public String getGrade()
getGrade in interface Incumbentpublic void setGrade(String grade)
setGrade in interface Incumbentgrade - The grade to set.public String getIuClassificationLevel()
getIuClassificationLevel in interface Incumbentpublic void setIuClassificationLevel(String iuClassificationLevel)
setIuClassificationLevel in interface IncumbentiuClassificationLevel - The iuClassificationLevel to set.public List<BudgetConstructionSalarySocialSecurityNumber> getBudgetConstructionSalarySocialSecurity()
@Deprecated public void setBudgetConstructionSalarySocialSecurity(List<BudgetConstructionSalarySocialSecurityNumber> budgetConstructionSalarySocialSecurity)
budgetConstructionSalarySocialSecurity - The budgetConstructionSalarySocialSecurity to set.public List<PendingBudgetConstructionAppointmentFunding> getPendingBudgetConstructionAppointmentFunding()
getPendingBudgetConstructionAppointmentFunding in interface PendingBudgetConstructionAppointmentFundingAware@Deprecated public void setPendingBudgetConstructionAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> pendingBudgetConstructionAppointmentFunding)
pendingBudgetConstructionAppointmentFunding - The pendingBudgetConstructionAppointmentFunding to set.public boolean isActive()
isActive in interface org.kuali.rice.kns.bo.Inactivateablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.Inactivateableactive - The active to set.public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists in interface org.kuali.rice.kns.bo.PersistableBusinessObjectbuildListOfDeletionAwareLists in class org.kuali.rice.kns.bo.PersistableBusinessObjectBasePersistableBusinessObjectBase.buildListOfDeletionAwareLists()public Map<String,Object> getValuesMap()
public LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||