public abstract class JobOrderTemplateDtoBase extends EntityTemplateDto
Java class for jobOrderTemplateDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jobOrderTemplateDtoBase"> <complexContent> <extension base="{http://template.entity.bullhorn.com/}entityTemplateDto"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entityList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
entityList |
dateAdded, displayType, enabled, groupName, isSearchable, name, reportID, staticTemplateName, tabName, templateId
Constructor and Description |
---|
JobOrderTemplateDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getEntityList()
Gets the value of the entityList property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEntityList(java.lang.String value)
Sets the value of the entityList property.
|
getDateAdded, getDisplayType, getGroupName, getName, getReportID, getStaticTemplateName, getTabName, getTemplateId, isEnabled, isIsSearchable, setDateAdded, setDisplayType, setEnabled, setGroupName, setIsSearchable, setName, setReportID, setStaticTemplateName, setTabName, setTemplateId
protected java.lang.String description
protected java.lang.String entityList
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityList()
String
public void setEntityList(java.lang.String value)
value
- allowed object is
String