/* * The Kuali Financial System, a comprehensive financial management system for higher education. * * Copyright 2005-2014 The Kuali Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package org.kuali.kfs.module.bc.businessobject; import java.math.BigDecimal; import java.sql.Date; import java.util.LinkedHashMap; import org.kuali.kfs.coa.businessobject.ResponsibilityCenter; import org.kuali.rice.krad.bo.PersistableBusinessObjectBase; /** * */ public class BudgetConstructionPositionInitializationMove extends PersistableBusinessObjectBase { private String principalId; private String positionNumber; private Integer universityFiscalYear; private Date positionEffectiveDate; private String positionEffectiveStatus; private String positionStatus; private String budgetedPosition; private String confidentialPosition; private BigDecimal positionStandardHoursDefault; private String positionRegularTemporary; private BigDecimal positionFullTimeEquivalency; private Integer iuNormalWorkMonths; private Integer iuPayMonths; private String positionDescription; private String setidDepartment; private String positionDepartmentIdentifier; private String responsibilityCenterCode; private String positionUnionCode; private String positionSalaryPlanDefault; private String positionGradeDefault; private String setidJobCode; private String jobCode; private String jobCodeDescription; private String setidSalary; private String iuDefaultObjectCode; private String iuPositionType; private ResponsibilityCenter responsibilityCenter; /** * Default constructor. */ public BudgetConstructionPositionInitializationMove() { } /** * Gets the principalId attribute. * * @return Returns the principalId */ public String getPrincipalId() { return principalId; } /** * Sets the principalId attribute. * * @param principalId The principalId to set. */ public void setPrincipalId(String principalId) { this.principalId = principalId; } /** * Gets the positionNumber attribute. * * @return Returns the positionNumber */ public String getPositionNumber() { return positionNumber; } /** * Sets the positionNumber attribute. * * @param positionNumber The positionNumber to set. */ public void setPositionNumber(String positionNumber) { this.positionNumber = positionNumber; } /** * Gets the universityFiscalYear attribute. * * @return Returns the universityFiscalYear */ public Integer getUniversityFiscalYear() { return universityFiscalYear; } /** * Sets the universityFiscalYear attribute. * * @param universityFiscalYear The universityFiscalYear to set. */ public void setUniversityFiscalYear(Integer universityFiscalYear) { this.universityFiscalYear = universityFiscalYear; } /** * Gets the positionEffectiveDate attribute. * * @return Returns the positionEffectiveDate */ public Date getPositionEffectiveDate() { return positionEffectiveDate; } /** * Sets the positionEffectiveDate attribute. * * @param positionEffectiveDate The positionEffectiveDate to set. */ public void setPositionEffectiveDate(Date positionEffectiveDate) { this.positionEffectiveDate = positionEffectiveDate; } /** * Gets the positionEffectiveStatus attribute. * * @return Returns the positionEffectiveStatus */ public String getPositionEffectiveStatus() { return positionEffectiveStatus; } /** * Sets the positionEffectiveStatus attribute. * * @param positionEffectiveStatus The positionEffectiveStatus to set. */ public void setPositionEffectiveStatus(String positionEffectiveStatus) { this.positionEffectiveStatus = positionEffectiveStatus; } /** * Gets the positionStatus attribute. * * @return Returns the positionStatus */ public String getPositionStatus() { return positionStatus; } /** * Sets the positionStatus attribute. * * @param positionStatus The positionStatus to set. */ public void setPositionStatus(String positionStatus) { this.positionStatus = positionStatus; } /** * Gets the budgetedPosition attribute. * * @return Returns the budgetedPosition */ public String getBudgetedPosition() { return budgetedPosition; } /** * Sets the budgetedPosition attribute. * * @param budgetedPosition The budgetedPosition to set. */ public void setBudgetedPosition(String budgetedPosition) { this.budgetedPosition = budgetedPosition; } /** * Gets the confidentialPosition attribute. * * @return Returns the confidentialPosition */ public String getConfidentialPosition() { return confidentialPosition; } /** * Sets the confidentialPosition attribute. * * @param confidentialPosition The confidentialPosition to set. */ public void setConfidentialPosition(String confidentialPosition) { this.confidentialPosition = confidentialPosition; } /** * Gets the positionStandardHoursDefault attribute. * * @return Returns the positionStandardHoursDefault */ public BigDecimal getPositionStandardHoursDefault() { return positionStandardHoursDefault; } /** * Sets the positionStandardHoursDefault attribute. * * @param positionStandardHoursDefault The positionStandardHoursDefault to set. */ public void setPositionStandardHoursDefault(BigDecimal positionStandardHoursDefault) { this.positionStandardHoursDefault = positionStandardHoursDefault; } /** * Gets the positionRegularTemporary attribute. * * @return Returns the positionRegularTemporary */ public String getPositionRegularTemporary() { return positionRegularTemporary; } /** * Sets the positionRegularTemporary attribute. * * @param positionRegularTemporary The positionRegularTemporary to set. */ public void setPositionRegularTemporary(String positionRegularTemporary) { this.positionRegularTemporary = positionRegularTemporary; } /** * Gets the positionFullTimeEquivalency attribute. * * @return Returns the positionFullTimeEquivalency */ public BigDecimal getPositionFullTimeEquivalency() { return positionFullTimeEquivalency; } /** * Sets the positionFullTimeEquivalency attribute. * * @param positionFullTimeEquivalency The positionFullTimeEquivalency to set. */ public void setPositionFullTimeEquivalency(BigDecimal positionFullTimeEquivalency) { this.positionFullTimeEquivalency = positionFullTimeEquivalency; } /** * Gets the iuNormalWorkMonths attribute. * * @return Returns the iuNormalWorkMonths */ public Integer getIuNormalWorkMonths() { return iuNormalWorkMonths; } /** * Sets the iuNormalWorkMonths attribute. * * @param iuNormalWorkMonths The iuNormalWorkMonths to set. */ public void setIuNormalWorkMonths(Integer iuNormalWorkMonths) { this.iuNormalWorkMonths = iuNormalWorkMonths; } /** * Gets the iuPayMonths attribute. * * @return Returns the iuPayMonths */ public Integer getIuPayMonths() { return iuPayMonths; } /** * Sets the iuPayMonths attribute. * * @param iuPayMonths The iuPayMonths to set. */ public void setIuPayMonths(Integer iuPayMonths) { this.iuPayMonths = iuPayMonths; } /** * Gets the positionDescription attribute. * * @return Returns the positionDescription */ public String getPositionDescription() { return positionDescription; } /** * Sets the positionDescription attribute. * * @param positionDescription The positionDescription to set. */ public void setPositionDescription(String positionDescription) { this.positionDescription = positionDescription; } /** * Gets the setidDepartment attribute. * * @return Returns the setidDepartment */ public String getSetidDepartment() { return setidDepartment; } /** * Sets the setidDepartment attribute. * * @param setidDepartment The setidDepartment to set. */ public void setSetidDepartment(String setidDepartment) { this.setidDepartment = setidDepartment; } /** * Gets the positionDepartmentIdentifier attribute. * * @return Returns the positionDepartmentIdentifier */ public String getPositionDepartmentIdentifier() { return positionDepartmentIdentifier; } /** * Sets the positionDepartmentIdentifier attribute. * * @param positionDepartmentIdentifier The positionDepartmentIdentifier to set. */ public void setPositionDepartmentIdentifier(String positionDepartmentIdentifier) { this.positionDepartmentIdentifier = positionDepartmentIdentifier; } /** * Gets the responsibilityCenterCode attribute. * * @return Returns the responsibilityCenterCode */ public String getResponsibilityCenterCode() { return responsibilityCenterCode; } /** * Sets the responsibilityCenterCode attribute. * * @param responsibilityCenterCode The responsibilityCenterCode to set. */ public void setResponsibilityCenterCode(String responsibilityCenterCode) { this.responsibilityCenterCode = responsibilityCenterCode; } /** * Gets the positionUnionCode attribute. * * @return Returns the positionUnionCode */ public String getPositionUnionCode() { return positionUnionCode; } /** * Sets the positionUnionCode attribute. * * @param positionUnionCode The positionUnionCode to set. */ public void setPositionUnionCode(String positionUnionCode) { this.positionUnionCode = positionUnionCode; } /** * Gets the positionSalaryPlanDefault attribute. * * @return Returns the positionSalaryPlanDefault */ public String getPositionSalaryPlanDefault() { return positionSalaryPlanDefault; } /** * Sets the positionSalaryPlanDefault attribute. * * @param positionSalaryPlanDefault The positionSalaryPlanDefault to set. */ public void setPositionSalaryPlanDefault(String positionSalaryPlanDefault) { this.positionSalaryPlanDefault = positionSalaryPlanDefault; } /** * Gets the positionGradeDefault attribute. * * @return Returns the positionGradeDefault */ public String getPositionGradeDefault() { return positionGradeDefault; } /** * Sets the positionGradeDefault attribute. * * @param positionGradeDefault The positionGradeDefault to set. */ public void setPositionGradeDefault(String positionGradeDefault) { this.positionGradeDefault = positionGradeDefault; } /** * Gets the setidJobCode attribute. * * @return Returns the setidJobCode */ public String getSetidJobCode() { return setidJobCode; } /** * Sets the setidJobCode attribute. * * @param setidJobCode The setidJobCode to set. */ public void setSetidJobCode(String setidJobCode) { this.setidJobCode = setidJobCode; } /** * Gets the jobCode attribute. * * @return Returns the jobCode */ public String getJobCode() { return jobCode; } /** * Sets the jobCode attribute. * * @param jobCode The jobCode to set. */ public void setJobCode(String jobCode) { this.jobCode = jobCode; } /** * Gets the jobCodeDescription attribute. * * @return Returns the jobCodeDescription */ public String getJobCodeDescription() { return jobCodeDescription; } /** * Sets the jobCodeDescription attribute. * * @param jobCodeDescription The jobCodeDescription to set. */ public void setJobCodeDescription(String jobCodeDescription) { this.jobCodeDescription = jobCodeDescription; } /** * Gets the setidSalary attribute. * * @return Returns the setidSalary */ public String getSetidSalary() { return setidSalary; } /** * Sets the setidSalary attribute. * * @param setidSalary The setidSalary to set. */ public void setSetidSalary(String setidSalary) { this.setidSalary = setidSalary; } /** * Gets the iuDefaultObjectCode attribute. * * @return Returns the iuDefaultObjectCode */ public String getIuDefaultObjectCode() { return iuDefaultObjectCode; } /** * Sets the iuDefaultObjectCode attribute. * * @param iuDefaultObjectCode The iuDefaultObjectCode to set. */ public void setIuDefaultObjectCode(String iuDefaultObjectCode) { this.iuDefaultObjectCode = iuDefaultObjectCode; } /** * Gets the iuPositionType attribute. * * @return Returns the iuPositionType */ public String getIuPositionType() { return iuPositionType; } /** * Sets the iuPositionType attribute. * * @param iuPositionType The iuPositionType to set. */ public void setIuPositionType(String iuPositionType) { this.iuPositionType = iuPositionType; } /** * Gets the responsibilityCenter attribute. * * @return Returns the responsibilityCenter. */ public ResponsibilityCenter getResponsibilityCenter() { return responsibilityCenter; } /** * Sets the responsibilityCenter attribute value. * * @param responsibilityCenter The responsibilityCenter to set. * @deprecated */ public void setResponsibilityCenter(ResponsibilityCenter responsibilityCenter) { this.responsibilityCenter = responsibilityCenter; } /** * @see org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper() */ protected LinkedHashMap toStringMapper_RICE20_REFACTORME() { LinkedHashMap m = new LinkedHashMap(); m.put("principalId", this.principalId); m.put("positionNumber", this.positionNumber); if (this.universityFiscalYear != null) { m.put("universityFiscalYear", this.universityFiscalYear.toString()); } return m; } }