|
||||||||||
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.pm.classification.duty.ClassificationDuty
public class ClassificationDuty
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
ClassificationDuty()
|
Method Summary | |
---|---|
String |
getDescription()
The text area used for detailed description of the Duty |
String |
getName()
The short name of the duty associated with the ClassificationDuty |
BigDecimal |
getPercentage()
The percent of time performing the specified duty |
String |
getPmDutyId()
The Primary Key that a ClassificationDuty record will be saved to a database with |
String |
getPmPositionClassId()
The position class id associated with the ClassificationDuty |
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setPercentage(BigDecimal percentage)
|
void |
setPmDutyId(String pmDutyId)
|
void |
setPmPositionClassId(String pmPositionClassId)
|
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.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 |
Constructor Detail |
---|
public ClassificationDuty()
Method Detail |
---|
public String getPmDutyId()
ClassificationDutyContract
pmDutyId of a ClassificationDuty.
getPmDutyId
in interface ClassificationDutyContract
public void setPmDutyId(String pmDutyId)
public String getName()
ClassificationDutyContract
name of a ClassificationDuty.
getName
in interface ClassificationDutyContract
public void setName(String name)
public String getDescription()
ClassificationDutyContract
description of a ClassificationDuty.
getDescription
in interface ClassificationDutyContract
public void setDescription(String description)
public BigDecimal getPercentage()
ClassificationDutyContract
percentage of a ClassificationDuty.
getPercentage
in interface ClassificationDutyContract
public void setPercentage(BigDecimal percentage)
public String getPmPositionClassId()
ClassificationDutyContract
pmPositionClassId of a ClassificationDuty.
getPmPositionClassId
in interface ClassificationDutyContract
public void setPmPositionClassId(String pmPositionClassId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |