public abstract class SkillDtoBase extends AbstractDto
Java class for skillDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="skillDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <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="skillID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
enabled |
protected java.lang.String |
name |
protected java.lang.Integer |
skillID |
Constructor and Description |
---|
SkillDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getSkillID()
Gets the value of the skillID property.
|
java.lang.Boolean |
isEnabled()
Gets the value of the enabled 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 |
setSkillID(java.lang.Integer value)
Sets the value of the skillID property.
|
protected java.lang.Boolean enabled
protected java.lang.String name
protected java.lang.Integer skillID
public java.lang.Boolean isEnabled()
Boolean
public void setEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSkillID()
Integer
public void setSkillID(java.lang.Integer value)
value
- allowed object is
Integer