org.kuali.kpme.pm.classification
Class Classification

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.kpme.core.bo.HrBusinessObject
              extended by org.kuali.kpme.pm.classification.Classification
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, HrBusinessObjectContract, ClassificationContract, org.kuali.rice.core.api.mo.common.active.Inactivatable, 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 Classification
extends HrBusinessObject
implements ClassificationContract

See Also:
Serialized Form

Field Summary
static com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
Classification()
           
 
Method Summary
 String getBenefitsEligible()
          The flag indicating if the position classification is eligible for benefits
 String getClassificationTitle()
          The text description for the position classification
 List<ClassificationDuty> getDutyList()
          The list of ClassificationDuty Objects associated with the Classification
 String getExternalReference()
          The optional reference field used to enter a url link with detailed description of the Position Classification
 List<ClassificationFlag> getFlagList()
          The list of ClassificationFlag Objects associated with the Classification
 String getId()
          The unique id defined by the object, could be a combination of multiple fields
 String getInstitution()
          The institution associated with the Classification
 String getLeaveEligible()
          The flag indicating if the position classification is eligible for leave benefits
 String getLeavePlan()
          The leavePlan associated with the salary group
 String getLocation()
          The location associated with the Classification
 Location getLocationObj()
          The Location Object associated with the Classification
 BigDecimal getPercentTime()
          The maximum percentage of time worked for the position classification
 String getPmPositionClassId()
          The primary key for a Classification entry saved in the database
 String getPoolEligible()
          The flag indicating if the position classification is eligible to be used for pooled position
 String getPositionClass()
          The identifier of the position classification
 String getPositionReportGroup()
          The high level grouping of Position Reporting Group Sub Categories that can be assigned to a Position Classification
 String getPositionType()
          The grouping of Position Classification to determine routing of action reason for position maintenance
 List<ClassificationQualification> getQualificationList()
          The list of ClassificationQualification objects associated with the Classification
 String getSalaryGroup()
          The grouping of Salary Group payroll attributes to be assigned to Position Classification
 String getTenureEligible()
          The flag indicating if the position classification is eligible for tenure
protected  String getUniqueKey()
           
 void setBenefitsEligible(String benefitsEligible)
           
 void setClassificationTitle(String classificationTitle)
           
 void setDutyList(List<ClassificationDuty> dutyList)
           
 void setExternalReference(String externalReference)
           
 void setFlagList(List<ClassificationFlag> flagList)
           
 void setId(String id)
           
 void setInstitution(String institution)
           
 void setLeaveEligible(String leaveEligible)
           
 void setLeavePlan(String leavePlan)
           
 void setLocation(String location)
           
 void setLocationObj(Location locationObj)
           
 void setPercentTime(BigDecimal percentTime)
           
 void setPmPositionClassId(String pmPositionClassId)
           
 void setPoolEligible(String poolEligible)
           
 void setPositionClass(String positionClass)
           
 void setPositionReportGroup(String positionReportGroup)
           
 void setPositionType(String positionType)
           
 void setQualificationList(List<ClassificationQualification> qualificationList)
           
 void setSalaryGroup(String salaryGroup)
           
 void setTenureEligible(String tenureEligible)
           
 
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

EQUAL_TO_FIELDS

public static final com.google.common.collect.ImmutableList<String> EQUAL_TO_FIELDS
Constructor Detail

Classification

public Classification()
Method Detail

getId

public String getId()
Description copied from interface: HrBusinessObjectContract
The unique id defined by the object, could be a combination of multiple fields

id of HrBusinessObject

Specified by:
getId in interface HrBusinessObjectContract
Specified by:
getId in class HrBusinessObject
Returns:
id of HrBusinessObject

setId

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

getUniqueKey

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

getPositionClass

public String getPositionClass()
Description copied from interface: ClassificationContract
The identifier of the position classification

positionClass of the Classification.

Specified by:
getPositionClass in interface ClassificationContract
Returns:
positionClass for Classification

setPositionClass

public void setPositionClass(String positionClass)

getClassificationTitle

public String getClassificationTitle()
Description copied from interface: ClassificationContract
The text description for the position classification

classificationTitle for the Classification.

Specified by:
getClassificationTitle in interface ClassificationContract
Returns:
classificationTitle for Classification

setClassificationTitle

public void setClassificationTitle(String classificationTitle)

getInstitution

public String getInstitution()
Description copied from interface: ClassificationContract
The institution associated with the Classification

institution for the Classification.

Specified by:
getInstitution in interface ClassificationContract
Returns:
institution for Classification

setInstitution

public void setInstitution(String institution)

getLocation

public String getLocation()
Description copied from interface: ClassificationContract
The location associated with the Classification

location for the Classification.

Specified by:
getLocation in interface ClassificationContract
Returns:
location for Classification

setLocation

public void setLocation(String location)

getSalaryGroup

public String getSalaryGroup()
Description copied from interface: ClassificationContract
The grouping of Salary Group payroll attributes to be assigned to Position Classification

salaryGroup for the Classification.

Specified by:
getSalaryGroup in interface ClassificationContract
Returns:
salaryGroup for Classification

setSalaryGroup

public void setSalaryGroup(String salaryGroup)

getPercentTime

public BigDecimal getPercentTime()
Description copied from interface: ClassificationContract
The maximum percentage of time worked for the position classification

percentTime of the Classification.

Specified by:
getPercentTime in interface ClassificationContract
Returns:
percentTime for Classification

setPercentTime

public void setPercentTime(BigDecimal percentTime)

getBenefitsEligible

public String getBenefitsEligible()
Description copied from interface: ClassificationContract
The flag indicating if the position classification is eligible for benefits

benefitsEligible of the Classification.

Specified by:
getBenefitsEligible in interface ClassificationContract
Returns:
benefitsEligible for Classification

setBenefitsEligible

public void setBenefitsEligible(String benefitsEligible)

getLeaveEligible

public String getLeaveEligible()
Description copied from interface: ClassificationContract
The flag indicating if the position classification is eligible for leave benefits

leaveEligible of the Classification.

Specified by:
getLeaveEligible in interface ClassificationContract
Returns:
leaveEligible for Classification

setLeaveEligible

public void setLeaveEligible(String leaveEligible)

getLeavePlan

public String getLeavePlan()
Description copied from interface: ClassificationContract
The leavePlan associated with the salary group

leavePlan of the Classification.

Specified by:
getLeavePlan in interface ClassificationContract
Returns:
leavePlan for Classification

setLeavePlan

public void setLeavePlan(String leavePlan)

getPositionReportGroup

public String getPositionReportGroup()
Description copied from interface: ClassificationContract
The high level grouping of Position Reporting Group Sub Categories that can be assigned to a Position Classification

positionReportGroup of the Classification.

Specified by:
getPositionReportGroup in interface ClassificationContract
Returns:
positionReportGroup for Classification

setPositionReportGroup

public void setPositionReportGroup(String positionReportGroup)

getPositionType

public String getPositionType()
Description copied from interface: ClassificationContract
The grouping of Position Classification to determine routing of action reason for position maintenance

positionType of the Classification.

Specified by:
getPositionType in interface ClassificationContract
Returns:
positionType for Classification

setPositionType

public void setPositionType(String positionType)

getPoolEligible

public String getPoolEligible()
Description copied from interface: ClassificationContract
The flag indicating if the position classification is eligible to be used for pooled position

poolEligible for the Classification.

Specified by:
getPoolEligible in interface ClassificationContract
Returns:
poolEligible for Classification

setPoolEligible

public void setPoolEligible(String poolEligible)

getTenureEligible

public String getTenureEligible()
Description copied from interface: ClassificationContract
The flag indicating if the position classification is eligible for tenure

tenureEligible for a Classification.

Specified by:
getTenureEligible in interface ClassificationContract
Returns:
tenureEligible for Classification

setTenureEligible

public void setTenureEligible(String tenureEligible)

getExternalReference

public String getExternalReference()
Description copied from interface: ClassificationContract
The optional reference field used to enter a url link with detailed description of the Position Classification

externalReference for the Classification.

Specified by:
getExternalReference in interface ClassificationContract
Returns:
externalReference for Classification

setExternalReference

public void setExternalReference(String externalReference)

getQualificationList

public List<ClassificationQualification> getQualificationList()
Description copied from interface: ClassificationContract
The list of ClassificationQualification objects associated with the Classification

qualificationList for the Classification.

Specified by:
getQualificationList in interface ClassificationContract
Returns:
qualificationList for Classification

setQualificationList

public void setQualificationList(List<ClassificationQualification> qualificationList)

getPmPositionClassId

public String getPmPositionClassId()
Description copied from interface: ClassificationContract
The primary key for a Classification entry saved in the database

pmPositionClassId for the Classification.

Specified by:
getPmPositionClassId in interface ClassificationContract
Returns:
pmPositionClassId for Classification

setPmPositionClassId

public void setPmPositionClassId(String pmPositionClassId)

getLocationObj

public Location getLocationObj()
Description copied from interface: ClassificationContract
The Location Object associated with the Classification

Location object for the Classification.

Specified by:
getLocationObj in interface ClassificationContract
Returns:
locationObj for Classification

setLocationObj

public void setLocationObj(Location locationObj)

getDutyList

public List<ClassificationDuty> getDutyList()
Description copied from interface: ClassificationContract
The list of ClassificationDuty Objects associated with the Classification

List of ClassificationDuty Objects for the Classification.

Specified by:
getDutyList in interface ClassificationContract
Returns:
dutyList for Classification

setDutyList

public void setDutyList(List<ClassificationDuty> dutyList)

getFlagList

public List<ClassificationFlag> getFlagList()
Description copied from interface: ClassificationContract
The list of ClassificationFlag Objects associated with the Classification

List of ClassificationFlag Objects for the Classification.

Specified by:
getFlagList in interface ClassificationContract
Returns:
flagList for Classification

setFlagList

public void setFlagList(List<ClassificationFlag> flagList)


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