public class FixedAsset extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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://schema.intuit.com/finance/v3}IntuitEntity"> <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://schema.intuit.com/finance/v3}AcquiredAsEnum" minOccurs="0"/> <element name="PurchaseDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PurchaseDate" type="{http://www.w3.org/2001/XMLSchema}date" 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://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="SalesDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SalesDate" type="{http://www.w3.org/2001/XMLSchema}date" 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.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="Description" 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}int" 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"/> <element name="FixedAssetEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AcquiredAsEnum |
acquiredAs |
protected Boolean |
active |
protected ReferenceType |
assetAccountRef |
protected Integer |
assetNum |
protected BigDecimal |
bookValue |
protected BigDecimal |
costBasis |
protected BigDecimal |
depreciation |
protected String |
description |
protected IntuitAnyType |
fixedAssetEx |
protected String |
location |
protected String |
name |
protected String |
notes |
protected String |
poNumber |
protected BigDecimal |
purchaseCost |
protected Date |
purchaseDate |
protected String |
purchaseDesc |
protected Date |
salesDate |
protected String |
salesDesc |
protected BigDecimal |
salesExpense |
protected BigDecimal |
salesPrice |
protected String |
serialNumber |
protected String |
vendor |
protected Date |
warrantyExpDate |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
FixedAsset() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
AcquiredAsEnum |
getAcquiredAs()
Gets the value of the acquiredAs property.
|
ReferenceType |
getAssetAccountRef()
Gets the value of the assetAccountRef property.
|
Integer |
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 |
getDescription()
Gets the value of the description property.
|
IntuitAnyType |
getFixedAssetEx()
Gets the value of the fixedAssetEx 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.
|
Date |
getPurchaseDate()
Gets the value of the purchaseDate property.
|
String |
getPurchaseDesc()
Gets the value of the purchaseDesc property.
|
Date |
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.
|
Date |
getWarrantyExpDate()
Gets the value of the warrantyExpDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
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(ReferenceType value)
Sets the value of the assetAccountRef property.
|
void |
setAssetNum(Integer 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 |
setDescription(String value)
Sets the value of the description property.
|
void |
setFixedAssetEx(IntuitAnyType value)
Sets the value of the fixedAssetEx 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(Date value)
Sets the value of the purchaseDate property.
|
void |
setPurchaseDesc(String value)
Sets the value of the purchaseDesc property.
|
void |
setSalesDate(Date 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(Date value)
Sets the value of the warrantyExpDate property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String name
protected Boolean active
protected AcquiredAsEnum acquiredAs
protected String purchaseDesc
protected Date purchaseDate
protected BigDecimal purchaseCost
protected String vendor
protected ReferenceType assetAccountRef
protected String salesDesc
protected Date salesDate
protected BigDecimal salesPrice
protected BigDecimal salesExpense
protected String location
protected String poNumber
protected String serialNumber
protected Date warrantyExpDate
protected String description
protected String notes
protected Integer assetNum
protected BigDecimal costBasis
protected BigDecimal depreciation
protected BigDecimal bookValue
protected IntuitAnyType fixedAssetEx
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public AcquiredAsEnum getAcquiredAs()
AcquiredAsEnum
public void setAcquiredAs(AcquiredAsEnum value)
value
- allowed object is
AcquiredAsEnum
public String getPurchaseDesc()
String
public void setPurchaseDesc(String value)
value
- allowed object is
String
public Date getPurchaseDate()
String
public void setPurchaseDate(Date value)
value
- allowed object is
String
public BigDecimal getPurchaseCost()
BigDecimal
public void setPurchaseCost(BigDecimal value)
value
- allowed object is
BigDecimal
public String getVendor()
String
public void setVendor(String value)
value
- allowed object is
String
public ReferenceType getAssetAccountRef()
ReferenceType
public void setAssetAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public String getSalesDesc()
String
public void setSalesDesc(String value)
value
- allowed object is
String
public Date getSalesDate()
String
public void setSalesDate(Date value)
value
- allowed object is
String
public BigDecimal getSalesPrice()
BigDecimal
public void setSalesPrice(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getSalesExpense()
BigDecimal
public void setSalesExpense(BigDecimal value)
value
- allowed object is
BigDecimal
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public String getPONumber()
String
public void setPONumber(String value)
value
- allowed object is
String
public String getSerialNumber()
String
public void setSerialNumber(String value)
value
- allowed object is
String
public Date getWarrantyExpDate()
String
public void setWarrantyExpDate(Date value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public Integer getAssetNum()
Integer
public void setAssetNum(Integer value)
value
- allowed object is
Integer
public BigDecimal getCostBasis()
BigDecimal
public void setCostBasis(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getDepreciation()
BigDecimal
public void setDepreciation(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getBookValue()
BigDecimal
public void setBookValue(BigDecimal value)
value
- allowed object is
BigDecimal
public IntuitAnyType getFixedAssetEx()
IntuitAnyType
public void setFixedAssetEx(IntuitAnyType value)
value
- allowed object is
IntuitAnyType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.