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()
String
public void setAttributeType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isEnabled()
Boolean
public void setEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getHint()
String
public void setHint(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsRequired()
Boolean
public void setIsRequired(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsSearchable()
Boolean
public void setIsSearchable(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOptionList()
String
public void setOptionList(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSortOrder()
Integer
public void setSortOrder(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getStaticFieldName()
String
public void setStaticFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getTemplateAttributeId()
Integer
public void setTemplateAttributeId(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getTemplateID()
Integer
public void setTemplateID(java.lang.Integer value)
value
- allowed object is
Integer