public abstract class CategoryDtoBase extends AbstractDto
Java class for categoryDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="categoryDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" 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="externalID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="occupation" type="{http://www.w3.org/2001/XMLSchema}string" 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 javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
description |
protected java.lang.Boolean |
enabled |
protected java.lang.Integer |
externalID |
protected java.lang.String |
name |
protected java.lang.String |
occupation |
protected java.lang.String |
type |
| Constructor and Description |
|---|
CategoryDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCategoryID()
Gets the value of the categoryID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Integer |
getExternalID()
Gets the value of the externalID property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOccupation()
Gets the value of the occupation property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setCategoryID(java.lang.Integer value)
Sets the value of the categoryID property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
void |
setExternalID(java.lang.Integer value)
Sets the value of the externalID property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOccupation(java.lang.String value)
Sets the value of the occupation property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.Integer categoryID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String description
protected java.lang.Boolean enabled
protected java.lang.Integer externalID
protected java.lang.String name
protected java.lang.String occupation
protected java.lang.String type
public java.lang.Integer getCategoryID()
Integerpublic void setCategoryID(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(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.Integer getExternalID()
Integerpublic void setExternalID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOccupation()
Stringpublic void setOccupation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String