public abstract class TimecardBatchDtoBase extends AbstractDto
Java class for timecardBatchDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timecardBatchDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="batchName" 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="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isInvoiced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isLocked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isOpen" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ownerID" 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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
batchName |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isInvoiced |
protected java.lang.Boolean |
isLocked |
protected java.lang.Boolean |
isOpen |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
status |
protected java.lang.Integer |
timecardBatchID |
Constructor and Description |
---|
TimecardBatchDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBatchName()
Gets the value of the batchName property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID 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.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsInvoiced()
Gets the value of the isInvoiced property.
|
java.lang.Boolean |
isIsLocked()
Gets the value of the isLocked property.
|
java.lang.Boolean |
isIsOpen()
Gets the value of the isOpen property.
|
void |
setBatchName(java.lang.String value)
Sets the value of the batchName property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsInvoiced(java.lang.Boolean value)
Sets the value of the isInvoiced property.
|
void |
setIsLocked(java.lang.Boolean value)
Sets the value of the isLocked property.
|
void |
setIsOpen(java.lang.Boolean value)
Sets the value of the isOpen property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID 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.
|
protected java.lang.String batchName
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isInvoiced
protected java.lang.Boolean isLocked
protected java.lang.Boolean isOpen
protected java.lang.Integer ownerID
protected java.lang.String status
protected java.lang.Integer timecardBatchID
public java.lang.String getBatchName()
String
public void setBatchName(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsInvoiced()
Boolean
public void setIsInvoiced(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsLocked()
Boolean
public void setIsLocked(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsOpen()
Boolean
public void setIsOpen(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getTimecardBatchID()
Integer
public void setTimecardBatchID(java.lang.Integer value)
value
- allowed object is
Integer