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, setSyncToken
protected 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()
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 String getType()
String
public void setType(String value)
value
- allowed object is
String
public BigDecimal getDiscountPercent()
BigDecimal
public void setDiscountPercent(BigDecimal value)
value
- allowed object is
BigDecimal
public Integer getDueDays()
Integer
public void setDueDays(Integer value)
value
- allowed object is
Integer
public Integer getDiscountDays()
Integer
public void setDiscountDays(Integer value)
value
- allowed object is
Integer
public BigInteger getDayOfMonthDue()
BigInteger
public void setDayOfMonthDue(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getDueNextMonthDays()
BigInteger
public void setDueNextMonthDays(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getDiscountDayOfMonth()
BigInteger
public void setDiscountDayOfMonth(BigInteger value)
value
- allowed object is
BigInteger
public IntuitAnyType getSalesTermEx()
IntuitAnyType
public void setSalesTermEx(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.