|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
SalaryGroupContract
history of SalaryGroup
isHistory
in interface SalaryGroupContract
public void setHistory(boolean history)
public String getHrSalGroupId()
SalaryGroupContract
hrSalGroupId of a SalaryGroup
getHrSalGroupId
in interface SalaryGroupContract
public void setHrSalGroupId(String hrSalGroupId)
public String getHrSalGroup()
SalaryGroupContract
hrSalGroup of a SalaryGroup
getHrSalGroup
in interface SalaryGroupContract
public void setHrSalGroup(String hrSalGroup)
public String getDescr()
SalaryGroupContract
descr of a SalaryGroup
getDescr
in interface SalaryGroupContract
public void setDescr(String descr)
public String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public String getId()
HrBusinessObjectContract
id of HrBusinessObject
getId
in interface HrBusinessObjectContract
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
public String getInstitution()
SalaryGroupContract
institution of a SalaryGroup
getInstitution
in interface SalaryGroupContract
public void setInstitution(String institution)
public BigDecimal getPercentTime()
SalaryGroupContract
percentTime of a SalaryGroup
getPercentTime
in interface SalaryGroupContract
public void setPercentTime(BigDecimal percentTime)
public String getBenefitsEligible()
SalaryGroupContract
benefitsEligible of a SalaryGroup
getBenefitsEligible
in interface SalaryGroupContract
public void setBenefitsEligible(String benefitsEligible)
public String getLeaveEligible()
SalaryGroupContract
leaveEligible of a SalaryGroup
getLeaveEligible
in interface SalaryGroupContract
public void setLeaveEligible(String leaveEligible)
public String getLeavePlan()
SalaryGroupContract
leavePlan of a SalaryGroup
getLeavePlan
in interface SalaryGroupContract
public void setLeavePlan(String leavePlan)
public String getLocation()
SalaryGroupContract
location of a SalaryGroup
getLocation
in interface SalaryGroupContract
public void setLocation(String location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |