|
||||||||||
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 Incumbent
public void setEmplid(String emplid)
setEmplid
in interface Incumbent
emplid
- The emplid to set.public String getName()
getName
in interface Incumbent
public void setName(String name)
setName
in interface Incumbent
name
- The name to set.public String getSetidSalary()
getSetidSalary
in interface Incumbent
public void setSetidSalary(String setidSalary)
setSetidSalary
in interface Incumbent
setidSalary
- The setidSalary to set.public String getSalaryAdministrationPlan()
getSalaryAdministrationPlan
in interface Incumbent
public void setSalaryAdministrationPlan(String salaryAdministrationPlan)
setSalaryAdministrationPlan
in interface Incumbent
salaryAdministrationPlan
- The salaryAdministrationPlan to set.public String getGrade()
getGrade
in interface Incumbent
public void setGrade(String grade)
setGrade
in interface Incumbent
grade
- The grade to set.public String getIuClassificationLevel()
getIuClassificationLevel
in interface Incumbent
public void setIuClassificationLevel(String iuClassificationLevel)
setIuClassificationLevel
in interface Incumbent
iuClassificationLevel
- 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.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
public Map<String,Object> getValuesMap()
public LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |