|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.fp.businessobject.NonResidentAlienTaxPercent
public class NonResidentAlienTaxPercent
This class is used to represent a non-resident alien tax percent. This is the percentage of a total reimbursement that is collected in taxes for non-resident aliens.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
NonResidentAlienTaxPercent()
Default no-arg constructor. |
Method Summary | |
---|---|
TaxIncomeClassCode |
getIncomeClass()
Gets the incomeClass attribute. |
String |
getIncomeClassCode()
Gets the incomeClassCode attribute. |
org.kuali.rice.kns.util.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.kns.util.KualiDecimal incomeTaxPercent)
Sets the incomeTaxPercent attribute. |
void |
setIncomeTaxTypeCode(String incomeTaxTypeCode)
Sets the incomeTaxTypeCode attribute. |
protected LinkedHashMap |
toStringMapper()
|
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.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public NonResidentAlienTaxPercent()
Method Detail |
---|
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.kns.util.KualiDecimal getIncomeTaxPercent()
public void setIncomeTaxPercent(org.kuali.rice.kns.util.KualiDecimal incomeTaxPercent)
incomeTaxPercent
- The incomeTaxPercent to set.public TaxIncomeClassCode getIncomeClass()
public void setIncomeClass(TaxIncomeClassCode incomeClass)
incomeClass
- The incomeClass to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |