|
||||||||||
| 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.salarygroup.SalaryGroup
public class SalaryGroup
| Field Summary | |
|---|---|
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 | |
|---|---|
SalaryGroup()
|
|
| Method Summary | |
|---|---|
String |
getBenefitsEligible()
Flag indicating if the SalaryGroup is eligible for benefits |
String |
getDescr()
Description of the salary group |
String |
getHrSalGroup()
Text field used to identify the salary group |
String |
getHrSalGroupId()
The Primary Key of a SalaryGroup entry saved in a database |
String |
getId()
The unique id defined by the object, could be a combination of multiple fields |
String |
getInstitution()
The name of the institution the salary group is associated with. |
Institution |
getInstitutionObj()
|
String |
getLeaveEligible()
Flag indicating if the SalaryGroup is eligible for leave benefits |
String |
getLeavePlan()
The name of the LeavePlan the salary group is associated with. |
LeavePlan |
getLeavePlanObj()
|
String |
getLocation()
The name of the Location the salary group is associated with. |
Location |
getLocationObj()
|
BigDecimal |
getPercentTime()
Maximum percentage of time worked for the SalaryGroup. |
String |
getUniqueKey()
|
boolean |
isHistory()
History flag for SalaryGroup lookups |
void |
setBenefitsEligible(String benefitsEligible)
|
void |
setDescr(String descr)
|
void |
setHistory(boolean history)
|
void |
setHrSalGroup(String hrSalGroup)
|
void |
setHrSalGroupId(String hrSalGroupId)
|
void |
setId(String id)
|
void |
setInstitution(String institution)
|
void |
setInstitutionObj(Institution institutionObj)
|
void |
setLeaveEligible(String leaveEligible)
|
void |
setLeavePlan(String leavePlan)
|
void |
setLeavePlanObj(LeavePlan leavePlanObj)
|
void |
setLocation(String location)
|
void |
setLocationObj(Location locationObj)
|
void |
setPercentTime(BigDecimal percentTime)
|
| 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> EQUAL_TO_FIELDS
| Constructor Detail |
|---|
public SalaryGroup()
| Method Detail |
|---|
public Institution getInstitutionObj()
public void setInstitutionObj(Institution institutionObj)
public Location getLocationObj()
public void setLocationObj(Location locationObj)
public LeavePlan getLeavePlanObj()
public void setLeavePlanObj(LeavePlan leavePlanObj)
public boolean isHistory()
SalaryGroupContracthistory of SalaryGroup
isHistory in interface SalaryGroupContractpublic void setHistory(boolean history)
public String getHrSalGroupId()
SalaryGroupContracthrSalGroupId of a SalaryGroup
getHrSalGroupId in interface SalaryGroupContractpublic void setHrSalGroupId(String hrSalGroupId)
public String getHrSalGroup()
SalaryGroupContracthrSalGroup of a SalaryGroup
getHrSalGroup in interface SalaryGroupContractpublic void setHrSalGroup(String hrSalGroup)
public String getDescr()
SalaryGroupContractdescr of a SalaryGroup
getDescr in interface SalaryGroupContractpublic void setDescr(String descr)
public String getUniqueKey()
getUniqueKey in class HrBusinessObjectpublic String getId()
HrBusinessObjectContractid of HrBusinessObject
getId in interface HrBusinessObjectContractgetId in class HrBusinessObjectpublic void setId(String id)
setId in class HrBusinessObjectpublic String getInstitution()
SalaryGroupContractinstitution of a SalaryGroup
getInstitution in interface SalaryGroupContractpublic void setInstitution(String institution)
public BigDecimal getPercentTime()
SalaryGroupContractpercentTime of a SalaryGroup
getPercentTime in interface SalaryGroupContractpublic void setPercentTime(BigDecimal percentTime)
public String getBenefitsEligible()
SalaryGroupContractbenefitsEligible of a SalaryGroup
getBenefitsEligible in interface SalaryGroupContractpublic void setBenefitsEligible(String benefitsEligible)
public String getLeaveEligible()
SalaryGroupContractleaveEligible of a SalaryGroup
getLeaveEligible in interface SalaryGroupContractpublic void setLeaveEligible(String leaveEligible)
public String getLeavePlan()
SalaryGroupContractleavePlan of a SalaryGroup
getLeavePlan in interface SalaryGroupContractpublic void setLeavePlan(String leavePlan)
public String getLocation()
SalaryGroupContractlocation of a SalaryGroup
getLocation in interface SalaryGroupContractpublic void setLocation(String location)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||