|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.kpme.core.bo.HrBusinessObject
org.kuali.kpme.core.earncode.security.EarnCodeSecurity
public class EarnCodeSecurity
| Field Summary | |
|---|---|
static com.google.common.collect.ImmutableList<String> |
CACHE_FLUSH
|
static String |
CACHE_NAME
|
static com.google.common.collect.ImmutableList<String> |
EQUAL_TO_FIELDS
|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
EarnCodeSecurity()
|
|
| Method Summary | |
|---|---|
Department |
getDepartmentObj()
The Department object the EarnCodeSecurity is associated with |
String |
getDept()
The department name the EarnCodeSecurity is associated with |
String |
getEarnCode()
The EarnCode name the EarnCodeSecurity is associated with |
EarnCode |
getEarnCodeObj()
The EarnCode object the EarnCodeSecurity is associated with |
String |
getEarnCodeType()
Determines if Earn Code should be displayed on Timesheet, Leave Calendar, or Both |
String |
getHistory()
The history flag for EarnCodeSecurity lookups |
String |
getHrEarnCodeSecurityId()
The primary key of an EarnCodeSecurity entry saved in a database |
String |
getHrSalGroup()
The hrSalGroup the EarnCodeSecurity is associated with |
String |
getId()
The unique id defined by the object, could be a combination of multiple fields |
Job |
getJobObj()
The Job object the EarnCodeSecurity is associated with |
String |
getLocation()
The Location name the EarnCodeSecurity is associated with |
Location |
getLocationObj()
The Location object the EarnCodeSecurity is associated with |
SalaryGroup |
getSalaryGroupObj()
The SalaryGroup object the EarnCodeSecurity is associated with |
String |
getUniqueKey()
|
boolean |
isApprover()
The flag to indicate approver role will see specific earn codes on Timesheet, Leave Calendar, or Both |
boolean |
isEmployee()
The flag to indicate employee role will see specific earn codes on Timesheet, Leave Calendar, or Both |
boolean |
isPayrollProcessor()
The flag to indicate payrollProcessor role will see specific earn codes on Timesheet, Leave Calendar, or Both |
void |
setApprover(boolean approver)
|
void |
setDepartmentObj(Department departmentObj)
|
void |
setDept(String dept)
|
void |
setEarnCode(String earnCode)
|
void |
setEarnCodeObj(EarnCode earnCodeObj)
|
void |
setEarnCodeType(String earnCodeType)
|
void |
setEmployee(boolean employee)
|
void |
setHistory(String history)
|
void |
setHrEarnCodeSecurityId(String hrEarnCodeSecurityId)
|
void |
setHrSalGroup(String hrSalGroup)
|
void |
setId(String id)
|
void |
setJobObj(Job jobObj)
|
void |
setLocation(String location)
|
void |
setLocationObj(Location locationObj)
|
void |
setPayrollProcessor(boolean payrollProcessor)
|
void |
setSalaryGroupObj(SalaryGroup salaryGroupObj)
|
| Methods inherited from class org.kuali.kpme.core.bo.HrBusinessObject |
|---|
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestamp |
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
|---|
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp |
| Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
|---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
| Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
|---|
refresh |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
|---|
getObjectId |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
|---|
isActive |
| Field Detail |
|---|
public static final String CACHE_NAME
public static final com.google.common.collect.ImmutableList<String> CACHE_FLUSH
public static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
| Constructor Detail |
|---|
public EarnCodeSecurity()
| Method Detail |
|---|
public String getHrEarnCodeSecurityId()
EarnCodeSecurityContracthrEarnCodeSecurityId of an EarnCodeSecurity
getHrEarnCodeSecurityId in interface EarnCodeSecurityContractpublic void setHrEarnCodeSecurityId(String hrEarnCodeSecurityId)
public String getEarnCodeType()
EarnCodeSecurityContractearnCodeType of an EarnCodeSecurity
getEarnCodeType in interface EarnCodeSecurityContractpublic void setEarnCodeType(String earnCodeType)
public SalaryGroup getSalaryGroupObj()
EarnCodeSecurityContractIf a salary group is defined, only entries associated with a job rcd in this salary group will be subject.
getSalaryGroupObj in interface EarnCodeSecurityContractpublic void setSalaryGroupObj(SalaryGroup salaryGroupObj)
public Department getDepartmentObj()
EarnCodeSecurityContractIf a department is defined, only entries associated with a job record in this department will be subject.
getDepartmentObj in interface EarnCodeSecurityContractpublic void setDepartmentObj(Department departmentObj)
public boolean isEmployee()
EarnCodeSecurityContractemployee of EarnCodeSecurity
isEmployee in interface EarnCodeSecurityContractpublic void setEmployee(boolean employee)
public boolean isApprover()
EarnCodeSecurityContractapprover of EarnCodeSecurity
isApprover in interface EarnCodeSecurityContractpublic void setApprover(boolean approver)
public boolean isPayrollProcessor()
EarnCodeSecurityContractpayrollProcessor of EarnCodeSecurity
isPayrollProcessor in interface EarnCodeSecurityContractpublic void setPayrollProcessor(boolean payrollProcessor)
public EarnCode getEarnCodeObj()
EarnCodeSecurityContractearnCodeObj of an EarnCodeSecurity
getEarnCodeObj in interface EarnCodeSecurityContractpublic void setEarnCodeObj(EarnCode earnCodeObj)
public String getDept()
EarnCodeSecurityContractdept of an EarnCodeSecurity
getDept in interface EarnCodeSecurityContractpublic void setDept(String dept)
public String getHrSalGroup()
EarnCodeSecurityContracthrSalGroup of an EarnCodeSecurity
getHrSalGroup in interface EarnCodeSecurityContractpublic void setHrSalGroup(String hrSalGroup)
public String getEarnCode()
EarnCodeSecurityContractearnCode of an EarnCodeSecurity
getEarnCode in interface EarnCodeSecurityContractpublic void setEarnCode(String earnCode)
public Job getJobObj()
EarnCodeSecurityContractjobObj of an EarnCodeSecurity
getJobObj in interface EarnCodeSecurityContractpublic void setJobObj(Job jobObj)
public Location getLocationObj()
EarnCodeSecurityContractIf a location is defined, only entries associated with a job rcd in this location will be subject.
getLocationObj in interface EarnCodeSecurityContractpublic void setLocationObj(Location locationObj)
public String getLocation()
EarnCodeSecurityContractlocation of an EarnCodeSecurity
getLocation in interface EarnCodeSecurityContractpublic void setLocation(String location)
public String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getHistory()
EarnCodeSecurityContracthistory of an EarnCodeSecurity
getHistory in interface EarnCodeSecurityContractpublic void setHistory(String history)
public String getId()
HrBusinessObjectContractid of HrBusinessObject
getId in interface HrBusinessObjectContractgetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||