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()
String
public void setBusinessSector(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCategoryID()
Integer
public void setCategoryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCorporationID()
Integer
public void setCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getCustomRate1()
Double
public void setCustomRate1(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate10()
Double
public void setCustomRate10(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate2()
Double
public void setCustomRate2(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate3()
Double
public void setCustomRate3(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate4()
Double
public void setCustomRate4(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate5()
Double
public void setCustomRate5(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate6()
Double
public void setCustomRate6(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate7()
Double
public void setCustomRate7(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate8()
Double
public void setCustomRate8(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomRate9()
Double
public void setCustomRate9(java.lang.Double value)
value
- allowed object is
Double
public javax.xml.datatype.XMLGregorianCalendar getDateEffective()
XMLGregorianCalendar
public void setDateEffective(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Boolean isIsDefault()
Boolean
public void setIsDefault(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getLastModifyingUserID()
Integer
public void setLastModifyingUserID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getOvertimeRate()
Double
public void setOvertimeRate(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getRate()
Double
public void setRate(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getRateCardCategory()
String
public void setRateCardCategory(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getRateCardID()
Integer
public void setRateCardID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getShiftID()
Integer
public void setShiftID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getShortName()
String
public void setShortName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSkillID()
Integer
public void setSkillID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String