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