org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionIntendedIncumbent

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.bc.businessobject.BudgetConstructionIntendedIncumbent
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Incumbent, PendingBudgetConstructionAppointmentFundingAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class BudgetConstructionIntendedIncumbent
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements PendingBudgetConstructionAppointmentFundingAware, Incumbent, org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

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

BudgetConstructionIntendedIncumbent

public BudgetConstructionIntendedIncumbent()
Default constructor.

Method Detail

getEmplid

public String getEmplid()
Gets the emplid attribute.

Specified by:
getEmplid in interface Incumbent
Returns:
Returns the emplid

setEmplid

public void setEmplid(String emplid)
Sets the emplid attribute.

Specified by:
setEmplid in interface Incumbent
Parameters:
emplid - The emplid to set.

getName

public String getName()
Gets the name attribute.

Specified by:
getName in interface Incumbent
Returns:
Returns the name

setName

public void setName(String name)
Sets the name attribute.

Specified by:
setName in interface Incumbent
Parameters:
name - The name to set.

getSetidSalary

public String getSetidSalary()
Gets the setidSalary attribute.

Specified by:
getSetidSalary in interface Incumbent
Returns:
Returns the setidSalary

setSetidSalary

public void setSetidSalary(String setidSalary)
Sets the setidSalary attribute.

Specified by:
setSetidSalary in interface Incumbent
Parameters:
setidSalary - The setidSalary to set.

getSalaryAdministrationPlan

public String getSalaryAdministrationPlan()
Gets the salaryAdministrationPlan attribute.

Specified by:
getSalaryAdministrationPlan in interface Incumbent
Returns:
Returns the salaryAdministrationPlan

setSalaryAdministrationPlan

public void setSalaryAdministrationPlan(String salaryAdministrationPlan)
Sets the salaryAdministrationPlan attribute.

Specified by:
setSalaryAdministrationPlan in interface Incumbent
Parameters:
salaryAdministrationPlan - The salaryAdministrationPlan to set.

getGrade

public String getGrade()
Gets the grade attribute.

Specified by:
getGrade in interface Incumbent
Returns:
Returns the grade

setGrade

public void setGrade(String grade)
Sets the grade attribute.

Specified by:
setGrade in interface Incumbent
Parameters:
grade - The grade to set.

getIuClassificationLevel

public String getIuClassificationLevel()
Gets the iuClassificationLevel attribute.

Specified by:
getIuClassificationLevel in interface Incumbent
Returns:
Returns the iuClassificationLevel

setIuClassificationLevel

public void setIuClassificationLevel(String iuClassificationLevel)
Sets the iuClassificationLevel attribute.

Specified by:
setIuClassificationLevel in interface Incumbent
Parameters:
iuClassificationLevel - The iuClassificationLevel to set.

getBudgetConstructionSalarySocialSecurity

public List<BudgetConstructionSalarySocialSecurityNumber> getBudgetConstructionSalarySocialSecurity()
Gets the budgetConstructionSalarySocialSecurity attribute.

Returns:
Returns the budgetConstructionSalarySocialSecurity.

setBudgetConstructionSalarySocialSecurity

@Deprecated
public void setBudgetConstructionSalarySocialSecurity(List<BudgetConstructionSalarySocialSecurityNumber> budgetConstructionSalarySocialSecurity)
Deprecated. 

Sets the budgetConstructionSalarySocialSecurity attribute value.

Parameters:
budgetConstructionSalarySocialSecurity - The budgetConstructionSalarySocialSecurity to set.

getPendingBudgetConstructionAppointmentFunding

public List<PendingBudgetConstructionAppointmentFunding> getPendingBudgetConstructionAppointmentFunding()
Gets the pendingBudgetConstructionAppointmentFunding attribute.

Specified by:
getPendingBudgetConstructionAppointmentFunding in interface PendingBudgetConstructionAppointmentFundingAware
Returns:
Returns the pendingBudgetConstructionAppointmentFunding.

setPendingBudgetConstructionAppointmentFunding

@Deprecated
public void setPendingBudgetConstructionAppointmentFunding(List<PendingBudgetConstructionAppointmentFunding> pendingBudgetConstructionAppointmentFunding)
Deprecated. 

Sets the pendingBudgetConstructionAppointmentFunding attribute value.

Parameters:
pendingBudgetConstructionAppointmentFunding - The pendingBudgetConstructionAppointmentFunding to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

buildListOfDeletionAwareLists

public List buildListOfDeletionAwareLists()
Specified by:
buildListOfDeletionAwareLists in interface org.kuali.rice.kns.bo.PersistableBusinessObject
Overrides:
buildListOfDeletionAwareLists in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
See Also:
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()

getValuesMap

public Map<String,Object> getValuesMap()
Returns a map with the primitive field names as the key and the primitive values as the map value.

Returns:
Map

toStringMapper

public LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.