public abstract class ClientCorporationInvoiceGroupDtoBase extends AbstractDto
Java class for clientCorporationInvoiceGroupDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="clientCorporationInvoiceGroupDtoBase">
   <complexContent>
     <extension base="{http://entity.bullhorn.com/}abstractDto">
       <sequence>
         <element name="clientCorporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="clientCorporationInvoiceGroup" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="invoiceGroupID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.Integer | 
clientCorporationID  | 
protected java.lang.Integer | 
clientCorporationInvoiceGroup  | 
protected java.lang.Integer | 
invoiceGroupID  | 
| Constructor and Description | 
|---|
ClientCorporationInvoiceGroupDtoBase()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Integer | 
getClientCorporationID()
Gets the value of the clientCorporationID property. 
 | 
java.lang.Integer | 
getClientCorporationInvoiceGroup()
Gets the value of the clientCorporationInvoiceGroup property. 
 | 
java.lang.Integer | 
getInvoiceGroupID()
Gets the value of the invoiceGroupID property. 
 | 
void | 
setClientCorporationID(java.lang.Integer value)
Sets the value of the clientCorporationID property. 
 | 
void | 
setClientCorporationInvoiceGroup(java.lang.Integer value)
Sets the value of the clientCorporationInvoiceGroup property. 
 | 
void | 
setInvoiceGroupID(java.lang.Integer value)
Sets the value of the invoiceGroupID property. 
 | 
protected java.lang.Integer clientCorporationID
protected java.lang.Integer clientCorporationInvoiceGroup
protected java.lang.Integer invoiceGroupID
public ClientCorporationInvoiceGroupDtoBase()
public java.lang.Integer getClientCorporationID()
Integerpublic void setClientCorporationID(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Integer getClientCorporationInvoiceGroup()
Integerpublic void setClientCorporationInvoiceGroup(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Integer getInvoiceGroupID()
Integerpublic void setInvoiceGroupID(java.lang.Integer value)
value - allowed object is
     Integer