|
||||||||||
| 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.DisbursementVoucherNonResidentAlienTax
public class DisbursementVoucherNonResidentAlienTax
This class is used to represent a disbursement voucher non-resident alien tax.
| Field Summary | |
|---|---|
protected org.kuali.rice.kns.util.KualiDecimal |
taxSpecialW4Amount
|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
DisbursementVoucherNonResidentAlienTax()
Default no-arg constructor. |
|
| Method Summary | |
|---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getFederalIncomeTaxPercent()
Gets the federalIncomeTaxPercent attribute. |
String |
getFinancialDocumentAccountingLineText()
|
TaxIncomeClassCode |
getIncomeClass()
Gets the incomeClass attribute. |
String |
getIncomeClassCode()
Gets the incomeClassCode attribute. |
String |
getIncomeClassName()
Return select read-only label for income class |
String |
getPostalCountryCode()
Gets the postalCountryCode attribute. |
String |
getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber attribute. |
String |
getReferenceFinancialSystemOriginationCode()
Gets the referenceFinancialSystemOriginationCode attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getStateIncomeTaxPercent()
Gets the stateIncomeTaxPercent attribute. |
String |
getTaxNQIId()
Gets the taxNQIId attribute. |
Boolean |
getTaxOtherExemptIndicator()
Gets the taxOtherExemptIndicator attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getTaxSpecialW4Amount()
Gets the taxSpecialW4Amount attribute. |
Boolean |
getTaxUSAIDPerDiemIndicator()
Gets the taxUSAIDPerDiemIndicator attribute. |
boolean |
isForeignSourceIncomeCode()
Gets the foreignSourceIncomeCode attribute. |
boolean |
isIncomeTaxGrossUpCode()
Gets the incomeTaxGrossUpCode attribute. |
boolean |
isIncomeTaxTreatyExemptCode()
Gets the incomeTaxTreatyExemptCode attribute. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute. |
void |
setFederalIncomeTaxPercent(org.kuali.rice.kns.util.KualiDecimal federalIncomeTaxPercent)
Sets the federalIncomeTaxPercent attribute. |
void |
setFinancialDocumentAccountingLineText(String financialDocumentAccountingLineText)
|
void |
setForeignSourceIncomeCode(boolean foreignSourceIncomeCode)
Sets the foreignSourceIncomeCode attribute. |
void |
setIncomeClass(TaxIncomeClassCode incomeClass)
Deprecated. |
void |
setIncomeClassCode(String incomeClassCode)
Sets the incomeClassCode attribute. |
void |
setincomeClassName(String name)
Sets the incomeClassName attribute. |
void |
setIncomeTaxGrossUpCode(boolean incomeTaxGrossUpCode)
Sets the incomeTaxGrossUpCode attribute. |
void |
setIncomeTaxTreatyExemptCode(boolean incomeTaxTreatyExemptCode)
Sets the incomeTaxTreatyExemptCode attribute. |
void |
setPostalCountryCode(String postalCountryCode)
Sets the postalCountryCode attribute. |
void |
setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber attribute. |
void |
setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
Sets the referenceFinancialSystemOriginationCode attribute. |
void |
setStateIncomeTaxPercent(org.kuali.rice.kns.util.KualiDecimal stateIncomeTaxPercent)
Sets the stateIncomeTaxPercent attribute. |
void |
setTaxNQIId(String taxNQIId)
Sets the taxNQIId attribute value. |
void |
setTaxOtherExemptIndicator(Boolean taxOtherExemptIndicator)
Sets the taxOtherExemptIndicator attribute value. |
void |
setTaxSpecialW4Amount(org.kuali.rice.kns.util.KualiDecimal taxSpecialW4Amount)
Sets the taxSpecialW4Amount attribute value. |
void |
setTaxUSAIDPerDiemIndicator(Boolean taxUSAIDPerDiemIndicator)
Sets the taxUSAIDPerDiemIndicator attribute value. |
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 |
| Field Detail |
|---|
protected org.kuali.rice.kns.util.KualiDecimal taxSpecialW4Amount
| Constructor Detail |
|---|
public DisbursementVoucherNonResidentAlienTax()
| Method Detail |
|---|
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.public org.kuali.rice.kns.util.KualiDecimal getFederalIncomeTaxPercent()
public void setFederalIncomeTaxPercent(org.kuali.rice.kns.util.KualiDecimal federalIncomeTaxPercent)
federalIncomeTaxPercent - The federalIncomeTaxPercent to set.public org.kuali.rice.kns.util.KualiDecimal getStateIncomeTaxPercent()
public void setStateIncomeTaxPercent(org.kuali.rice.kns.util.KualiDecimal stateIncomeTaxPercent)
stateIncomeTaxPercent - The stateIncomeTaxPercent to set.public String getIncomeClassCode()
public void setIncomeClassCode(String incomeClassCode)
incomeClassCode - The incomeClassCode to set.public String getPostalCountryCode()
public void setPostalCountryCode(String postalCountryCode)
postalCountryCode - The postalCountryCode to set.public boolean isIncomeTaxTreatyExemptCode()
public void setIncomeTaxTreatyExemptCode(boolean incomeTaxTreatyExemptCode)
incomeTaxTreatyExemptCode - The incomeTaxTreatyExemptCode to set.public boolean isForeignSourceIncomeCode()
public void setForeignSourceIncomeCode(boolean foreignSourceIncomeCode)
foreignSourceIncomeCode - The foreignSourceIncomeCode to set.public boolean isIncomeTaxGrossUpCode()
public void setIncomeTaxGrossUpCode(boolean incomeTaxGrossUpCode)
incomeTaxGrossUpCode - The incomeTaxGrossUpCode to set.public String getReferenceFinancialSystemOriginationCode()
public void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
referenceFinancialSystemOriginationCode - The referenceFinancialSystemOriginationCode to set.public String getReferenceFinancialDocumentNumber()
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
referenceFinancialDocumentNumber - The referenceFinancialDocumentNumber to set.public String getFinancialDocumentAccountingLineText()
public void setFinancialDocumentAccountingLineText(String financialDocumentAccountingLineText)
financialDocumentAccountingLineText - The financialDocumentAccountingLineText to set.public String getTaxNQIId()
public Boolean getTaxOtherExemptIndicator()
public Boolean getTaxUSAIDPerDiemIndicator()
public org.kuali.rice.kns.util.KualiDecimal getTaxSpecialW4Amount()
public void setTaxNQIId(String taxNQIId)
taxNQIId - The taxNQIId to set.public void setTaxOtherExemptIndicator(Boolean taxOtherExemptIndicator)
taxOtherExemptIndicator - The taxOtherExemptIndicator to set.public void setTaxUSAIDPerDiemIndicator(Boolean taxUSAIDPerDiemIndicator)
taxUSAIDPerDiemIndicator - The taxUSAIDPerDiemIndicator to set.public void setTaxSpecialW4Amount(org.kuali.rice.kns.util.KualiDecimal taxSpecialW4Amount)
taxSpecialW4Amount - The taxSpecialW4Amount to set.public TaxIncomeClassCode getIncomeClass()
public void setIncomeClass(TaxIncomeClassCode incomeClass)
incomeClass - The incomeClass to set.public String getIncomeClassName()
public void setincomeClassName(String name)
name - The incomeClass name to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||