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

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

public class BudgetConstructionActiveJobMove
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
BudgetConstructionActiveJobMove()
          Default constructor.
 
Method Summary
 String getDepartmentIdentifier()
          Gets the departmentIdentifier attribute.
 Date getEffectiveDate()
          Gets the effectiveDate attribute.
 Integer getEffectiveSequence()
          Gets the effectiveSequence attribute.
 String getEmplid()
          Gets the emplid attribute.
 Integer getEmployeeRecord()
          Gets the employeeRecord attribute.
 String getEmployeeStatus()
          Gets the employeeStatus attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 void setDepartmentIdentifier(String departmentIdentifier)
          Sets the departmentIdentifier attribute.
 void setEffectiveDate(Date effectiveDate)
          Sets the effectiveDate attribute.
 void setEffectiveSequence(Integer effectiveSequence)
          Sets the effectiveSequence attribute.
 void setEmplid(String emplid)
          Sets the emplid attribute.
 void setEmployeeRecord(Integer employeeRecord)
          Sets the employeeRecord attribute.
 void setEmployeeStatus(String employeeStatus)
          Sets the employeeStatus attribute.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute.
 void setPrincipalId(String principalId)
          Sets the principalId 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

BudgetConstructionActiveJobMove

public BudgetConstructionActiveJobMove()
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.

getEmplid

public String getEmplid()
Gets the emplid attribute.

Returns:
Returns the emplid

setEmplid

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

Parameters:
emplid - The emplid to set.

getEmployeeRecord

public Integer getEmployeeRecord()
Gets the employeeRecord attribute.

Returns:
Returns the employeeRecord

setEmployeeRecord

public void setEmployeeRecord(Integer employeeRecord)
Sets the employeeRecord attribute.

Parameters:
employeeRecord - The employeeRecord to set.

getEffectiveDate

public Date getEffectiveDate()
Gets the effectiveDate attribute.

Returns:
Returns the effectiveDate

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)
Sets the effectiveDate attribute.

Parameters:
effectiveDate - The effectiveDate to set.

getEffectiveSequence

public Integer getEffectiveSequence()
Gets the effectiveSequence attribute.

Returns:
Returns the effectiveSequence

setEffectiveSequence

public void setEffectiveSequence(Integer effectiveSequence)
Sets the effectiveSequence attribute.

Parameters:
effectiveSequence - The effectiveSequence 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.

getEmployeeStatus

public String getEmployeeStatus()
Gets the employeeStatus attribute.

Returns:
Returns the employeeStatus

setEmployeeStatus

public void setEmployeeStatus(String employeeStatus)
Sets the employeeStatus attribute.

Parameters:
employeeStatus - The employeeStatus to set.

getDepartmentIdentifier

public String getDepartmentIdentifier()
Gets the departmentIdentifier attribute.

Returns:
Returns the departmentIdentifier

setDepartmentIdentifier

public void setDepartmentIdentifier(String departmentIdentifier)
Sets the departmentIdentifier attribute.

Parameters:
departmentIdentifier - The departmentIdentifier 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.