public class Term extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Term complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Term">
<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="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DiscountPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<choice minOccurs="0">
<sequence>
<element name="DueDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DiscountDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
<sequence>
<element name="DayOfMonthDue" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="DueNextMonthDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="DiscountDayOfMonth" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
</sequence>
</choice>
<element name="SalesTermEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected BigInteger |
dayOfMonthDue |
protected BigInteger |
discountDayOfMonth |
protected Integer |
discountDays |
protected BigDecimal |
discountPercent |
protected Integer |
dueDays |
protected BigInteger |
dueNextMonthDays |
protected String |
name |
protected IntuitAnyType |
salesTermEx |
protected String |
type |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
Term() |
| 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) |
BigInteger |
getDayOfMonthDue()
Gets the value of the dayOfMonthDue property.
|
BigInteger |
getDiscountDayOfMonth()
Gets the value of the discountDayOfMonth property.
|
Integer |
getDiscountDays()
Gets the value of the discountDays property.
|
BigDecimal |
getDiscountPercent()
Gets the value of the discountPercent property.
|
Integer |
getDueDays()
Gets the value of the dueDays property.
|
BigInteger |
getDueNextMonthDays()
Gets the value of the dueNextMonthDays property.
|
String |
getName()
Gets the value of the name property.
|
IntuitAnyType |
getSalesTermEx()
Gets the value of the salesTermEx property.
|
String |
getType()
Gets the value of the type 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 |
setDayOfMonthDue(BigInteger value)
Sets the value of the dayOfMonthDue property.
|
void |
setDiscountDayOfMonth(BigInteger value)
Sets the value of the discountDayOfMonth property.
|
void |
setDiscountDays(Integer value)
Sets the value of the discountDays property.
|
void |
setDiscountPercent(BigDecimal value)
Sets the value of the discountPercent property.
|
void |
setDueDays(Integer value)
Sets the value of the dueDays property.
|
void |
setDueNextMonthDays(BigInteger value)
Sets the value of the dueNextMonthDays property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSalesTermEx(IntuitAnyType value)
Sets the value of the salesTermEx property.
|
void |
setType(String value)
Sets the value of the type property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String name
protected Boolean active
protected String type
protected BigDecimal discountPercent
protected Integer dueDays
protected Integer discountDays
protected BigInteger dayOfMonthDue
protected BigInteger dueNextMonthDays
protected BigInteger discountDayOfMonth
protected IntuitAnyType salesTermEx
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic BigDecimal getDiscountPercent()
BigDecimalpublic void setDiscountPercent(BigDecimal value)
value - allowed object is
BigDecimalpublic Integer getDueDays()
Integerpublic void setDueDays(Integer value)
value - allowed object is
Integerpublic Integer getDiscountDays()
Integerpublic void setDiscountDays(Integer value)
value - allowed object is
Integerpublic BigInteger getDayOfMonthDue()
BigIntegerpublic void setDayOfMonthDue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDueNextMonthDays()
BigIntegerpublic void setDueNextMonthDays(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDiscountDayOfMonth()
BigIntegerpublic void setDiscountDayOfMonth(BigInteger value)
value - allowed object is
BigIntegerpublic IntuitAnyType getSalesTermEx()
IntuitAnyTypepublic void setSalesTermEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic 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.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.