org.kuali.kfs.integration.ld
Interface LaborLedgerPositionObjectGroup

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Implementing Classes:
PositionObjectGroup

public interface LaborLedgerPositionObjectGroup
extends org.kuali.rice.kns.bo.PersistableBusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject


Method Summary
 boolean getActive()
          This method makes up for some sillyness in DataDictionary
 String getPositionObjectGroupCode()
          Gets the positionObjectGroupCode
 String getPositionObjectGroupName()
          Gets the positionObjectGroupName
 boolean isActive()
          Gets the rowActiveIndicator
 void setActive(boolean rowActiveIndicator)
          Sets the rowActiveIndicator
 void setPositionObjectGroupCode(String positionObjectGroupCode)
          Sets the positionObjectGroupCode
 void setPositionObjectGroupName(String positionObjectGroupName)
          Sets the positionObjectGroupName
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getPositionObjectGroupCode

String getPositionObjectGroupCode()
Gets the positionObjectGroupCode

Returns:
Returns the positionObjectGroupCode

setPositionObjectGroupCode

void setPositionObjectGroupCode(String positionObjectGroupCode)
Sets the positionObjectGroupCode

Parameters:
positionObjectGroupCode - The positionObjectGroupCode to set.

getPositionObjectGroupName

String getPositionObjectGroupName()
Gets the positionObjectGroupName

Returns:
Returns the positionObjectGroupName

setPositionObjectGroupName

void setPositionObjectGroupName(String positionObjectGroupName)
Sets the positionObjectGroupName

Parameters:
positionObjectGroupName - The positionObjectGroupName to set.

isActive

boolean isActive()
Gets the rowActiveIndicator

Returns:
Returns the rowActiveIndicator

getActive

boolean getActive()
This method makes up for some sillyness in DataDictionary

Returns:

setActive

void setActive(boolean rowActiveIndicator)
Sets the rowActiveIndicator

Parameters:
rowActiveIndicator - The rowActiveIndicator to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.