public class DateTypeCustomFieldDefinition extends CustomFieldDefinition implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for DateTypeCustomFieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTypeCustomFieldDefinition">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}CustomFieldDefinition">
<sequence>
<element name="DefaultDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="MinDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="MaxDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
defaultDate |
protected Date |
maxDate |
protected Date |
minDate |
appId, entityType, hidden, name, requiredattachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
DateTypeCustomFieldDefinition() |
| 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) |
Date |
getDefaultDate()
Gets the value of the defaultDate property.
|
Date |
getMaxDate()
Gets the value of the maxDate property.
|
Date |
getMinDate()
Gets the value of the minDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDefaultDate(Date value)
Sets the value of the defaultDate property.
|
void |
setMaxDate(Date value)
Sets the value of the maxDate property.
|
void |
setMinDate(Date value)
Sets the value of the minDate 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 Date defaultDate
protected Date minDate
protected Date maxDate
public Date getDefaultDate()
Stringpublic void setDefaultDate(Date value)
value - allowed object is
Stringpublic Date getMinDate()
Stringpublic void setMinDate(Date value)
value - allowed object is
Stringpublic Date getMaxDate()
Stringpublic void setMaxDate(Date value)
value - allowed object is
Stringpublic 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.