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