|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.ec.businessobject.DuplicateCertificationsReport
public class DuplicateCertificationsReport
Constructor Summary | |
---|---|
DuplicateCertificationsReport()
|
Method Summary | |
---|---|
EffortCertificationReportDefinition |
getEffortCertificationReportDefinition()
Gets the effort certification report definition |
String |
getEffortCertificationReportNumber()
Gets effortCertificationReportNumber |
String |
getEmplid()
Returns the employee's id |
org.kuali.rice.kim.bo.Person |
getEmployee()
Gets the employee attribute. |
SystemOptions |
getOptions()
Gets the options attribute. |
Integer |
getUniversityFiscalYear()
Gets universityFiscalYear |
void |
setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
Sets effort certification report definition |
void |
setEffortCertificationReportNumber(String effortCertificationReportNumber)
Sets effortCertificationReportNumber |
void |
setEmplid(String emplid)
sets emplid |
void |
setEmployee(org.kuali.rice.kim.bo.Person employee)
Sets the employee attribute value. |
void |
setOptions(SystemOptions options)
Sets the options attribute value. |
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets universityFiscalYear |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
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 |
Constructor Detail |
---|
public DuplicateCertificationsReport()
Method Detail |
---|
public String getEffortCertificationReportNumber()
public void setEffortCertificationReportNumber(String effortCertificationReportNumber)
effortCertificationReportNumber
- public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- public String getEmplid()
public void setEmplid(String emplid)
emplid
- protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
public org.kuali.rice.kim.bo.Person getEmployee()
public void setEmployee(org.kuali.rice.kim.bo.Person employee)
employee
- The employee to set.public SystemOptions getOptions()
public void setOptions(SystemOptions options)
options
- The options to set.public EffortCertificationReportDefinition getEffortCertificationReportDefinition()
public void setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
effortCertificationReportDefinition
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |