org.kuali.hr.lm.earncodesec
Class EarnCodeSecurity

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.hr.time.HrBusinessObject
              extended by org.kuali.hr.lm.earncodesec.EarnCodeSecurity
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class EarnCodeSecurity
extends HrBusinessObject

See Also:
Serialized Form

Field Summary
static List<String> CACHE_FLUSH
           
static String CACHE_NAME
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
EarnCodeSecurity()
           
 
Method Summary
 Department getDepartmentObj()
           
 String getDept()
           
 String getEarnCode()
           
 EarnCode getEarnCodeObj()
           
 String getEarnCodeType()
           
 String getHistory()
           
 String getHrDeptId()
           
 String getHrEarnCodeId()
           
 String getHrEarnCodeSecurityId()
           
 String getHrLocationId()
           
 String getHrSalGroup()
           
 String getHrSalGroupId()
           
 String getId()
           
 Job getJobObj()
           
 String getLocation()
           
 Location getLocationObj()
           
 SalGroup getSalGroupObj()
           
 String getUniqueKey()
           
 boolean isApprover()
           
 boolean isEmployee()
           
 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 setHrDeptId(String hrDeptId)
           
 void setHrEarnCodeId(String hrEarnCodeId)
           
 void setHrEarnCodeSecurityId(String hrEarnCodeSecurityId)
           
 void setHrLocationId(String hrLocationId)
           
 void setHrSalGroup(String hrSalGroup)
           
 void setHrSalGroupId(String hrSalGroupId)
           
 void setId(String id)
           
 void setJobObj(Job jobObj)
           
 void setLocation(String location)
           
 void setLocationObj(Location locationObj)
           
 void setSalGroupObj(SalGroup salGroupObj)
           
 
Methods inherited from class org.kuali.hr.time.HrBusinessObject
getEffectiveDate, getTimestamp, isActive, setActive, setEffectiveDate, 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.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
See Also:
Constant Field Values

CACHE_FLUSH

public static final List<String> CACHE_FLUSH
Constructor Detail

EarnCodeSecurity

public EarnCodeSecurity()
Method Detail

getHrEarnCodeSecurityId

public String getHrEarnCodeSecurityId()

setHrEarnCodeSecurityId

public void setHrEarnCodeSecurityId(String hrEarnCodeSecurityId)

getEarnCodeType

public String getEarnCodeType()

setEarnCodeType

public void setEarnCodeType(String earnCodeType)

getSalGroupObj

public SalGroup getSalGroupObj()

setSalGroupObj

public void setSalGroupObj(SalGroup salGroupObj)

getDepartmentObj

public Department getDepartmentObj()

setDepartmentObj

public void setDepartmentObj(Department departmentObj)

isEmployee

public boolean isEmployee()

setEmployee

public void setEmployee(boolean employee)

isApprover

public boolean isApprover()

setApprover

public void setApprover(boolean approver)

getEarnCodeObj

public EarnCode getEarnCodeObj()

setEarnCodeObj

public void setEarnCodeObj(EarnCode earnCodeObj)

getDept

public String getDept()

setDept

public void setDept(String dept)

getHrSalGroup

public String getHrSalGroup()

setHrSalGroup

public void setHrSalGroup(String hrSalGroup)

getEarnCode

public String getEarnCode()

setEarnCode

public void setEarnCode(String earnCode)

getJobObj

public Job getJobObj()

setJobObj

public void setJobObj(Job jobObj)

getLocationObj

public Location getLocationObj()

setLocationObj

public void setLocationObj(Location locationObj)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getHrDeptId

public String getHrDeptId()

setHrDeptId

public void setHrDeptId(String hrDeptId)

getHrSalGroupId

public String getHrSalGroupId()

setHrSalGroupId

public void setHrSalGroupId(String hrSalGroupId)

getHrEarnCodeId

public String getHrEarnCodeId()

setHrEarnCodeId

public void setHrEarnCodeId(String hrEarnCodeId)

getHrLocationId

public String getHrLocationId()

setHrLocationId

public void setHrLocationId(String hrLocationId)

getUniqueKey

public String getUniqueKey()
Specified by:
getUniqueKey in class HrBusinessObject

getHistory

public String getHistory()

setHistory

public void setHistory(String history)

getId

public String getId()
Specified by:
getId in class HrBusinessObject

setId

public void setId(String id)
Specified by:
setId in class HrBusinessObject


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.