public class NumberTypeCustomFieldDefinition extends CustomFieldDefinition implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for NumberTypeCustomFieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberTypeCustomFieldDefinition">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}CustomFieldDefinition">
<sequence>
<element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
defaultValue |
protected BigDecimal |
maxValue |
protected BigDecimal |
minValue |
appId, entityType, hidden, name, requiredattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
NumberTypeCustomFieldDefinition() |
| 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) |
BigDecimal |
getDefaultValue()
Gets the value of the defaultValue property.
|
BigDecimal |
getMaxValue()
Gets the value of the maxValue property.
|
BigDecimal |
getMinValue()
Gets the value of the minValue property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDefaultValue(BigDecimal value)
Sets the value of the defaultValue property.
|
void |
setMaxValue(BigDecimal value)
Sets the value of the maxValue property.
|
void |
setMinValue(BigDecimal value)
Sets the value of the minValue property.
|
getAppId, getEntityType, getName, isHidden, isRequired, setAppId, setEntityType, setHidden, setName, setRequiredgetAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected BigDecimal defaultValue
protected BigDecimal minValue
protected BigDecimal maxValue
public BigDecimal getDefaultValue()
BigDecimalpublic void setDefaultValue(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMinValue()
BigDecimalpublic void setMinValue(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMaxValue()
BigDecimalpublic void setMaxValue(BigDecimal value)
value - allowed object is
BigDecimalpublic 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 CustomFieldDefinitionpublic boolean equals(Object object)
equals in class CustomFieldDefinitionpublic 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 CustomFieldDefinitionpublic int hashCode()
hashCode in class CustomFieldDefinitionCopyright © 2017. All rights reserved.