org.kuali.kpme.pm.api.positionResponsibilityOption
Interface PositionResponsibilityOptionContract

All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.core.api.mo.common.GloballyUnique, HrBusinessObjectContract, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.PersistableBusinessObject, Serializable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
PositionResponsibilityOption

public interface PositionResponsibilityOptionContract
extends HrBusinessObjectContract

PositionResponsibilityOptionContract interface


Method Summary
 String getPrDescription()
          The long description of the responsibility
 String getPrOptionId()
          The primary key for a PositionResponsibilityOption entry saved in the database
 String getPrOptionName()
          The short text descriptive of the responsibility
 
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract
getEffectiveDate, getEffectiveLocalDate, getId, 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
 

Method Detail

getPrOptionId

String getPrOptionId()
The primary key for a PositionResponsibilityOption entry saved in the database

prOptionId of a PositionResponsibilityOption.

Returns:
prOptionId for PositionResponsibilityOption

getPrOptionName

String getPrOptionName()
The short text descriptive of the responsibility

prOptionName of a PositionResponsibilityOption.

Returns:
prOptionName for PositionResponsibilityOption

getPrDescription

String getPrDescription()
The long description of the responsibility

prDescription of a PositionResponsibilityOption.

Returns:
prDescription for PositionResponsibilityOption


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.