public class Budget extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Budget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Budget"> <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="StartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="BudgetType" type="{http://schema.intuit.com/finance/v3}BudgetTypeEnum" minOccurs="0"/> <element name="BudgetEntryType" type="{http://schema.intuit.com/finance/v3}BudgetEntryTypeEnum" minOccurs="0"/> <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BudgetDetail" type="{http://schema.intuit.com/finance/v3}BudgetDetail" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
active |
protected List<BudgetDetail> |
budgetDetail |
protected BudgetEntryTypeEnum |
budgetEntryType |
protected BudgetTypeEnum |
budgetType |
protected Date |
endDate |
protected String |
name |
protected Date |
startDate |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
Budget() |
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) |
List<BudgetDetail> |
getBudgetDetail()
Gets the value of the budgetDetail property.
|
BudgetEntryTypeEnum |
getBudgetEntryType()
Gets the value of the budgetEntryType property.
|
BudgetTypeEnum |
getBudgetType()
Gets the value of the budgetType property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
String |
getName()
Gets the value of the name property.
|
Date |
getStartDate()
Gets the value of the startDate 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 |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setBudgetDetail(List<BudgetDetail> budgetDetail)
Sets the value of the budgetDetail property.
|
void |
setBudgetEntryType(BudgetEntryTypeEnum value)
Sets the value of the budgetEntryType property.
|
void |
setBudgetType(BudgetTypeEnum value)
Sets the value of the budgetType property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String name
protected Date startDate
protected Date endDate
protected BudgetTypeEnum budgetType
protected BudgetEntryTypeEnum budgetEntryType
protected Boolean active
protected List<BudgetDetail> budgetDetail
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Date getStartDate()
String
public void setStartDate(Date value)
value
- allowed object is
String
public Date getEndDate()
String
public void setEndDate(Date value)
value
- allowed object is
String
public BudgetTypeEnum getBudgetType()
BudgetTypeEnum
public void setBudgetType(BudgetTypeEnum value)
value
- allowed object is
BudgetTypeEnum
public BudgetEntryTypeEnum getBudgetEntryType()
BudgetEntryTypeEnum
public void setBudgetEntryType(BudgetEntryTypeEnum value)
value
- allowed object is
BudgetEntryTypeEnum
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is
Boolean
public List<BudgetDetail> getBudgetDetail()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the budgetDetail property.
For example, to add a new item, do as follows:
getBudgetDetail().add(newItem);
Objects of the following type(s) are allowed in the list
BudgetDetail
public void setBudgetDetail(List<BudgetDetail> budgetDetail)
budgetDetail
- allowed object is
BudgetDetail
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.