TaxModelDocLineBaseImpl_IN Class [AX 2012]
The TaxModelDocLineBaseImpl_IN class is the base implement of the tax model document line.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAssessableValueTransactionCurrency | Gets the assessable value of the document line. |
| getCustTable | Gets the CustTable based on the cust account on the transaction line. |
| getDocumentLineExtensionMap | Gets the extension map TaxModelDocLineExtensionIN of the documentLineMap. |
| getDocumentLineMainTableId | Gets the TableId of the document line main table. |
| getDocumentLineMainTableRecId | Gets the RecId of the document line main table. |
| getDocumentLineOriginalTable | Gets the SalesPurchJournalLine_IN of the document line original table. |
| getInventTransId | Gets the InventTransId of the document line. |
| getItemId | Gets the ItemId of the document line. |
| getMaximumRetailPriceTransactionCurrency | Gets the maximum retail price of the document line. |
| getOriginalTaxModelTaxable | Gets the original TaxModelTaxable_IN of the document line. |
| getQuantity | Gets the quantity from the transaction line. |
| getReferenceTaxModelDocLine | Gets the reference TaxModel doc line. |
| getTaxCode | Gets the tax code for the transaction line. |
| getTaxDirection | Gets the tax direction. |
| getTaxGroup | Gets the tax group for the transaction line. |
| getTaxInfomationTable | Gets the TaxInformation_IN based on the tax location. |
| getTaxItemGroup | Gets the item tax group for the transaction line. |
| getTaxLocationRefRecId | Gets the tax location RefRecId on the transaction. |
| getTaxLogisticsPostalAddressTable | Gets the tax LogisticsPostalAddress of this transaction document line. |
| getTaxRateBasingDate | Gets the tax rate basing date for the given tax type. |
| getTaxRegistrationNumber | Gets the TaxRegistrationNumber_IN of the tax registration based on the given tax type. |
| getTaxRegistrationNumberRefRecId | Gets the RecId of the tax registration based on the given tax type. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransactionType | Gets TaxModelTransactionType_IN of the transaction |
| getTransDate | Gets the Transaction posting date |
| getVendTable | Gets the VendTable based on the vendor account on the transaction line. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Init the domain object.The method should only be called by the TaxModelDocLineFactoryable_IN classes. |
| isBasedOnReferenceTaxModelDocLine | Determines if the doc line is based on reference taxmodel doc line or not. |
| isForegin | To determine if the transaction is related to a foregin account. |
| isPayment | To determine if the transaction is a payment or not. |
| isTaxTypeAttached | Check to see if the transaction document has the given TaxType_INTaxCode |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setBaseModel | Sets the base Model. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| shouldPostTaxTrans | To determine if tax transaction should be posted or not. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: