public abstract class InvoiceGroupDtoBase extends AbstractDto
Java class for invoiceGroupDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="invoiceGroupDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="corporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="dateAdded" 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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invoiceGroupID" type="{http://www.w3.org/2001/XMLSchema}int" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
corporationID |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.String |
description |
protected java.lang.Integer |
invoiceGroupID |
protected java.lang.Integer |
lastModifyingUserID |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
name |
| Constructor and Description |
|---|
InvoiceGroupDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCorporationID()
Gets the value of the corporationID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Integer |
getInvoiceGroupID()
Gets the value of the invoiceGroupID 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.
|
void |
setCorporationID(java.lang.Integer value)
Sets the value of the corporationID property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setInvoiceGroupID(java.lang.Integer value)
Sets the value of the invoiceGroupID 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.
|
protected java.lang.Integer corporationID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String description
protected java.lang.Integer invoiceGroupID
protected java.lang.Integer lastModifyingUserID
protected java.lang.String migrateGUID
protected java.lang.String name
public java.lang.Integer getCorporationID()
Integerpublic void setCorporationID(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(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.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getInvoiceGroupID()
Integerpublic void setInvoiceGroupID(java.lang.Integer value)
value - allowed object is
Integerpublic 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
String