Class TaxRate
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.financialmgmt.tax.TaxRate
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class TaxRate extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity FinancialMgmtTaxRate (stored in table C_Tax).
Help: The Tax Rate Window defines the different taxes used for each tax category.
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table C_Taxstatic String
PROPERTY_BASEAMOUNT
Property baseAmount stored in column BaseAmount in table C_Tax
Help: Base Amount to be used as base for the calculation. Line net amount or alternate line net amount can be selected as base for the tax calculation.static String
PROPERTY_BUSINESSPARTNERTAXCATEGORY
Property businessPartnerTaxCategory stored in column C_BP_TaxCategory_ID in table C_Tax
Help: Bussines Partner Tax Category is a category defined for applying default taxes to procurement transactions.static String
PROPERTY_CASCADE
Property cascade stored in column Cascade in table C_Tax
Help: Indicates if it is applied in an accumulative way or if it is applied to the base amount.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_Taxstatic String
PROPERTY_COUNTRY
Property country stored in column C_Country_ID in table C_Tax
Help: The Country defines a Country. Each Country must be defined before it can be used in any document.static String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_Taxstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_Taxstatic String
PROPERTY_DEDUCTABLERATE
Property deductableRate stored in column Deducpercent in table C_Tax
Help: It is the deductible percentagestatic String
PROPERTY_DEFAULT
Property default stored in column IsDefault in table C_Tax
Help: The Default Checkbox indicates if this record will be used as a default value.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table C_Tax
Help: A description is limited to 255 characters.static String
PROPERTY_DESTINATIONCOUNTRY
Property destinationCountry stored in column To_Country_ID in table C_Tax
Help: The To Country indicates the receiving country on a documentstatic String
PROPERTY_DESTINATIONREGION
Property destinationRegion stored in column To_Region_ID in table C_Tax
Help: The To Region indicates the receiving region on a documentstatic String
PROPERTY_DOCTAXAMOUNT
Property docTaxAmount stored in column DocTaxAmount in table C_Tax
Help: Criteria used for the calculation of tax base amount at document level.static String
PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST
Property financialMgmtTaxRateAccountsList stored in table C_Taxstatic String
PROPERTY_FINANCIALMGMTTAXRATEPARENTTAXRATELIST
Property financialMgmtTaxRateParentTaxRateList stored in table C_Taxstatic String
PROPERTY_FINANCIALMGMTTAXTRLLIST
Property financialMgmtTaxTrlList stored in table C_Taxstatic String
PROPERTY_FINANCIALMGMTTAXZONELIST
Property financialMgmtTaxZoneList stored in table C_Taxstatic String
PROPERTY_ID
Property id stored in column C_Tax_ID in table C_Tax
Help: The Tax indicates the type of tax for this document line.static String
PROPERTY_ISCASHVAT
Property isCashVAT stored in column IsCashVAT in table C_Tax
Help: Cash VAT tax ratestatic String
PROPERTY_ISTAXDEDUCTABLE
Property istaxdeductable stored in column IsTaxDeductable in table C_Tax
Help: If active, this rate will behave as a tax deductible rate, no matter if the organization where used is tax deductible or not.static String
PROPERTY_LINENO
Property lineNo stored in column Line in table C_Tax
Help: Indicates the unique line for a document. It will also control the display order of the lines within a document.static String
PROPERTY_NAME
Property name stored in column Name in table C_Taxstatic String
PROPERTY_NOTTAXABLE
Property notTaxable stored in column IsNoTaxable in table C_Tax
Help: Check if it is not taxablestatic String
PROPERTY_NOTTAXDEDUCTABLE
Property notTaxdeductable stored in column IsTaxUndeductable in table C_Tax
Help: Check it if the tax is not deductiblestatic String
PROPERTY_NOVAT
Property noVAT stored in column IsNoVAT in table C_Tax
Help: Is no VATstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_Taxstatic String
PROPERTY_ORIGINALRATE
Property originalRate stored in column Originalrate in table C_Tax
Help: Original Ratestatic String
PROPERTY_PARENTTAXRATE
Property parentTaxRate stored in column Parent_Tax_ID in table C_Tax
Help: The Parent Tax indicates a tax that is a reference for multiple taxes. This allows you to charge multiple taxes on a document by entering the Parent Taxstatic String
PROPERTY_RATE
Property rate stored in column Rate in table C_Tax
Help: The Rate indicates the percentage to be multiplied by the source to arrive at the tax or exchange amount.static String
PROPERTY_REGION
Property region stored in column C_Region_ID in table C_Tax
Help: The Region identifies a unique Region for this Country.static String
PROPERTY_SALESPURCHASETYPE
Property salesPurchaseType stored in column SOPOType in table C_Tax
Help: Sales Tax: charged when selling - examples: Sales Tax, Output VAT (payable)Purchase Tax: tax charged when purchasing - examples: Use Tax, Input VAT (receivable)static String
PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table C_Tax
Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.static String
PROPERTY_SUMMARYLEVEL
Property summaryLevel stored in column IsSummary in table C_Tax
Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.static String
PROPERTY_TAXBASE
Property taxBase stored in column C_TaxBase_ID in table C_Tax
Help: The amount of the tax selected here will be used as tax base amount for the tax calculation.static String
PROPERTY_TAXCATEGORY
Property taxCategory stored in column C_TaxCategory_ID in table C_Tax
Help: The Tax Category provides a method of grouping similar taxes. For example, Sales Tax or Value Added Tax.static String
PROPERTY_TAXEXEMPT
Property taxExempt stored in column IsTaxExempt in table C_Tax
Help: If a business partner is exempt from tax, the exempt tax rate is used. For this, you need to set up a tax rate with a 0% rate and indicate that this is your tax exempt rate. This is required for tax reporting, so that you can track tax exempt transactions.static String
PROPERTY_TAXSEARCHKEY
Property taxSearchKey stored in column TaxIndicator in table C_Tax
Help: The Tax Indicator identifies the short name that will print on documents referencing this tax.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table C_Taxstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_Taxstatic String
PROPERTY_VALIDFROMDATE
Property validFromDate stored in column ValidFrom in table C_Tax
Help: The Valid From date indicates the first day of a date rangestatic String
PROPERTY_WITHHOLDINGTAX
Property withholdingTax stored in column IsWithholdingTax in table C_Tax
Help: Describe if the tax is included in the Withholding's Calculation.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description TaxRate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseAmount()
TaxCategory
getBusinessPartnerTaxCategory()
Client
getClient()
Client fieldCountry
getCountry()
User
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditBigDecimal
getDeductableRate()
String
getDescription()
Country
getDestinationCountry()
Region
getDestinationRegion()
String
getDocTaxAmount()
String
getEntityName()
List<TaxRateAccounts>
getFinancialMgmtTaxRateAccountsList()
Help: Defines the accounting parameters to be used for transactions referencing this Tax Rate.List<TaxRate>
getFinancialMgmtTaxRateParentTaxRateList()
Help: The Tax Rate Window defines the different taxes used for each tax category.List<TaxTrl>
getFinancialMgmtTaxTrlList()
Help: Translations for taxes.List<TaxZone>
getFinancialMgmtTaxZoneList()
Help: Defines the zones where the tax is applicable.String
getId()
Long
getLineNo()
String
getName()
Organization
getOrganization()
Gets organization fieldBigDecimal
getOriginalRate()
TaxRate
getParentTaxRate()
BigDecimal
getRate()
Region
getRegion()
String
getSalesPurchaseType()
String
getSearchKey()
TaxRate
getTaxBase()
TaxCategory
getTaxCategory()
String
getTaxSearchKey()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userDate
getValidFromDate()
Boolean
isActive()
Gets active fieldBoolean
isCascade()
Boolean
isCashVAT()
Boolean
isDefault()
Boolean
isNotTaxable()
Boolean
isNotTaxdeductable()
Boolean
isNoVAT()
Boolean
isSummaryLevel()
Boolean
isTaxdeductable()
Boolean
isTaxExempt()
Boolean
isWithholdingTax()
void
setActive(Boolean active)
Sets active fieldvoid
setBaseAmount(String baseAmount)
void
setBusinessPartnerTaxCategory(TaxCategory businessPartnerTaxCategory)
void
setCascade(Boolean cascade)
void
setCashVAT(Boolean isCashVAT)
void
setClient(Client client)
Client fieldvoid
setCountry(Country country)
void
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setDeductableRate(BigDecimal deductableRate)
void
setDefault(Boolean deflt)
void
setDescription(String description)
void
setDestinationCountry(Country destinationCountry)
void
setDestinationRegion(Region destinationRegion)
void
setDocTaxAmount(String docTaxAmount)
void
setFinancialMgmtTaxRateAccountsList(List<TaxRateAccounts> financialMgmtTaxRateAccountsList)
Help: Defines the accounting parameters to be used for transactions referencing this Tax Rate.void
setFinancialMgmtTaxRateParentTaxRateList(List<TaxRate> financialMgmtTaxRateParentTaxRateList)
Help: The Tax Rate Window defines the different taxes used for each tax category.void
setFinancialMgmtTaxTrlList(List<TaxTrl> financialMgmtTaxTrlList)
Help: Translations for taxes.void
setFinancialMgmtTaxZoneList(List<TaxZone> financialMgmtTaxZoneList)
Help: Defines the zones where the tax is applicable.void
setId(String id)
void
setLineNo(Long lineNo)
void
setName(String name)
void
setNotTaxable(Boolean notTaxable)
void
setNotTaxdeductable(Boolean notTaxdeductable)
void
setNoVAT(Boolean noVAT)
void
setOrganization(Organization organization)
Sets organization fieldvoid
setOriginalRate(BigDecimal originalRate)
void
setParentTaxRate(TaxRate parentTaxRate)
void
setRate(BigDecimal rate)
void
setRegion(Region region)
void
setSalesPurchaseType(String salesPurchaseType)
void
setSearchKey(String searchKey)
void
setSummaryLevel(Boolean summaryLevel)
void
setTaxBase(TaxRate taxBase)
void
setTaxCategory(TaxCategory taxCategory)
void
setTaxdeductable(Boolean istaxdeductable)
void
setTaxExempt(Boolean taxExempt)
void
setTaxSearchKey(String taxSearchKey)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit uservoid
setValidFromDate(Date validFromDate)
void
setWithholdingTax(Boolean withholdingTax)
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column C_Tax_ID in table C_Tax
Help: The Tax indicates the type of tax for this document line.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_Tax- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_Tax- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table C_Tax- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_Tax- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_Tax- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table C_Tax- See Also:
Traceable
, Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table C_Tax- See Also:
- Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_Tax- See Also:
Traceable
, Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table C_Tax
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_TAXSEARCHKEY
public static final String PROPERTY_TAXSEARCHKEY
Property taxSearchKey stored in column TaxIndicator in table C_Tax
Help: The Tax Indicator identifies the short name that will print on documents referencing this tax.- See Also:
- Constant Field Values
-
PROPERTY_VALIDFROMDATE
public static final String PROPERTY_VALIDFROMDATE
Property validFromDate stored in column ValidFrom in table C_Tax
Help: The Valid From date indicates the first day of a date range- See Also:
- Constant Field Values
-
PROPERTY_SUMMARYLEVEL
public static final String PROPERTY_SUMMARYLEVEL
Property summaryLevel stored in column IsSummary in table C_Tax
Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.- See Also:
- Constant Field Values
-
PROPERTY_RATE
public static final String PROPERTY_RATE
Property rate stored in column Rate in table C_Tax
Help: The Rate indicates the percentage to be multiplied by the source to arrive at the tax or exchange amount.- See Also:
- Constant Field Values
-
PROPERTY_PARENTTAXRATE
public static final String PROPERTY_PARENTTAXRATE
Property parentTaxRate stored in column Parent_Tax_ID in table C_Tax
Help: The Parent Tax indicates a tax that is a reference for multiple taxes. This allows you to charge multiple taxes on a document by entering the Parent Tax- See Also:
- Constant Field Values
-
PROPERTY_COUNTRY
public static final String PROPERTY_COUNTRY
Property country stored in column C_Country_ID in table C_Tax
Help: The Country defines a Country. Each Country must be defined before it can be used in any document.- See Also:
- Constant Field Values
-
PROPERTY_REGION
public static final String PROPERTY_REGION
Property region stored in column C_Region_ID in table C_Tax
Help: The Region identifies a unique Region for this Country.- See Also:
- Constant Field Values
-
PROPERTY_DESTINATIONCOUNTRY
public static final String PROPERTY_DESTINATIONCOUNTRY
Property destinationCountry stored in column To_Country_ID in table C_Tax
Help: The To Country indicates the receiving country on a document- See Also:
- Constant Field Values
-
PROPERTY_DESTINATIONREGION
public static final String PROPERTY_DESTINATIONREGION
Property destinationRegion stored in column To_Region_ID in table C_Tax
Help: The To Region indicates the receiving region on a document- See Also:
- Constant Field Values
-
PROPERTY_TAXCATEGORY
public static final String PROPERTY_TAXCATEGORY
Property taxCategory stored in column C_TaxCategory_ID in table C_Tax
Help: The Tax Category provides a method of grouping similar taxes. For example, Sales Tax or Value Added Tax.- See Also:
- Constant Field Values
-
PROPERTY_DEFAULT
public static final String PROPERTY_DEFAULT
Property default stored in column IsDefault in table C_Tax
Help: The Default Checkbox indicates if this record will be used as a default value.- See Also:
- Constant Field Values
-
PROPERTY_TAXEXEMPT
public static final String PROPERTY_TAXEXEMPT
Property taxExempt stored in column IsTaxExempt in table C_Tax
Help: If a business partner is exempt from tax, the exempt tax rate is used. For this, you need to set up a tax rate with a 0% rate and indicate that this is your tax exempt rate. This is required for tax reporting, so that you can track tax exempt transactions.- See Also:
- Constant Field Values
-
PROPERTY_SALESPURCHASETYPE
public static final String PROPERTY_SALESPURCHASETYPE
Property salesPurchaseType stored in column SOPOType in table C_Tax
Help: Sales Tax: charged when selling - examples: Sales Tax, Output VAT (payable)Purchase Tax: tax charged when purchasing - examples: Use Tax, Input VAT (receivable)- See Also:
- Constant Field Values
-
PROPERTY_CASCADE
public static final String PROPERTY_CASCADE
Property cascade stored in column Cascade in table C_Tax
Help: Indicates if it is applied in an accumulative way or if it is applied to the base amount.- See Also:
- Constant Field Values
-
PROPERTY_BUSINESSPARTNERTAXCATEGORY
public static final String PROPERTY_BUSINESSPARTNERTAXCATEGORY
Property businessPartnerTaxCategory stored in column C_BP_TaxCategory_ID in table C_Tax
Help: Bussines Partner Tax Category is a category defined for applying default taxes to procurement transactions.- See Also:
- Constant Field Values
-
PROPERTY_LINENO
public static final String PROPERTY_LINENO
Property lineNo stored in column Line in table C_Tax
Help: Indicates the unique line for a document. It will also control the display order of the lines within a document.- See Also:
- Constant Field Values
-
PROPERTY_WITHHOLDINGTAX
public static final String PROPERTY_WITHHOLDINGTAX
Property withholdingTax stored in column IsWithholdingTax in table C_Tax
Help: Describe if the tax is included in the Withholding's Calculation.- See Also:
- Constant Field Values
-
PROPERTY_NOTTAXABLE
public static final String PROPERTY_NOTTAXABLE
Property notTaxable stored in column IsNoTaxable in table C_Tax
Help: Check if it is not taxable- See Also:
- Constant Field Values
-
PROPERTY_DEDUCTABLERATE
public static final String PROPERTY_DEDUCTABLERATE
Property deductableRate stored in column Deducpercent in table C_Tax
Help: It is the deductible percentage- See Also:
- Constant Field Values
-
PROPERTY_ORIGINALRATE
public static final String PROPERTY_ORIGINALRATE
Property originalRate stored in column Originalrate in table C_Tax
Help: Original Rate- See Also:
- Constant Field Values
-
PROPERTY_NOTTAXDEDUCTABLE
public static final String PROPERTY_NOTTAXDEDUCTABLE
Property notTaxdeductable stored in column IsTaxUndeductable in table C_Tax
Help: Check it if the tax is not deductible- See Also:
- Constant Field Values
-
PROPERTY_ISTAXDEDUCTABLE
public static final String PROPERTY_ISTAXDEDUCTABLE
Property istaxdeductable stored in column IsTaxDeductable in table C_Tax
Help: If active, this rate will behave as a tax deductible rate, no matter if the organization where used is tax deductible or not.- See Also:
- Constant Field Values
-
PROPERTY_NOVAT
public static final String PROPERTY_NOVAT
Property noVAT stored in column IsNoVAT in table C_Tax
Help: Is no VAT- See Also:
- Constant Field Values
-
PROPERTY_BASEAMOUNT
public static final String PROPERTY_BASEAMOUNT
Property baseAmount stored in column BaseAmount in table C_Tax
Help: Base Amount to be used as base for the calculation. Line net amount or alternate line net amount can be selected as base for the tax calculation.- See Also:
- Constant Field Values
-
PROPERTY_TAXBASE
public static final String PROPERTY_TAXBASE
Property taxBase stored in column C_TaxBase_ID in table C_Tax
Help: The amount of the tax selected here will be used as tax base amount for the tax calculation.- See Also:
- Constant Field Values
-
PROPERTY_DOCTAXAMOUNT
public static final String PROPERTY_DOCTAXAMOUNT
Property docTaxAmount stored in column DocTaxAmount in table C_Tax
Help: Criteria used for the calculation of tax base amount at document level.- See Also:
- Constant Field Values
-
PROPERTY_ISCASHVAT
public static final String PROPERTY_ISCASHVAT
Property isCashVAT stored in column IsCashVAT in table C_Tax
Help: Cash VAT tax rate- See Also:
- Constant Field Values
-
PROPERTY_SEARCHKEY
public static final String PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table C_Tax
Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.- See Also:
- Constant Field Values
-
PROPERTY_FINANCIALMGMTTAXRATEPARENTTAXRATELIST
public static final String PROPERTY_FINANCIALMGMTTAXRATEPARENTTAXRATELIST
Property financialMgmtTaxRateParentTaxRateList stored in table C_Tax- See Also:
- Constant Field Values
-
PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST
public static final String PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST
Property financialMgmtTaxRateAccountsList stored in table C_Tax- See Also:
- Constant Field Values
-
PROPERTY_FINANCIALMGMTTAXTRLLIST
public static final String PROPERTY_FINANCIALMGMTTAXTRLLIST
Property financialMgmtTaxTrlList stored in table C_Tax- See Also:
- Constant Field Values
-
PROPERTY_FINANCIALMGMTTAXZONELIST
public static final String PROPERTY_FINANCIALMGMTTAXZONELIST
Property financialMgmtTaxZoneList stored in table C_Tax- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getTaxSearchKey
public String getTaxSearchKey()
- See Also:
PROPERTY_TAXSEARCHKEY
-
setTaxSearchKey
public void setTaxSearchKey(String taxSearchKey)
- See Also:
PROPERTY_TAXSEARCHKEY
-
getValidFromDate
public Date getValidFromDate()
- See Also:
PROPERTY_VALIDFROMDATE
-
setValidFromDate
public void setValidFromDate(Date validFromDate)
- See Also:
PROPERTY_VALIDFROMDATE
-
isSummaryLevel
public Boolean isSummaryLevel()
- See Also:
PROPERTY_SUMMARYLEVEL
-
setSummaryLevel
public void setSummaryLevel(Boolean summaryLevel)
- See Also:
PROPERTY_SUMMARYLEVEL
-
getRate
public BigDecimal getRate()
- See Also:
PROPERTY_RATE
-
setRate
public void setRate(BigDecimal rate)
- See Also:
PROPERTY_RATE
-
getParentTaxRate
public TaxRate getParentTaxRate()
- See Also:
PROPERTY_PARENTTAXRATE
-
setParentTaxRate
public void setParentTaxRate(TaxRate parentTaxRate)
- See Also:
PROPERTY_PARENTTAXRATE
-
getCountry
public Country getCountry()
- See Also:
PROPERTY_COUNTRY
-
setCountry
public void setCountry(Country country)
- See Also:
PROPERTY_COUNTRY
-
getRegion
public Region getRegion()
- See Also:
PROPERTY_REGION
-
setRegion
public void setRegion(Region region)
- See Also:
PROPERTY_REGION
-
getDestinationCountry
public Country getDestinationCountry()
- See Also:
PROPERTY_DESTINATIONCOUNTRY
-
setDestinationCountry
public void setDestinationCountry(Country destinationCountry)
- See Also:
PROPERTY_DESTINATIONCOUNTRY
-
getDestinationRegion
public Region getDestinationRegion()
- See Also:
PROPERTY_DESTINATIONREGION
-
setDestinationRegion
public void setDestinationRegion(Region destinationRegion)
- See Also:
PROPERTY_DESTINATIONREGION
-
getTaxCategory
public TaxCategory getTaxCategory()
- See Also:
PROPERTY_TAXCATEGORY
-
setTaxCategory
public void setTaxCategory(TaxCategory taxCategory)
- See Also:
PROPERTY_TAXCATEGORY
-
isDefault
public Boolean isDefault()
- See Also:
PROPERTY_DEFAULT
-
setDefault
public void setDefault(Boolean deflt)
- See Also:
PROPERTY_DEFAULT
-
isTaxExempt
public Boolean isTaxExempt()
- See Also:
PROPERTY_TAXEXEMPT
-
setTaxExempt
public void setTaxExempt(Boolean taxExempt)
- See Also:
PROPERTY_TAXEXEMPT
-
getSalesPurchaseType
public String getSalesPurchaseType()
- See Also:
PROPERTY_SALESPURCHASETYPE
-
setSalesPurchaseType
public void setSalesPurchaseType(String salesPurchaseType)
- See Also:
PROPERTY_SALESPURCHASETYPE
-
isCascade
public Boolean isCascade()
- See Also:
PROPERTY_CASCADE
-
setCascade
public void setCascade(Boolean cascade)
- See Also:
PROPERTY_CASCADE
-
getBusinessPartnerTaxCategory
public TaxCategory getBusinessPartnerTaxCategory()
- See Also:
PROPERTY_BUSINESSPARTNERTAXCATEGORY
-
setBusinessPartnerTaxCategory
public void setBusinessPartnerTaxCategory(TaxCategory businessPartnerTaxCategory)
- See Also:
PROPERTY_BUSINESSPARTNERTAXCATEGORY
-
getLineNo
public Long getLineNo()
- See Also:
PROPERTY_LINENO
-
setLineNo
public void setLineNo(Long lineNo)
- See Also:
PROPERTY_LINENO
-
isWithholdingTax
public Boolean isWithholdingTax()
- See Also:
PROPERTY_WITHHOLDINGTAX
-
setWithholdingTax
public void setWithholdingTax(Boolean withholdingTax)
- See Also:
PROPERTY_WITHHOLDINGTAX
-
isNotTaxable
public Boolean isNotTaxable()
- See Also:
PROPERTY_NOTTAXABLE
-
setNotTaxable
public void setNotTaxable(Boolean notTaxable)
- See Also:
PROPERTY_NOTTAXABLE
-
getDeductableRate
public BigDecimal getDeductableRate()
- See Also:
PROPERTY_DEDUCTABLERATE
-
setDeductableRate
public void setDeductableRate(BigDecimal deductableRate)
- See Also:
PROPERTY_DEDUCTABLERATE
-
getOriginalRate
public BigDecimal getOriginalRate()
- See Also:
PROPERTY_ORIGINALRATE
-
setOriginalRate
public void setOriginalRate(BigDecimal originalRate)
- See Also:
PROPERTY_ORIGINALRATE
-
isNotTaxdeductable
public Boolean isNotTaxdeductable()
- See Also:
PROPERTY_NOTTAXDEDUCTABLE
-
setNotTaxdeductable
public void setNotTaxdeductable(Boolean notTaxdeductable)
- See Also:
PROPERTY_NOTTAXDEDUCTABLE
-
isTaxdeductable
public Boolean isTaxdeductable()
- See Also:
PROPERTY_ISTAXDEDUCTABLE
-
setTaxdeductable
public void setTaxdeductable(Boolean istaxdeductable)
- See Also:
PROPERTY_ISTAXDEDUCTABLE
-
isNoVAT
public Boolean isNoVAT()
- See Also:
PROPERTY_NOVAT
-
setNoVAT
public void setNoVAT(Boolean noVAT)
- See Also:
PROPERTY_NOVAT
-
getBaseAmount
public String getBaseAmount()
- See Also:
PROPERTY_BASEAMOUNT
-
setBaseAmount
public void setBaseAmount(String baseAmount)
- See Also:
PROPERTY_BASEAMOUNT
-
getTaxBase
public TaxRate getTaxBase()
- See Also:
PROPERTY_TAXBASE
-
setTaxBase
public void setTaxBase(TaxRate taxBase)
- See Also:
PROPERTY_TAXBASE
-
getDocTaxAmount
public String getDocTaxAmount()
- See Also:
PROPERTY_DOCTAXAMOUNT
-
setDocTaxAmount
public void setDocTaxAmount(String docTaxAmount)
- See Also:
PROPERTY_DOCTAXAMOUNT
-
isCashVAT
public Boolean isCashVAT()
- See Also:
PROPERTY_ISCASHVAT
-
setCashVAT
public void setCashVAT(Boolean isCashVAT)
- See Also:
PROPERTY_ISCASHVAT
-
getSearchKey
public String getSearchKey()
- See Also:
PROPERTY_SEARCHKEY
-
setSearchKey
public void setSearchKey(String searchKey)
- See Also:
PROPERTY_SEARCHKEY
-
getFinancialMgmtTaxRateParentTaxRateList
public List<TaxRate> getFinancialMgmtTaxRateParentTaxRateList()
Help: The Tax Rate Window defines the different taxes used for each tax category.- See Also:
TaxRate
-
setFinancialMgmtTaxRateParentTaxRateList
public void setFinancialMgmtTaxRateParentTaxRateList(List<TaxRate> financialMgmtTaxRateParentTaxRateList)
Help: The Tax Rate Window defines the different taxes used for each tax category.- See Also:
TaxRate
-
getFinancialMgmtTaxRateAccountsList
public List<TaxRateAccounts> getFinancialMgmtTaxRateAccountsList()
Help: Defines the accounting parameters to be used for transactions referencing this Tax Rate.- See Also:
TaxRateAccounts
-
setFinancialMgmtTaxRateAccountsList
public void setFinancialMgmtTaxRateAccountsList(List<TaxRateAccounts> financialMgmtTaxRateAccountsList)
Help: Defines the accounting parameters to be used for transactions referencing this Tax Rate.- See Also:
TaxRateAccounts
-
getFinancialMgmtTaxTrlList
public List<TaxTrl> getFinancialMgmtTaxTrlList()
Help: Translations for taxes.- See Also:
TaxTrl
-
setFinancialMgmtTaxTrlList
public void setFinancialMgmtTaxTrlList(List<TaxTrl> financialMgmtTaxTrlList)
Help: Translations for taxes.- See Also:
TaxTrl
-
getFinancialMgmtTaxZoneList
public List<TaxZone> getFinancialMgmtTaxZoneList()
Help: Defines the zones where the tax is applicable.- See Also:
TaxZone
-
-