public class PositionDutyBo extends PositionDerived implements PositionDutyContract
| Modifier and Type | Field and Description |
|---|---|
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDuty,PositionDutyBo> |
toBo |
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDutyBo,PositionDuty> |
toImmutable |
hrPositionIdowner| Constructor and Description |
|---|
PositionDutyBo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PositionDutyBo |
from(PositionDuty im) |
String |
getDescription()
The description associated with the PositionDuty
|
String |
getId() |
String |
getName()
The name associated with the PositionDuty
|
BigDecimal |
getPercentage()
The percentage associated with the PositionDuty
|
String |
getPmDutyId()
The primary key for a PositionDuty entry saved in the database
|
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPercentage(BigDecimal percentage) |
void |
setPmDutyId(String pmDutyId) |
static PositionDuty |
to(PositionDutyBo bo) |
getHrPositionId, getOwner, getOwnerId, setHrPositionId, setOwner, setOwnerIdgetEffectiveDateOfOwner, getEffectiveLocalDateOfOwner, isEquivalentTo, setOwnerOfDerivedCollection_persistence_get_objectId, _persistence_get_versionNumber, _persistence_get, _persistence_new, _persistence_post_clone, _persistence_set_objectId, _persistence_set_versionNumber, _persistence_set, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHrPositionIdgetEffectiveLocalDateOfOwnerpublic static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDutyBo,PositionDuty> toImmutable
public static final org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<PositionDuty,PositionDutyBo> toBo
public PositionDutyBo()
public String getPmDutyId()
PositionDutyContractpmDutyId of a PositinDuty.
getPmDutyId in interface PositionDutyContractpublic void setPmDutyId(String pmDutyId)
public String getName()
PositionDutyContractname of a PositionDuty
getName in interface PositionDutyContractpublic String getDescription()
PositionDutyContractdescription of a PositionDuty.
getDescription in interface PositionDutyContractpublic void setDescription(String description)
public BigDecimal getPercentage()
PositionDutyContractpercentage of a PositionDuty.
getPercentage in interface PositionDutyContractpublic void setPercentage(BigDecimal percentage)
public String getId()
getId in class HrBusinessObjectDerived<PositionBo>public void setId(String id)
setId in class HrBusinessObjectDerived<PositionBo>public static PositionDutyBo from(PositionDuty im)
public static PositionDuty to(PositionDutyBo bo)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.