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()
Stringpublic void setBatchName(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 java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isIsInvoiced()
Booleanpublic void setIsInvoiced(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isIsLocked()
Booleanpublic void setIsLocked(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isIsOpen()
Booleanpublic void setIsOpen(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(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
     Integer