org.kuali.kfs.module.ld.businessobject
Class PositionObjectGroup

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.ld.businessobject.PositionObjectGroup
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, LaborLedgerPositionObjectGroup, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class PositionObjectGroup
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements LaborLedgerPositionObjectGroup, org.kuali.rice.kns.bo.Inactivateable

Labor business object for PositionObjectGroup

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PositionObjectGroup()
          Default constructor.
 
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 active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setPositionObjectGroupCode(String positionObjectGroupCode)
          Sets the positionObjectGroupCode
 void setPositionObjectGroupName(String positionObjectGroupName)
          Sets the positionObjectGroupName
protected  LinkedHashMap toStringMapper()
          construct the key list of the business object.
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

PositionObjectGroup

public PositionObjectGroup()
Default constructor.

Method Detail

getPositionObjectGroupCode

public String getPositionObjectGroupCode()
Gets the positionObjectGroupCode

Specified by:
getPositionObjectGroupCode in interface LaborLedgerPositionObjectGroup
Returns:
Returns the positionObjectGroupCode

setPositionObjectGroupCode

public void setPositionObjectGroupCode(String positionObjectGroupCode)
Sets the positionObjectGroupCode

Specified by:
setPositionObjectGroupCode in interface LaborLedgerPositionObjectGroup
Parameters:
positionObjectGroupCode - The positionObjectGroupCode to set.

getPositionObjectGroupName

public String getPositionObjectGroupName()
Gets the positionObjectGroupName

Specified by:
getPositionObjectGroupName in interface LaborLedgerPositionObjectGroup
Returns:
Returns the positionObjectGroupName

setPositionObjectGroupName

public void setPositionObjectGroupName(String positionObjectGroupName)
Sets the positionObjectGroupName

Specified by:
setPositionObjectGroupName in interface LaborLedgerPositionObjectGroup
Parameters:
positionObjectGroupName - The positionObjectGroupName to set.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface LaborLedgerPositionObjectGroup
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Specified by:
setActive in interface LaborLedgerPositionObjectGroup
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

getActive

public boolean getActive()
Description copied from interface: LaborLedgerPositionObjectGroup
This method makes up for some sillyness in DataDictionary

Specified by:
getActive in interface LaborLedgerPositionObjectGroup
Returns:
See Also:
LaborLedgerPositionObjectGroup.getActive()

toStringMapper

protected LinkedHashMap toStringMapper()
construct the key list of the business object.

Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


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