| |
|
| org.kuali.core.bo.PersistableBusinessObjectBase org.kuali.module.labor.bo.PositionObjectGroup
PositionObjectGroup | public PositionObjectGroup()(Code) | | Default constructor.
|
getPositionObjectGroupCode | public String getPositionObjectGroupCode()(Code) | | Gets the positionObjectGroupCode
Returns the positionObjectGroupCode |
getPositionObjectGroupName | public String getPositionObjectGroupName()(Code) | | Gets the positionObjectGroupName
Returns the positionObjectGroupName |
isRowActiveIndicator | public boolean isRowActiveIndicator()(Code) | | Gets the rowActiveIndicator
Returns the rowActiveIndicator |
setPositionObjectGroupCode | public void setPositionObjectGroupCode(String positionObjectGroupCode)(Code) | | Sets the positionObjectGroupCode
Parameters: positionObjectGroupCode - The positionObjectGroupCode to set. |
setPositionObjectGroupName | public void setPositionObjectGroupName(String positionObjectGroupName)(Code) | | Sets the positionObjectGroupName
Parameters: positionObjectGroupName - The positionObjectGroupName to set. |
setRowActiveIndicator | public void setRowActiveIndicator(boolean rowActiveIndicator)(Code) | | Sets the rowActiveIndicator
Parameters: rowActiveIndicator - The rowActiveIndicator to set. |
Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase | protected Long versionNumber(Code)(Java Doc)
|
|
|
|