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

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.BudgetConstructionPositionInitializationMove
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class BudgetConstructionPositionInitializationMove
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetConstructionPositionInitializationMove()
          Default constructor.
 
Method Summary
 String getBudgetedPosition()
          Gets the budgetedPosition attribute.
 String getConfidentialPosition()
          Gets the confidentialPosition attribute.
 String getIuDefaultObjectCode()
          Gets the iuDefaultObjectCode attribute.
 Integer getIuNormalWorkMonths()
          Gets the iuNormalWorkMonths attribute.
 Integer getIuPayMonths()
          Gets the iuPayMonths attribute.
 String getIuPositionType()
          Gets the iuPositionType attribute.
 String getJobCode()
          Gets the jobCode attribute.
 String getJobCodeDescription()
          Gets the jobCodeDescription attribute.
 String getPositionDepartmentIdentifier()
          Gets the positionDepartmentIdentifier attribute.
 String getPositionDescription()
          Gets the positionDescription attribute.
 Date getPositionEffectiveDate()
          Gets the positionEffectiveDate attribute.
 String getPositionEffectiveStatus()
          Gets the positionEffectiveStatus attribute.
 BigDecimal getPositionFullTimeEquivalency()
          Gets the positionFullTimeEquivalency attribute.
 String getPositionGradeDefault()
          Gets the positionGradeDefault attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 String getPositionRegularTemporary()
          Gets the positionRegularTemporary attribute.
 String getPositionSalaryPlanDefault()
          Gets the positionSalaryPlanDefault attribute.
 BigDecimal getPositionStandardHoursDefault()
          Gets the positionStandardHoursDefault attribute.
 String getPositionStatus()
          Gets the positionStatus attribute.
 String getPositionUnionCode()
          Gets the positionUnionCode attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 ResponsibilityCenter getResponsibilityCenter()
          Gets the responsibilityCenter attribute.
 String getResponsibilityCenterCode()
          Gets the responsibilityCenterCode attribute.
 String getSetidDepartment()
          Gets the setidDepartment attribute.
 String getSetidJobCode()
          Gets the setidJobCode attribute.
 String getSetidSalary()
          Gets the setidSalary attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setBudgetedPosition(String budgetedPosition)
          Sets the budgetedPosition attribute.
 void setConfidentialPosition(String confidentialPosition)
          Sets the confidentialPosition attribute.
 void setIuDefaultObjectCode(String iuDefaultObjectCode)
          Sets the iuDefaultObjectCode attribute.
 void setIuNormalWorkMonths(Integer iuNormalWorkMonths)
          Sets the iuNormalWorkMonths attribute.
 void setIuPayMonths(Integer iuPayMonths)
          Sets the iuPayMonths attribute.
 void setIuPositionType(String iuPositionType)
          Sets the iuPositionType attribute.
 void setJobCode(String jobCode)
          Sets the jobCode attribute.
 void setJobCodeDescription(String jobCodeDescription)
          Sets the jobCodeDescription attribute.
 void setPositionDepartmentIdentifier(String positionDepartmentIdentifier)
          Sets the positionDepartmentIdentifier attribute.
 void setPositionDescription(String positionDescription)
          Sets the positionDescription attribute.
 void setPositionEffectiveDate(Date positionEffectiveDate)
          Sets the positionEffectiveDate attribute.
 void setPositionEffectiveStatus(String positionEffectiveStatus)
          Sets the positionEffectiveStatus attribute.
 void setPositionFullTimeEquivalency(BigDecimal positionFullTimeEquivalency)
          Sets the positionFullTimeEquivalency attribute.
 void setPositionGradeDefault(String positionGradeDefault)
          Sets the positionGradeDefault attribute.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute.
 void setPositionRegularTemporary(String positionRegularTemporary)
          Sets the positionRegularTemporary attribute.
 void setPositionSalaryPlanDefault(String positionSalaryPlanDefault)
          Sets the positionSalaryPlanDefault attribute.
 void setPositionStandardHoursDefault(BigDecimal positionStandardHoursDefault)
          Sets the positionStandardHoursDefault attribute.
 void setPositionStatus(String positionStatus)
          Sets the positionStatus attribute.
 void setPositionUnionCode(String positionUnionCode)
          Sets the positionUnionCode attribute.
 void setPrincipalId(String principalId)
          Sets the principalId attribute.
 void setResponsibilityCenter(ResponsibilityCenter responsibilityCenter)
          Deprecated.  
 void setResponsibilityCenterCode(String responsibilityCenterCode)
          Sets the responsibilityCenterCode attribute.
 void setSetidDepartment(String setidDepartment)
          Sets the setidDepartment attribute.
 void setSetidJobCode(String setidJobCode)
          Sets the setidJobCode attribute.
 void setSetidSalary(String setidSalary)
          Sets the setidSalary attribute.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, 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.BusinessObject
prepareForWorkflow
 

Constructor Detail

BudgetConstructionPositionInitializationMove

public BudgetConstructionPositionInitializationMove()
Default constructor.

Method Detail

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId

setPrincipalId

public void setPrincipalId(String principalId)
Sets the principalId attribute.

Parameters:
principalId - The principalId to set.

getPositionNumber

public String getPositionNumber()
Gets the positionNumber attribute.

Returns:
Returns the positionNumber

setPositionNumber

public void setPositionNumber(String positionNumber)
Sets the positionNumber attribute.

Parameters:
positionNumber - The positionNumber to set.

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getPositionEffectiveDate

public Date getPositionEffectiveDate()
Gets the positionEffectiveDate attribute.

Returns:
Returns the positionEffectiveDate

setPositionEffectiveDate

public void setPositionEffectiveDate(Date positionEffectiveDate)
Sets the positionEffectiveDate attribute.

Parameters:
positionEffectiveDate - The positionEffectiveDate to set.

getPositionEffectiveStatus

public String getPositionEffectiveStatus()
Gets the positionEffectiveStatus attribute.

Returns:
Returns the positionEffectiveStatus

setPositionEffectiveStatus

public void setPositionEffectiveStatus(String positionEffectiveStatus)
Sets the positionEffectiveStatus attribute.

Parameters:
positionEffectiveStatus - The positionEffectiveStatus to set.

getPositionStatus

public String getPositionStatus()
Gets the positionStatus attribute.

Returns:
Returns the positionStatus

setPositionStatus

public void setPositionStatus(String positionStatus)
Sets the positionStatus attribute.

Parameters:
positionStatus - The positionStatus to set.

getBudgetedPosition

public String getBudgetedPosition()
Gets the budgetedPosition attribute.

Returns:
Returns the budgetedPosition

setBudgetedPosition

public void setBudgetedPosition(String budgetedPosition)
Sets the budgetedPosition attribute.

Parameters:
budgetedPosition - The budgetedPosition to set.

getConfidentialPosition

public String getConfidentialPosition()
Gets the confidentialPosition attribute.

Returns:
Returns the confidentialPosition

setConfidentialPosition

public void setConfidentialPosition(String confidentialPosition)
Sets the confidentialPosition attribute.

Parameters:
confidentialPosition - The confidentialPosition to set.

getPositionStandardHoursDefault

public BigDecimal getPositionStandardHoursDefault()
Gets the positionStandardHoursDefault attribute.

Returns:
Returns the positionStandardHoursDefault

setPositionStandardHoursDefault

public void setPositionStandardHoursDefault(BigDecimal positionStandardHoursDefault)
Sets the positionStandardHoursDefault attribute.

Parameters:
positionStandardHoursDefault - The positionStandardHoursDefault to set.

getPositionRegularTemporary

public String getPositionRegularTemporary()
Gets the positionRegularTemporary attribute.

Returns:
Returns the positionRegularTemporary

setPositionRegularTemporary

public void setPositionRegularTemporary(String positionRegularTemporary)
Sets the positionRegularTemporary attribute.

Parameters:
positionRegularTemporary - The positionRegularTemporary to set.

getPositionFullTimeEquivalency

public BigDecimal getPositionFullTimeEquivalency()
Gets the positionFullTimeEquivalency attribute.

Returns:
Returns the positionFullTimeEquivalency

setPositionFullTimeEquivalency

public void setPositionFullTimeEquivalency(BigDecimal positionFullTimeEquivalency)
Sets the positionFullTimeEquivalency attribute.

Parameters:
positionFullTimeEquivalency - The positionFullTimeEquivalency to set.

getIuNormalWorkMonths

public Integer getIuNormalWorkMonths()
Gets the iuNormalWorkMonths attribute.

Returns:
Returns the iuNormalWorkMonths

setIuNormalWorkMonths

public void setIuNormalWorkMonths(Integer iuNormalWorkMonths)
Sets the iuNormalWorkMonths attribute.

Parameters:
iuNormalWorkMonths - The iuNormalWorkMonths to set.

getIuPayMonths

public Integer getIuPayMonths()
Gets the iuPayMonths attribute.

Returns:
Returns the iuPayMonths

setIuPayMonths

public void setIuPayMonths(Integer iuPayMonths)
Sets the iuPayMonths attribute.

Parameters:
iuPayMonths - The iuPayMonths to set.

getPositionDescription

public String getPositionDescription()
Gets the positionDescription attribute.

Returns:
Returns the positionDescription

setPositionDescription

public void setPositionDescription(String positionDescription)
Sets the positionDescription attribute.

Parameters:
positionDescription - The positionDescription to set.

getSetidDepartment

public String getSetidDepartment()
Gets the setidDepartment attribute.

Returns:
Returns the setidDepartment

setSetidDepartment

public void setSetidDepartment(String setidDepartment)
Sets the setidDepartment attribute.

Parameters:
setidDepartment - The setidDepartment to set.

getPositionDepartmentIdentifier

public String getPositionDepartmentIdentifier()
Gets the positionDepartmentIdentifier attribute.

Returns:
Returns the positionDepartmentIdentifier

setPositionDepartmentIdentifier

public void setPositionDepartmentIdentifier(String positionDepartmentIdentifier)
Sets the positionDepartmentIdentifier attribute.

Parameters:
positionDepartmentIdentifier - The positionDepartmentIdentifier to set.

getResponsibilityCenterCode

public String getResponsibilityCenterCode()
Gets the responsibilityCenterCode attribute.

Returns:
Returns the responsibilityCenterCode

setResponsibilityCenterCode

public void setResponsibilityCenterCode(String responsibilityCenterCode)
Sets the responsibilityCenterCode attribute.

Parameters:
responsibilityCenterCode - The responsibilityCenterCode to set.

getPositionUnionCode

public String getPositionUnionCode()
Gets the positionUnionCode attribute.

Returns:
Returns the positionUnionCode

setPositionUnionCode

public void setPositionUnionCode(String positionUnionCode)
Sets the positionUnionCode attribute.

Parameters:
positionUnionCode - The positionUnionCode to set.

getPositionSalaryPlanDefault

public String getPositionSalaryPlanDefault()
Gets the positionSalaryPlanDefault attribute.

Returns:
Returns the positionSalaryPlanDefault

setPositionSalaryPlanDefault

public void setPositionSalaryPlanDefault(String positionSalaryPlanDefault)
Sets the positionSalaryPlanDefault attribute.

Parameters:
positionSalaryPlanDefault - The positionSalaryPlanDefault to set.

getPositionGradeDefault

public String getPositionGradeDefault()
Gets the positionGradeDefault attribute.

Returns:
Returns the positionGradeDefault

setPositionGradeDefault

public void setPositionGradeDefault(String positionGradeDefault)
Sets the positionGradeDefault attribute.

Parameters:
positionGradeDefault - The positionGradeDefault to set.

getSetidJobCode

public String getSetidJobCode()
Gets the setidJobCode attribute.

Returns:
Returns the setidJobCode

setSetidJobCode

public void setSetidJobCode(String setidJobCode)
Sets the setidJobCode attribute.

Parameters:
setidJobCode - The setidJobCode to set.

getJobCode

public String getJobCode()
Gets the jobCode attribute.

Returns:
Returns the jobCode

setJobCode

public void setJobCode(String jobCode)
Sets the jobCode attribute.

Parameters:
jobCode - The jobCode to set.

getJobCodeDescription

public String getJobCodeDescription()
Gets the jobCodeDescription attribute.

Returns:
Returns the jobCodeDescription

setJobCodeDescription

public void setJobCodeDescription(String jobCodeDescription)
Sets the jobCodeDescription attribute.

Parameters:
jobCodeDescription - The jobCodeDescription to set.

getSetidSalary

public String getSetidSalary()
Gets the setidSalary attribute.

Returns:
Returns the setidSalary

setSetidSalary

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

Parameters:
setidSalary - The setidSalary to set.

getIuDefaultObjectCode

public String getIuDefaultObjectCode()
Gets the iuDefaultObjectCode attribute.

Returns:
Returns the iuDefaultObjectCode

setIuDefaultObjectCode

public void setIuDefaultObjectCode(String iuDefaultObjectCode)
Sets the iuDefaultObjectCode attribute.

Parameters:
iuDefaultObjectCode - The iuDefaultObjectCode to set.

getIuPositionType

public String getIuPositionType()
Gets the iuPositionType attribute.

Returns:
Returns the iuPositionType

setIuPositionType

public void setIuPositionType(String iuPositionType)
Sets the iuPositionType attribute.

Parameters:
iuPositionType - The iuPositionType to set.

getResponsibilityCenter

public ResponsibilityCenter getResponsibilityCenter()
Gets the responsibilityCenter attribute.

Returns:
Returns the responsibilityCenter.

setResponsibilityCenter

public void setResponsibilityCenter(ResponsibilityCenter responsibilityCenter)
Deprecated. 

Sets the responsibilityCenter attribute value.

Parameters:
responsibilityCenter - The responsibilityCenter to set.

toStringMapper

protected 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.