public abstract class TimecardPayClassDtoBase extends AbstractDto
Java class for timecardPayClassDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="timecardPayClassDtoBase">
   <complexContent>
     <extension base="{http://entity.bullhorn.com/}abstractDto">
       <sequence>
         <element name="billRateField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="classType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="clientMarkupFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="display" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="excludeFromInvoicing" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="excludeFromPayrolling" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="isRegularHoursClass" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="markupFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="payClassID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="payRateField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="privateLabelID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
billRateField  | 
protected java.lang.String | 
classType  | 
protected java.lang.Double | 
clientMarkupFactor  | 
protected java.lang.String | 
display  | 
protected java.lang.Boolean | 
enabled  | 
protected java.lang.Integer | 
excludeFromInvoicing  | 
protected java.lang.Integer | 
excludeFromPayrolling  | 
protected java.lang.Boolean | 
isRegularHoursClass  | 
protected java.lang.Double | 
markupFactor  | 
protected java.lang.String | 
name  | 
protected java.lang.Integer | 
payClassID  | 
protected java.lang.String | 
payRateField  | 
protected java.lang.Integer | 
privateLabelID  | 
protected java.lang.Integer | 
sortOrder  | 
| Constructor and Description | 
|---|
TimecardPayClassDtoBase()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getBillRateField()
Gets the value of the billRateField property. 
 | 
java.lang.String | 
getClassType()
Gets the value of the classType property. 
 | 
java.lang.Double | 
getClientMarkupFactor()
Gets the value of the clientMarkupFactor property. 
 | 
java.lang.String | 
getDisplay()
Gets the value of the display property. 
 | 
java.lang.Integer | 
getExcludeFromInvoicing()
Gets the value of the excludeFromInvoicing property. 
 | 
java.lang.Integer | 
getExcludeFromPayrolling()
Gets the value of the excludeFromPayrolling property. 
 | 
java.lang.Double | 
getMarkupFactor()
Gets the value of the markupFactor property. 
 | 
java.lang.String | 
getName()
Gets the value of the name property. 
 | 
java.lang.Integer | 
getPayClassID()
Gets the value of the payClassID property. 
 | 
java.lang.String | 
getPayRateField()
Gets the value of the payRateField property. 
 | 
java.lang.Integer | 
getPrivateLabelID()
Gets the value of the privateLabelID property. 
 | 
java.lang.Integer | 
getSortOrder()
Gets the value of the sortOrder property. 
 | 
java.lang.Boolean | 
isEnabled()
Gets the value of the enabled property. 
 | 
java.lang.Boolean | 
isIsRegularHoursClass()
Gets the value of the isRegularHoursClass property. 
 | 
void | 
setBillRateField(java.lang.String value)
Sets the value of the billRateField property. 
 | 
void | 
setClassType(java.lang.String value)
Sets the value of the classType property. 
 | 
void | 
setClientMarkupFactor(java.lang.Double value)
Sets the value of the clientMarkupFactor property. 
 | 
void | 
setDisplay(java.lang.String value)
Sets the value of the display property. 
 | 
void | 
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property. 
 | 
void | 
setExcludeFromInvoicing(java.lang.Integer value)
Sets the value of the excludeFromInvoicing property. 
 | 
void | 
setExcludeFromPayrolling(java.lang.Integer value)
Sets the value of the excludeFromPayrolling property. 
 | 
void | 
setIsRegularHoursClass(java.lang.Boolean value)
Sets the value of the isRegularHoursClass property. 
 | 
void | 
setMarkupFactor(java.lang.Double value)
Sets the value of the markupFactor property. 
 | 
void | 
setName(java.lang.String value)
Sets the value of the name property. 
 | 
void | 
setPayClassID(java.lang.Integer value)
Sets the value of the payClassID property. 
 | 
void | 
setPayRateField(java.lang.String value)
Sets the value of the payRateField property. 
 | 
void | 
setPrivateLabelID(java.lang.Integer value)
Sets the value of the privateLabelID property. 
 | 
void | 
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property. 
 | 
protected java.lang.String billRateField
protected java.lang.String classType
protected java.lang.Double clientMarkupFactor
protected java.lang.String display
protected java.lang.Boolean enabled
protected java.lang.Integer excludeFromInvoicing
protected java.lang.Integer excludeFromPayrolling
protected java.lang.Boolean isRegularHoursClass
protected java.lang.Double markupFactor
protected java.lang.String name
protected java.lang.Integer payClassID
protected java.lang.String payRateField
protected java.lang.Integer privateLabelID
protected java.lang.Integer sortOrder
public java.lang.String getBillRateField()
Stringpublic void setBillRateField(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getClassType()
Stringpublic void setClassType(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Double getClientMarkupFactor()
Doublepublic void setClientMarkupFactor(java.lang.Double value)
value - allowed object is
     Doublepublic java.lang.String getDisplay()
Stringpublic void setDisplay(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Boolean isEnabled()
Booleanpublic void setEnabled(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Integer getExcludeFromInvoicing()
Integerpublic void setExcludeFromInvoicing(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Integer getExcludeFromPayrolling()
Integerpublic void setExcludeFromPayrolling(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Boolean isIsRegularHoursClass()
Booleanpublic void setIsRegularHoursClass(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Double getMarkupFactor()
Doublepublic void setMarkupFactor(java.lang.Double value)
value - allowed object is
     Doublepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Integer getPayClassID()
Integerpublic void setPayClassID(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.String getPayRateField()
Stringpublic void setPayRateField(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Integer getPrivateLabelID()
Integerpublic void setPrivateLabelID(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Integer getSortOrder()
Integerpublic void setSortOrder(java.lang.Integer value)
value - allowed object is
     Integer