public class NonResidentAlienTaxPercent extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
NonResidentAlienTaxPercent()
Default no-arg constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TaxIncomeClassCode |
getIncomeClass()
Gets the incomeClass attribute.
|
String |
getIncomeClassCode()
Gets the incomeClassCode attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getIncomeTaxPercent()
Gets the incomeTaxPercent attribute.
|
String |
getIncomeTaxTypeCode()
Gets the incomeTaxTypeCode attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setIncomeClass(TaxIncomeClassCode incomeClass)
Deprecated.
|
void |
setIncomeClassCode(String incomeClassCode)
Sets the incomeClassCode attribute.
|
void |
setIncomeTaxPercent(org.kuali.rice.core.api.util.type.KualiDecimal incomeTaxPercent)
Sets the incomeTaxPercent attribute.
|
void |
setIncomeTaxTypeCode(String incomeTaxTypeCode)
Sets the incomeTaxTypeCode attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic NonResidentAlienTaxPercent()
public String getIncomeClassCode()
public void setIncomeClassCode(String incomeClassCode)
incomeClassCode - The incomeClassCode to set.public String getIncomeTaxTypeCode()
public void setIncomeTaxTypeCode(String incomeTaxTypeCode)
incomeTaxTypeCode - The incomeTaxTypeCode to set.public org.kuali.rice.core.api.util.type.KualiDecimal getIncomeTaxPercent()
public void setIncomeTaxPercent(org.kuali.rice.core.api.util.type.KualiDecimal incomeTaxPercent)
incomeTaxPercent - The incomeTaxPercent to set.public TaxIncomeClassCode getIncomeClass()
public void setIncomeClass(TaxIncomeClassCode incomeClass)
incomeClass - The incomeClass to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#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.MutableInactivatableactive - The active to set.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.