public abstract class CustomFieldDefinition extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CustomFieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldDefinition">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}IntuitEntity">
<sequence>
<element name="EntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AppId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected String |
entityType |
protected Boolean |
hidden |
protected String |
name |
protected Boolean |
required |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken| Constructor and Description |
|---|
CustomFieldDefinition() |
| 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) |
String |
getAppId()
Gets the value of the appId property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isHidden()
Gets the value of the hidden property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncTokenprotected String entityType
protected String name
protected Boolean hidden
protected Boolean required
protected String appId
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic String getAppId()
Stringpublic void setAppId(String 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 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.