public class BudgetDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for BudgetDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BudgetDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="AccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="CustomerRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="ClassRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="DepartmentRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceType |
accountRef |
protected BigDecimal |
amount |
protected Date |
budgetDate |
protected ReferenceType |
classRef |
protected ReferenceType |
customerRef |
protected ReferenceType |
departmentRef |
Constructor and Description |
---|
BudgetDetail() |
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) |
ReferenceType |
getAccountRef()
Gets the value of the accountRef property.
|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
Date |
getBudgetDate()
Gets the value of the budgetDate property.
|
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
ReferenceType |
getCustomerRef()
Gets the value of the customerRef property.
|
ReferenceType |
getDepartmentRef()
Gets the value of the departmentRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAccountRef(ReferenceType value)
Sets the value of the accountRef property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setBudgetDate(Date value)
Sets the value of the budgetDate property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setCustomerRef(ReferenceType value)
Sets the value of the customerRef property.
|
void |
setDepartmentRef(ReferenceType value)
Sets the value of the departmentRef property.
|
protected Date budgetDate
protected BigDecimal amount
protected ReferenceType accountRef
protected ReferenceType customerRef
protected ReferenceType classRef
protected ReferenceType departmentRef
public Date getBudgetDate()
String
public void setBudgetDate(Date value)
value
- allowed object is
String
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public ReferenceType getAccountRef()
ReferenceType
public void setAccountRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getCustomerRef()
ReferenceType
public void setCustomerRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getClassRef()
ReferenceType
public void setClassRef(ReferenceType value)
value
- allowed object is
ReferenceType
public ReferenceType getDepartmentRef()
ReferenceType
public void setDepartmentRef(ReferenceType value)
value
- allowed object is
ReferenceType
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
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
Copyright © 2017. All rights reserved.