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 LaborBenefitRateCategory
public void setLaborBenefitRateCategoryCode(String laborBenefitRateCategoryCode)
setLaborBenefitRateCategoryCode
in interface LaborBenefitRateCategory
code
- public Boolean getActiveIndicator()
public void setActiveIndicator(Boolean activeIndicator)
activeIndicator
- public String getCodeDesc()
getCodeDesc
in interface LaborBenefitRateCategory
public void setCodeDesc(String codeDesc)
setCodeDesc
in interface LaborBenefitRateCategory
codeDesc
- protected LinkedHashMap toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
public void prepareForWorkflow()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.