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 |
hrPositionId
owner
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, setOwnerId
getEffectiveDateOfOwner, 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, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHrPositionId
getEffectiveLocalDateOfOwner
public 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()
PositionDutyContract
pmDutyId of a PositinDuty.
getPmDutyId
in interface PositionDutyContract
public void setPmDutyId(String pmDutyId)
public String getName()
PositionDutyContract
name of a PositionDuty
getName
in interface PositionDutyContract
public String getDescription()
PositionDutyContract
description of a PositionDuty.
getDescription
in interface PositionDutyContract
public void setDescription(String description)
public BigDecimal getPercentage()
PositionDutyContract
percentage of a PositionDuty.
getPercentage
in interface PositionDutyContract
public 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.