public abstract class RateCardDtoBase extends AbstractDto
Java class for rateCardDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rateCardDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="businessSector" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="corporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="customRate1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate10" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate3" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate4" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate5" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate6" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate7" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate8" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customRate9" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="dateEffective" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="lastModifyingUserID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="migrateGUID" 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="overtimeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="rateCardCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="rateCardID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="shiftID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="shortName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="skillID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
businessSector |
protected java.lang.Integer |
categoryID |
protected java.lang.Integer |
corporationID |
protected java.lang.Double |
customRate1 |
protected java.lang.Double |
customRate10 |
protected java.lang.Double |
customRate2 |
protected java.lang.Double |
customRate3 |
protected java.lang.Double |
customRate4 |
protected java.lang.Double |
customRate5 |
protected java.lang.Double |
customRate6 |
protected java.lang.Double |
customRate7 |
protected java.lang.Double |
customRate8 |
protected java.lang.Double |
customRate9 |
protected javax.xml.datatype.XMLGregorianCalendar |
dateEffective |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.Boolean |
isDefault |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Integer |
lastModifyingUserID |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
name |
protected java.lang.Double |
overtimeRate |
protected java.lang.Double |
rate |
protected java.lang.String |
rateCardCategory |
protected java.lang.Integer |
rateCardID |
protected java.lang.Integer |
shiftID |
protected java.lang.String |
shortName |
protected java.lang.Integer |
skillID |
protected java.lang.String |
type |
| Constructor and Description |
|---|
RateCardDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusinessSector()
Gets the value of the businessSector property.
|
java.lang.Integer |
getCategoryID()
Gets the value of the categoryID property.
|
java.lang.Integer |
getCorporationID()
Gets the value of the corporationID property.
|
java.lang.Double |
getCustomRate1()
Gets the value of the customRate1 property.
|
java.lang.Double |
getCustomRate10()
Gets the value of the customRate10 property.
|
java.lang.Double |
getCustomRate2()
Gets the value of the customRate2 property.
|
java.lang.Double |
getCustomRate3()
Gets the value of the customRate3 property.
|
java.lang.Double |
getCustomRate4()
Gets the value of the customRate4 property.
|
java.lang.Double |
getCustomRate5()
Gets the value of the customRate5 property.
|
java.lang.Double |
getCustomRate6()
Gets the value of the customRate6 property.
|
java.lang.Double |
getCustomRate7()
Gets the value of the customRate7 property.
|
java.lang.Double |
getCustomRate8()
Gets the value of the customRate8 property.
|
java.lang.Double |
getCustomRate9()
Gets the value of the customRate9 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateEffective()
Gets the value of the dateEffective property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.Integer |
getLastModifyingUserID()
Gets the value of the lastModifyingUserID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Double |
getOvertimeRate()
Gets the value of the overtimeRate property.
|
java.lang.Double |
getRate()
Gets the value of the rate property.
|
java.lang.String |
getRateCardCategory()
Gets the value of the rateCardCategory property.
|
java.lang.Integer |
getRateCardID()
Gets the value of the rateCardID property.
|
java.lang.Integer |
getShiftID()
Gets the value of the shiftID property.
|
java.lang.String |
getShortName()
Gets the value of the shortName property.
|
java.lang.Integer |
getSkillID()
Gets the value of the skillID property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isIsDefault()
Gets the value of the isDefault property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setBusinessSector(java.lang.String value)
Sets the value of the businessSector property.
|
void |
setCategoryID(java.lang.Integer value)
Sets the value of the categoryID property.
|
void |
setCorporationID(java.lang.Integer value)
Sets the value of the corporationID property.
|
void |
setCustomRate1(java.lang.Double value)
Sets the value of the customRate1 property.
|
void |
setCustomRate10(java.lang.Double value)
Sets the value of the customRate10 property.
|
void |
setCustomRate2(java.lang.Double value)
Sets the value of the customRate2 property.
|
void |
setCustomRate3(java.lang.Double value)
Sets the value of the customRate3 property.
|
void |
setCustomRate4(java.lang.Double value)
Sets the value of the customRate4 property.
|
void |
setCustomRate5(java.lang.Double value)
Sets the value of the customRate5 property.
|
void |
setCustomRate6(java.lang.Double value)
Sets the value of the customRate6 property.
|
void |
setCustomRate7(java.lang.Double value)
Sets the value of the customRate7 property.
|
void |
setCustomRate8(java.lang.Double value)
Sets the value of the customRate8 property.
|
void |
setCustomRate9(java.lang.Double value)
Sets the value of the customRate9 property.
|
void |
setDateEffective(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateEffective property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setIsDefault(java.lang.Boolean value)
Sets the value of the isDefault property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setLastModifyingUserID(java.lang.Integer value)
Sets the value of the lastModifyingUserID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOvertimeRate(java.lang.Double value)
Sets the value of the overtimeRate property.
|
void |
setRate(java.lang.Double value)
Sets the value of the rate property.
|
void |
setRateCardCategory(java.lang.String value)
Sets the value of the rateCardCategory property.
|
void |
setRateCardID(java.lang.Integer value)
Sets the value of the rateCardID property.
|
void |
setShiftID(java.lang.Integer value)
Sets the value of the shiftID property.
|
void |
setShortName(java.lang.String value)
Sets the value of the shortName property.
|
void |
setSkillID(java.lang.Integer value)
Sets the value of the skillID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String businessSector
protected java.lang.Integer categoryID
protected java.lang.Integer corporationID
protected java.lang.Double customRate1
protected java.lang.Double customRate10
protected java.lang.Double customRate2
protected java.lang.Double customRate3
protected java.lang.Double customRate4
protected java.lang.Double customRate5
protected java.lang.Double customRate6
protected java.lang.Double customRate7
protected java.lang.Double customRate8
protected java.lang.Double customRate9
protected javax.xml.datatype.XMLGregorianCalendar dateEffective
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.Boolean isDefault
protected java.lang.Boolean isDeleted
protected java.lang.Integer lastModifyingUserID
protected java.lang.String migrateGUID
protected java.lang.String name
protected java.lang.Double overtimeRate
protected java.lang.Double rate
protected java.lang.String rateCardCategory
protected java.lang.Integer rateCardID
protected java.lang.Integer shiftID
protected java.lang.String shortName
protected java.lang.Integer skillID
protected java.lang.String type
public java.lang.String getBusinessSector()
Stringpublic void setBusinessSector(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCategoryID()
Integerpublic void setCategoryID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCorporationID()
Integerpublic void setCorporationID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getCustomRate1()
Doublepublic void setCustomRate1(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate10()
Doublepublic void setCustomRate10(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate2()
Doublepublic void setCustomRate2(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate3()
Doublepublic void setCustomRate3(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate4()
Doublepublic void setCustomRate4(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate5()
Doublepublic void setCustomRate5(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate6()
Doublepublic void setCustomRate6(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate7()
Doublepublic void setCustomRate7(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate8()
Doublepublic void setCustomRate8(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomRate9()
Doublepublic void setCustomRate9(java.lang.Double value)
value - allowed object is
Doublepublic javax.xml.datatype.XMLGregorianCalendar getDateEffective()
XMLGregorianCalendarpublic void setDateEffective(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendarpublic void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Boolean isIsDefault()
Booleanpublic void setIsDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getLastModifyingUserID()
Integerpublic void setLastModifyingUserID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(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.Double getOvertimeRate()
Doublepublic void setOvertimeRate(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getRate()
Doublepublic void setRate(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getRateCardCategory()
Stringpublic void setRateCardCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getRateCardID()
Integerpublic void setRateCardID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getShiftID()
Integerpublic void setShiftID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getShortName()
Stringpublic void setShortName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSkillID()
Integerpublic void setSkillID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String