public abstract class ClientCorporationCertificationDtoBase extends AbstractDto
Java class for clientCorporationCertificationDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clientCorporationCertificationDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="certificationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="clientCorporationCertificationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="clientCorporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="modifyingUserID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="offsetDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
certificationID |
protected java.lang.Integer |
clientCorporationCertificationID |
protected java.lang.Integer |
clientCorporationID |
protected java.lang.String |
comments |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.String |
location |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
modifyingUserID |
protected java.lang.Integer |
offsetDays |
protected java.lang.Integer |
quantity |
Constructor and Description |
---|
ClientCorporationCertificationDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCertificationID()
Gets the value of the certificationID property.
|
java.lang.Integer |
getClientCorporationCertificationID()
Gets the value of the clientCorporationCertificationID property.
|
java.lang.Integer |
getClientCorporationID()
Gets the value of the clientCorporationID property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getModifyingUserID()
Gets the value of the modifyingUserID property.
|
java.lang.Integer |
getOffsetDays()
Gets the value of the offsetDays property.
|
java.lang.Integer |
getQuantity()
Gets the value of the quantity property.
|
void |
setCertificationID(java.lang.Integer value)
Sets the value of the certificationID property.
|
void |
setClientCorporationCertificationID(java.lang.Integer value)
Sets the value of the clientCorporationCertificationID property.
|
void |
setClientCorporationID(java.lang.Integer value)
Sets the value of the clientCorporationID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setModifyingUserID(java.lang.Integer value)
Sets the value of the modifyingUserID property.
|
void |
setOffsetDays(java.lang.Integer value)
Sets the value of the offsetDays property.
|
void |
setQuantity(java.lang.Integer value)
Sets the value of the quantity property.
|
protected java.lang.Integer certificationID
protected java.lang.Integer clientCorporationCertificationID
protected java.lang.Integer clientCorporationID
protected java.lang.String comments
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String location
protected java.lang.String migrateGUID
protected java.lang.Integer modifyingUserID
protected java.lang.Integer offsetDays
protected java.lang.Integer quantity
public ClientCorporationCertificationDtoBase()
public java.lang.Integer getCertificationID()
Integer
public void setCertificationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getClientCorporationCertificationID()
Integer
public void setClientCorporationCertificationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getClientCorporationID()
Integer
public void setClientCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getComments()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getModifyingUserID()
Integer
public void setModifyingUserID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getOffsetDays()
Integer
public void setOffsetDays(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getQuantity()
Integer
public void setQuantity(java.lang.Integer value)
value
- allowed object is
Integer