public class BenefitRateCategory extends Object implements LaborBenefitRateCategory, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
BenefitRateCategory() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActiveIndicator()
Getter method for the active indicator
|
String |
getCodeDesc()
Getter method for the code's description
|
String |
getLaborBenefitRateCategoryCode()
Getter method to get the laborBenefitRateCategoryCode
|
boolean |
isActive() |
void |
prepareForWorkflow() |
void |
refresh() |
void |
setActive(boolean active) |
void |
setActiveIndicator(Boolean activeIndicator)
Sets the activeIndicator
|
void |
setCodeDesc(String codeDesc)
Sets the codeDesc
|
void |
setLaborBenefitRateCategoryCode(String laborBenefitRateCategoryCode)
Method to set the code
|
protected LinkedHashMap |
toStringMapper() |
public BenefitRateCategory()
public String getLaborBenefitRateCategoryCode()
getLaborBenefitRateCategoryCode in interface LaborBenefitRateCategorypublic void setLaborBenefitRateCategoryCode(String laborBenefitRateCategoryCode)
setLaborBenefitRateCategoryCode in interface LaborBenefitRateCategorycode - public Boolean getActiveIndicator()
public void setActiveIndicator(Boolean activeIndicator)
activeIndicator - public String getCodeDesc()
getCodeDesc in interface LaborBenefitRateCategorypublic void setCodeDesc(String codeDesc)
setCodeDesc in interface LaborBenefitRateCategorycodeDesc - protected LinkedHashMap toStringMapper()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic void refresh()
refresh in interface org.kuali.rice.krad.bo.BusinessObjectpublic void prepareForWorkflow()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.