public abstract class EntityTemplateDto extends AbstractDto
Java class for entityTemplateDto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityTemplateDto">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="displayType" 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="groupName" type="{http://www.w3.org/2001/XMLSchema}string" 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="reportID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="staticTemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tabName" type="{http://www.w3.org/2001/XMLSchema}string" 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 javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
displayType |
protected java.lang.Boolean |
enabled |
protected java.lang.String |
groupName |
protected java.lang.Boolean |
isSearchable |
protected java.lang.String |
name |
protected java.lang.Integer |
reportID |
protected java.lang.String |
staticTemplateName |
protected java.lang.String |
tabName |
protected java.lang.Integer |
templateId |
| Constructor and Description |
|---|
EntityTemplateDto() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getDisplayType()
Gets the value of the displayType property.
|
java.lang.String |
getGroupName()
Gets the value of the groupName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getReportID()
Gets the value of the reportID property.
|
java.lang.String |
getStaticTemplateName()
Gets the value of the staticTemplateName property.
|
java.lang.String |
getTabName()
Gets the value of the tabName 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 |
isIsSearchable()
Gets the value of the isSearchable property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDisplayType(java.lang.String value)
Sets the value of the displayType property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
void |
setGroupName(java.lang.String value)
Sets the value of the groupName 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 |
setReportID(java.lang.Integer value)
Sets the value of the reportID property.
|
void |
setStaticTemplateName(java.lang.String value)
Sets the value of the staticTemplateName property.
|
void |
setTabName(java.lang.String value)
Sets the value of the tabName property.
|
void |
setTemplateId(java.lang.Integer value)
Sets the value of the templateId property.
|
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String displayType
protected java.lang.Boolean enabled
protected java.lang.String groupName
protected java.lang.Boolean isSearchable
protected java.lang.String name
protected java.lang.Integer reportID
protected java.lang.String staticTemplateName
protected java.lang.String tabName
protected java.lang.Integer templateId
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDisplayType()
Stringpublic void setDisplayType(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 getGroupName()
Stringpublic void setGroupName(java.lang.String value)
value - allowed object is
Stringpublic 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.Integer getReportID()
Integerpublic void setReportID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getStaticTemplateName()
Stringpublic void setStaticTemplateName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTabName()
Stringpublic void setTabName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTemplateId()
Integerpublic void setTemplateId(java.lang.Integer value)
value - allowed object is
Integer