public abstract class UserTemplateDtoBase extends EntityTemplateDto
Java class for userTemplateDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userTemplateDtoBase"> <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"/> <element name="isPublic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="type" 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 |
protected java.lang.Boolean |
isPublic |
protected java.lang.String |
type |
dateAdded, displayType, enabled, groupName, isSearchable, name, reportID, staticTemplateName, tabName, templateId
Constructor and Description |
---|
UserTemplateDtoBase() |
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.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isIsPublic()
Gets the value of the isPublic 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.
|
void |
setIsPublic(java.lang.Boolean value)
Sets the value of the isPublic property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
getDateAdded, getDisplayType, getGroupName, getName, getReportID, getStaticTemplateName, getTabName, getTemplateId, isEnabled, isIsSearchable, setDateAdded, setDisplayType, setEnabled, setGroupName, setIsSearchable, setName, setReportID, setStaticTemplateName, setTabName, setTemplateId
protected java.lang.Integer categoryID
protected java.lang.String description
protected java.lang.Boolean isPublic
protected java.lang.String type
public java.lang.Integer getCategoryID()
Integer
public void setCategoryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsPublic()
Boolean
public void setIsPublic(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String