public abstract class TimecardDtoBase extends AbstractDto
Java class for timecardDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timecardDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateBegin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="externalID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="invoiceID" 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="placementID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timecardBatchID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timecardID" 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 |
comments |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateBegin |
protected javax.xml.datatype.XMLGregorianCalendar |
dateEnd |
protected java.lang.Integer |
externalID |
protected java.lang.Integer |
invoiceID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
placementID |
protected java.lang.String |
status |
protected java.lang.Integer |
timecardBatchID |
protected java.lang.Integer |
timecardID |
protected java.lang.String |
type |
| Constructor and Description |
|---|
TimecardDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments()
Gets the value of the comments property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateBegin()
Gets the value of the dateBegin property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateEnd()
Gets the value of the dateEnd property.
|
java.lang.Integer |
getExternalID()
Gets the value of the externalID property.
|
java.lang.Integer |
getInvoiceID()
Gets the value of the invoiceID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getPlacementID()
Gets the value of the placementID property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.Integer |
getTimecardBatchID()
Gets the value of the timecardBatchID property.
|
java.lang.Integer |
getTimecardID()
Gets the value of the timecardID property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateBegin property.
|
void |
setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateEnd property.
|
void |
setExternalID(java.lang.Integer value)
Sets the value of the externalID property.
|
void |
setInvoiceID(java.lang.Integer value)
Sets the value of the invoiceID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setPlacementID(java.lang.Integer value)
Sets the value of the placementID property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setTimecardBatchID(java.lang.Integer value)
Sets the value of the timecardBatchID property.
|
void |
setTimecardID(java.lang.Integer value)
Sets the value of the timecardID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String comments
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateBegin
protected javax.xml.datatype.XMLGregorianCalendar dateEnd
protected java.lang.Integer externalID
protected java.lang.Integer invoiceID
protected java.lang.String migrateGUID
protected java.lang.Integer placementID
protected java.lang.String status
protected java.lang.Integer timecardBatchID
protected java.lang.Integer timecardID
protected java.lang.String type
public java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateBegin()
XMLGregorianCalendarpublic void setDateBegin(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateEnd()
XMLGregorianCalendarpublic void setDateEnd(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getExternalID()
Integerpublic void setExternalID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getInvoiceID()
Integerpublic void setInvoiceID(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.Integer getPlacementID()
Integerpublic void setPlacementID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTimecardBatchID()
Integerpublic void setTimecardBatchID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTimecardID()
Integerpublic void setTimecardID(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