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()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDisplayType()
String
public void setDisplayType(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 getGroupName()
String
public void setGroupName(java.lang.String value)
value
- allowed object is
String
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.Integer getReportID()
Integer
public void setReportID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getStaticTemplateName()
String
public void setStaticTemplateName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTabName()
String
public void setTabName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getTemplateId()
Integer
public void setTemplateId(java.lang.Integer value)
value
- allowed object is
Integer