public abstract class WorkersCompensationRateDtoBase extends AbstractDto
Java class for workersCompensationRateDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="workersCompensationRateDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="compensationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="privateLabelID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="workersCompensationRateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
compensationID |
protected javax.xml.datatype.XMLGregorianCalendar |
endDate |
protected java.lang.Integer |
privateLabelID |
protected java.lang.Double |
rate |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
protected java.lang.Integer |
workersCompensationRateID |
| Constructor and Description |
|---|
WorkersCompensationRateDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCompensationID()
Gets the value of the compensationID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
java.lang.Integer |
getPrivateLabelID()
Gets the value of the privateLabelID property.
|
java.lang.Double |
getRate()
Gets the value of the rate property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
java.lang.Integer |
getWorkersCompensationRateID()
Gets the value of the workersCompensationRateID property.
|
void |
setCompensationID(java.lang.Integer value)
Sets the value of the compensationID property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setPrivateLabelID(java.lang.Integer value)
Sets the value of the privateLabelID property.
|
void |
setRate(java.lang.Double value)
Sets the value of the rate property.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setWorkersCompensationRateID(java.lang.Integer value)
Sets the value of the workersCompensationRateID property.
|
protected java.lang.Integer compensationID
protected javax.xml.datatype.XMLGregorianCalendar endDate
protected java.lang.Integer privateLabelID
protected java.lang.Double rate
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected java.lang.Integer workersCompensationRateID
public java.lang.Integer getCompensationID()
Integerpublic void setCompensationID(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getPrivateLabelID()
Integerpublic void setPrivateLabelID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getRate()
Doublepublic void setRate(java.lang.Double value)
value - allowed object is
Doublepublic javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getWorkersCompensationRateID()
Integerpublic void setWorkersCompensationRateID(java.lang.Integer value)
value - allowed object is
Integer