|
||||||||||
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.core.bo.HrBusinessObject org.kuali.kpme.pm.positionresponsibility.PositionResponsibility
public class PositionResponsibility
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
PositionResponsibility()
|
Method Summary | |
---|---|
org.kuali.rice.location.impl.campus.CampusBo |
getCampusObj()
The Campus business object associated with the PositionResponsibility |
String |
getHrPositionId()
The HR position id associated with the PositionResponsibility |
String |
getId()
The unique id defined by the object, could be a combination of multiple fields |
String |
getInstitution()
The institution associated with the PositionResponsibility |
String |
getLocation()
The location associated with the PositionResponsibility |
BigDecimal |
getPercentTime()
The percentage of time spent on selected position responsibility |
String |
getPositionResponsibilityId()
The primary key for a PositionResponsibility entry saved in the database |
String |
getPositionResponsibilityOption()
The position responsibility Option associated with the PositionResponsibility |
protected String |
getUniqueKey()
|
void |
setCampusObj(org.kuali.rice.location.impl.campus.CampusBo campusObj)
|
void |
setHrPositionId(String hrPositionId)
|
void |
setId(String id)
|
void |
setInstitution(String institution)
|
void |
setLocation(String location)
|
void |
setPercentTime(BigDecimal percentTime)
|
void |
setPositionResponsibilityId(String positionResponsibilityId)
|
void |
setPositionResponsibilityOption(String positionResponsibilityOption)
|
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 |
Constructor Detail |
---|
public PositionResponsibility()
Method Detail |
---|
public String getPositionResponsibilityId()
PositionResponsibilityContract
positionResponsibilityId of a PositionResponsibility.
getPositionResponsibilityId
in interface PositionResponsibilityContract
public void setPositionResponsibilityId(String positionResponsibilityId)
public String getInstitution()
PositionResponsibilityContract
institution of a PositionResponsibility.
getInstitution
in interface PositionResponsibilityContract
public void setInstitution(String institution)
public String getPositionResponsibilityOption()
PositionResponsibilityContract
positionResponsibilityOption of a PositionResponsibility.
getPositionResponsibilityOption
in interface PositionResponsibilityContract
public void setPositionResponsibilityOption(String positionResponsibilityOption)
public BigDecimal getPercentTime()
PositionResponsibilityContract
percentTime of a PositionResponsibility.
getPercentTime
in interface PositionResponsibilityContract
public void setPercentTime(BigDecimal percentTime)
protected String getUniqueKey()
getUniqueKey
in class HrBusinessObject
public org.kuali.rice.location.impl.campus.CampusBo getCampusObj()
PositionResponsibilityContract
campusObj of a PositionResponsibility.
getCampusObj
in interface PositionResponsibilityContract
public void setCampusObj(org.kuali.rice.location.impl.campus.CampusBo campusObj)
public String getHrPositionId()
PositionResponsibilityContract
getHrPositionId of a PositionResponsibility.
getHrPositionId
in interface PositionResponsibilityContract
public void setHrPositionId(String hrPositionId)
public String getId()
HrBusinessObjectContract
id of HrBusinessObject
getId
in interface HrBusinessObjectContract
getId
in class HrBusinessObject
public void setId(String id)
setId
in class HrBusinessObject
public String getLocation()
PositionResponsibilityContract
location of a PositionResponsibility.
getLocation
in interface PositionResponsibilityContract
public void setLocation(String location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |