public class EarnCodeSecurity extends HrBusinessObject implements EarnCodeSecurityContract
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableList<String> |
CACHE_FLUSH |
static String |
CACHE_NAME |
static com.google.common.collect.ImmutableList<String> |
EQUAL_TO_FIELDS |
| Constructor and Description |
|---|
EarnCodeSecurity() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, setEffectiveLocalDate, setRelativeEffectiveDate, setTimestampafterDelete, 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, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEffectiveDate, getEffectiveLocalDate, getRelativeEffectiveDate, getTimestamppublic 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
public EarnCodeSecurity()
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 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 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 HrBusinessObjectCopyright © 2004–2014 The Kuali Foundation. All rights reserved.