public class

FixedAsset

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.FixedAsset

Class Overview

Product: QBW Description: Fixed assets represent the business assets that you do not convert to cash within one year of operation. A fixed asset is usually integral to your business operations. For example, a truck, cash register, or computer. EndPoint: services.intuit.com Business Rules: [li]If ItemID or ItemType are specified for a transaction, do not specify UnitPrice for the fixed asset.[/li]

Java class for FixedAsset complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FixedAsset">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AcquiredAs" type="{http://www.intuit.com/sb/cdm/v2}AcquiredAsEnum" minOccurs="0"/>
         <element name="PurchaseDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PurchaseDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="PurchaseCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Vendor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AssetAccountRef" type="{http://www.intuit.com/sb/cdm/v2}AccountRef" minOccurs="0"/>
         <element name="SalesDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SalesDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="SalesPrice" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="SalesExpense" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PONumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WarrantyExpDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AssetNum" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="CostBasis" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Depreciation" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="BookValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AcquiredAsEnum acquiredAs
protected Boolean active
protected AccountRef assetAccountRef
protected BigInteger assetNum
protected BigDecimal bookValue
protected BigDecimal costBasis
protected BigDecimal depreciation
protected String desc
protected String location
protected String name
protected String notes
protected String poNumber
protected BigDecimal purchaseCost
protected String purchaseDate
protected String purchaseDesc
protected String salesDate
protected String salesDesc
protected BigDecimal salesExpense
protected BigDecimal salesPrice
protected String serialNumber
protected String vendor
protected String warrantyExpDate
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
FixedAsset()
Public Methods
AcquiredAsEnum getAcquiredAs()
Gets the value of the acquiredAs property.
AccountRef getAssetAccountRef()
Gets the value of the assetAccountRef property.
BigInteger getAssetNum()
Gets the value of the assetNum property.
BigDecimal getBookValue()
Gets the value of the bookValue property.
BigDecimal getCostBasis()
Gets the value of the costBasis property.
BigDecimal getDepreciation()
Gets the value of the depreciation property.
String getDesc()
Gets the value of the desc property.
String getLocation()
Gets the value of the location property.
String getName()
Gets the value of the name property.
String getNotes()
Gets the value of the notes property.
String getPONumber()
Gets the value of the poNumber property.
BigDecimal getPurchaseCost()
Gets the value of the purchaseCost property.
String getPurchaseDate()
Gets the value of the purchaseDate property.
String getPurchaseDesc()
Gets the value of the purchaseDesc property.
String getSalesDate()
Gets the value of the salesDate property.
String getSalesDesc()
Gets the value of the salesDesc property.
BigDecimal getSalesExpense()
Gets the value of the salesExpense property.
BigDecimal getSalesPrice()
Gets the value of the salesPrice property.
String getSerialNumber()
Gets the value of the serialNumber property.
String getVendor()
Gets the value of the vendor property.
String getWarrantyExpDate()
Gets the value of the warrantyExpDate property.
Boolean isActive()
Gets the value of the active property.
void setAcquiredAs(AcquiredAsEnum value)
Sets the value of the acquiredAs property.
void setActive(Boolean value)
Sets the value of the active property.
void setAssetAccountRef(AccountRef value)
Sets the value of the assetAccountRef property.
void setAssetNum(BigInteger value)
Sets the value of the assetNum property.
void setBookValue(BigDecimal value)
Sets the value of the bookValue property.
void setCostBasis(BigDecimal value)
Sets the value of the costBasis property.
void setDepreciation(BigDecimal value)
Sets the value of the depreciation property.
void setDesc(String value)
Sets the value of the desc property.
void setLocation(String value)
Sets the value of the location property.
void setName(String value)
Sets the value of the name property.
void setNotes(String value)
Sets the value of the notes property.
void setPONumber(String value)
Sets the value of the poNumber property.
void setPurchaseCost(BigDecimal value)
Sets the value of the purchaseCost property.
void setPurchaseDate(String value)
Sets the value of the purchaseDate property.
void setPurchaseDesc(String value)
Sets the value of the purchaseDesc property.
void setSalesDate(String value)
Sets the value of the salesDate property.
void setSalesDesc(String value)
Sets the value of the salesDesc property.
void setSalesExpense(BigDecimal value)
Sets the value of the salesExpense property.
void setSalesPrice(BigDecimal value)
Sets the value of the salesPrice property.
void setSerialNumber(String value)
Sets the value of the serialNumber property.
void setVendor(String value)
Sets the value of the vendor property.
void setWarrantyExpDate(String value)
Sets the value of the warrantyExpDate property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected AcquiredAsEnum acquiredAs

protected Boolean active

protected AccountRef assetAccountRef

protected BigInteger assetNum

protected BigDecimal bookValue

protected BigDecimal costBasis

protected BigDecimal depreciation

protected String desc

protected String location

protected String name

protected String notes

protected String poNumber

protected BigDecimal purchaseCost

protected String purchaseDate

protected String purchaseDesc

protected String salesDate

protected String salesDesc

protected BigDecimal salesExpense

protected BigDecimal salesPrice

protected String serialNumber

protected String vendor

protected String warrantyExpDate

Public Constructors

public FixedAsset ()

Public Methods

public AcquiredAsEnum getAcquiredAs ()

Gets the value of the acquiredAs property.

Returns

public AccountRef getAssetAccountRef ()

Gets the value of the assetAccountRef property.

Returns

public BigInteger getAssetNum ()

Gets the value of the assetNum property.

Returns
  • possible object is BigInteger

public BigDecimal getBookValue ()

Gets the value of the bookValue property.

Returns
  • possible object is BigDecimal

public BigDecimal getCostBasis ()

Gets the value of the costBasis property.

Returns
  • possible object is BigDecimal

public BigDecimal getDepreciation ()

Gets the value of the depreciation property.

Returns
  • possible object is BigDecimal

public String getDesc ()

Gets the value of the desc property.

Returns
  • possible object is String

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public String getPONumber ()

Gets the value of the poNumber property.

Returns
  • possible object is String

public BigDecimal getPurchaseCost ()

Gets the value of the purchaseCost property.

Returns
  • possible object is BigDecimal

public String getPurchaseDate ()

Gets the value of the purchaseDate property.

Returns
  • possible object is String

public String getPurchaseDesc ()

Gets the value of the purchaseDesc property.

Returns
  • possible object is String

public String getSalesDate ()

Gets the value of the salesDate property.

Returns
  • possible object is String

public String getSalesDesc ()

Gets the value of the salesDesc property.

Returns
  • possible object is String

public BigDecimal getSalesExpense ()

Gets the value of the salesExpense property.

Returns
  • possible object is BigDecimal

public BigDecimal getSalesPrice ()

Gets the value of the salesPrice property.

Returns
  • possible object is BigDecimal

public String getSerialNumber ()

Gets the value of the serialNumber property.

Returns
  • possible object is String

public String getVendor ()

Gets the value of the vendor property.

Returns
  • possible object is String

public String getWarrantyExpDate ()

Gets the value of the warrantyExpDate property.

Returns
  • possible object is String

public Boolean isActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public void setAcquiredAs (AcquiredAsEnum value)

Sets the value of the acquiredAs property.

Parameters
value Allowed object is AcquiredAsEnum

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

public void setAssetAccountRef (AccountRef value)

Sets the value of the assetAccountRef property.

Parameters
value Allowed object is AccountRef

public void setAssetNum (BigInteger value)

Sets the value of the assetNum property.

Parameters
value Allowed object is BigInteger

public void setBookValue (BigDecimal value)

Sets the value of the bookValue property.

Parameters
value Allowed object is BigDecimal

public void setCostBasis (BigDecimal value)

Sets the value of the costBasis property.

Parameters
value Allowed object is BigDecimal

public void setDepreciation (BigDecimal value)

Sets the value of the depreciation property.

Parameters
value Allowed object is BigDecimal

public void setDesc (String value)

Sets the value of the desc property.

Parameters
value Allowed object is String

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setPONumber (String value)

Sets the value of the poNumber property.

Parameters
value Allowed object is String

public void setPurchaseCost (BigDecimal value)

Sets the value of the purchaseCost property.

Parameters
value Allowed object is BigDecimal

public void setPurchaseDate (String value)

Sets the value of the purchaseDate property.

Parameters
value Allowed object is String

public void setPurchaseDesc (String value)

Sets the value of the purchaseDesc property.

Parameters
value Allowed object is String

public void setSalesDate (String value)

Sets the value of the salesDate property.

Parameters
value Allowed object is String

public void setSalesDesc (String value)

Sets the value of the salesDesc property.

Parameters
value Allowed object is String

public void setSalesExpense (BigDecimal value)

Sets the value of the salesExpense property.

Parameters
value Allowed object is BigDecimal

public void setSalesPrice (BigDecimal value)

Sets the value of the salesPrice property.

Parameters
value Allowed object is BigDecimal

public void setSerialNumber (String value)

Sets the value of the serialNumber property.

Parameters
value Allowed object is String

public void setVendor (String value)

Sets the value of the vendor property.

Parameters
value Allowed object is String

public void setWarrantyExpDate (String value)

Sets the value of the warrantyExpDate property.

Parameters
value Allowed object is String