public abstract class CertificationDtoBase extends AbstractDto
Java class for certificationDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="certificationDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="certificationID" 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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
certificationID |
protected java.lang.String |
description |
protected java.lang.String |
name |
| Constructor and Description |
|---|
CertificationDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCertificationID()
Gets the value of the certificationID property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setCertificationID(java.lang.Integer value)
Sets the value of the certificationID property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.Integer certificationID
protected java.lang.String description
protected java.lang.String name
public java.lang.Integer getCertificationID()
Integerpublic void setCertificationID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String