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()
String
public void setBillRateField(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClassType()
String
public void setClassType(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getClientMarkupFactor()
Double
public void setClientMarkupFactor(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getDisplay()
String
public void setDisplay(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isEnabled()
Boolean
public void setEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getExcludeFromInvoicing()
Integer
public void setExcludeFromInvoicing(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getExcludeFromPayrolling()
Integer
public void setExcludeFromPayrolling(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isIsRegularHoursClass()
Boolean
public void setIsRegularHoursClass(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getMarkupFactor()
Double
public void setMarkupFactor(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPayClassID()
Integer
public void setPayClassID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getPayRateField()
String
public void setPayRateField(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPrivateLabelID()
Integer
public void setPrivateLabelID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getSortOrder()
Integer
public void setSortOrder(java.lang.Integer value)
value
- allowed object is
Integer