public abstract class EntityTemplateAttributeDto extends AbstractDto
Java class for entityTemplateAttributeDto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityTemplateAttributeDto">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="attributeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSearchable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="optionList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="staticFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="templateAttributeId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="templateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
attributeType |
protected java.lang.String |
description |
protected java.lang.Boolean |
enabled |
protected java.lang.String |
hint |
protected java.lang.Boolean |
isRequired |
protected java.lang.Boolean |
isSearchable |
protected java.lang.String |
name |
protected java.lang.String |
optionList |
protected java.lang.Integer |
sortOrder |
protected java.lang.String |
staticFieldName |
protected java.lang.Integer |
templateAttributeId |
protected java.lang.Integer |
templateID |
| Constructor and Description |
|---|
EntityTemplateAttributeDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeType()
Gets the value of the attributeType property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getHint()
Gets the value of the hint property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOptionList()
Gets the value of the optionList property.
|
java.lang.Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
java.lang.String |
getStaticFieldName()
Gets the value of the staticFieldName property.
|
java.lang.Integer |
getTemplateAttributeId()
Gets the value of the templateAttributeId property.
|
java.lang.Integer |
getTemplateID()
Gets the value of the templateID property.
|
java.lang.Boolean |
isEnabled()
Gets the value of the enabled property.
|
java.lang.Boolean |
isIsRequired()
Gets the value of the isRequired property.
|
java.lang.Boolean |
isIsSearchable()
Gets the value of the isSearchable property.
|
void |
setAttributeType(java.lang.String value)
Sets the value of the attributeType property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
void |
setHint(java.lang.String value)
Sets the value of the hint property.
|
void |
setIsRequired(java.lang.Boolean value)
Sets the value of the isRequired property.
|
void |
setIsSearchable(java.lang.Boolean value)
Sets the value of the isSearchable property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOptionList(java.lang.String value)
Sets the value of the optionList property.
|
void |
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property.
|
void |
setStaticFieldName(java.lang.String value)
Sets the value of the staticFieldName property.
|
void |
setTemplateAttributeId(java.lang.Integer value)
Sets the value of the templateAttributeId property.
|
void |
setTemplateID(java.lang.Integer value)
Sets the value of the templateID property.
|
protected java.lang.String attributeType
protected java.lang.String description
protected java.lang.Boolean enabled
protected java.lang.String hint
protected java.lang.Boolean isRequired
protected java.lang.Boolean isSearchable
protected java.lang.String name
protected java.lang.String optionList
protected java.lang.Integer sortOrder
protected java.lang.String staticFieldName
protected java.lang.Integer templateAttributeId
protected java.lang.Integer templateID
public java.lang.String getAttributeType()
Stringpublic void setAttributeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isEnabled()
Booleanpublic void setEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getHint()
Stringpublic void setHint(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsRequired()
Booleanpublic void setIsRequired(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSearchable()
Booleanpublic void setIsSearchable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOptionList()
Stringpublic void setOptionList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSortOrder()
Integerpublic void setSortOrder(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getStaticFieldName()
Stringpublic void setStaticFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTemplateAttributeId()
Integerpublic void setTemplateAttributeId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTemplateID()
Integerpublic void setTemplateID(java.lang.Integer value)
value - allowed object is
Integer