|
||||||||||
| 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.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()
ClassificationDutyContractpmDutyId of a ClassificationDuty.
getPmDutyId in interface ClassificationDutyContractpublic void setPmDutyId(String pmDutyId)
public String getName()
ClassificationDutyContractname of a ClassificationDuty.
getName in interface ClassificationDutyContractpublic void setName(String name)
public String getDescription()
ClassificationDutyContractdescription of a ClassificationDuty.
getDescription in interface ClassificationDutyContractpublic void setDescription(String description)
public BigDecimal getPercentage()
ClassificationDutyContractpercentage of a ClassificationDuty.
getPercentage in interface ClassificationDutyContractpublic void setPercentage(BigDecimal percentage)
public String getPmPositionClassId()
ClassificationDutyContractpmPositionClassId of a ClassificationDuty.
getPmPositionClassId in interface ClassificationDutyContractpublic void setPmPositionClassId(String pmPositionClassId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||