public abstract class SpecialtyDtoBase extends AbstractDto
Java class for specialtyDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="specialtyDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="enabled" 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="parentCategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="specialtyID" 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.Boolean |
enabled |
protected java.lang.String |
name |
protected java.lang.Integer |
parentCategoryID |
protected java.lang.Integer |
specialtyID |
| Constructor and Description |
|---|
SpecialtyDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getParentCategoryID()
Gets the value of the parentCategoryID property.
|
java.lang.Integer |
getSpecialtyID()
Gets the value of the specialtyID property.
|
java.lang.Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParentCategoryID(java.lang.Integer value)
Sets the value of the parentCategoryID property.
|
void |
setSpecialtyID(java.lang.Integer value)
Sets the value of the specialtyID property.
|
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.Boolean enabled
protected java.lang.String name
protected java.lang.Integer parentCategoryID
protected java.lang.Integer specialtyID
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Boolean isEnabled()
Booleanpublic void setEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getParentCategoryID()
Integerpublic void setParentCategoryID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSpecialtyID()
Integerpublic void setSpecialtyID(java.lang.Integer value)
value - allowed object is
Integer