org.kuali.kfs.module.ec.businessobject
Class EffortCertificationReportEarnPaygroup

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

public class EffortCertificationReportEarnPaygroup
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

Business Object for the Effort Certification Report Earn Paygroup Table.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
EffortCertificationReportEarnPaygroup()
          Constructs a EffortCertificationReportEarnPaygroup.java.
 
Method Summary
 String getEarnCode()
          Gets the earnCode attribute.
 EffortCertificationReportType getEffortCertificationReportType()
          Gets the effortCertificationReportType attribute.
 String getEffortCertificationReportTypeCode()
          Gets the effortCertificationReportTypeCode attribute.
 SystemOptions getOptions()
          Gets the options attribute.
 String getPayGroup()
          Gets the payGroup attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setEarnCode(String earnCode)
          Sets the earnCode attribute value.
 void setEffortCertificationReportType(EffortCertificationReportType effortCertificationReportType)
          Deprecated. 
 void setEffortCertificationReportTypeCode(String effortCertificationReportTypeCode)
          Sets the effortCertificationReportTypeCode attribute value.
 void setOptions(SystemOptions options)
          Deprecated. 
 void setPayGroup(String payGroup)
          Sets the payGroup attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute value.
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

EffortCertificationReportEarnPaygroup

public EffortCertificationReportEarnPaygroup()
Constructs a EffortCertificationReportEarnPaygroup.java.

Method Detail

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

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

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getEffortCertificationReportTypeCode

public String getEffortCertificationReportTypeCode()
Gets the effortCertificationReportTypeCode attribute.

Returns:
Returns the effortCertificationReportTypeCode.

setEffortCertificationReportTypeCode

public void setEffortCertificationReportTypeCode(String effortCertificationReportTypeCode)
Sets the effortCertificationReportTypeCode attribute value.

Parameters:
effortCertificationReportTypeCode - The effortCertificationReportTypeCode to set.

getEarnCode

public String getEarnCode()
Gets the earnCode attribute.

Returns:
Returns the earnCode.

setEarnCode

public void setEarnCode(String earnCode)
Sets the earnCode attribute value.

Parameters:
earnCode - The earnCode to set.

getPayGroup

public String getPayGroup()
Gets the payGroup attribute.

Returns:
Returns the payGroup.

setPayGroup

public void setPayGroup(String payGroup)
Sets the payGroup attribute value.

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

getEffortCertificationReportType

public EffortCertificationReportType getEffortCertificationReportType()
Gets the effortCertificationReportType attribute.

Returns:
Returns the effortCertificationReportType.

setEffortCertificationReportType

@Deprecated
public void setEffortCertificationReportType(EffortCertificationReportType effortCertificationReportType)
Deprecated. 

Sets the effortCertificationReportType attribute value.

Parameters:
effortCertificationReportType - The effortCertificationReportType to set.

getOptions

public SystemOptions getOptions()
Gets the options attribute.

Returns:
Returns the options.

setOptions

@Deprecated
public void setOptions(SystemOptions options)
Deprecated. 

Sets the options attribute value.

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