public abstract class BusinessSectorDtoBase extends AbstractDto
Java class for businessSectorDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="businessSectorDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="businessSectorID" 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="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 |
businessSectorID |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
name |
Constructor and Description |
---|
BusinessSectorDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBusinessSectorID()
Gets the value of the businessSectorID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setBusinessSectorID(java.lang.Integer value)
Sets the value of the businessSectorID property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.Integer businessSectorID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String name
public java.lang.Integer getBusinessSectorID()
Integer
public void setBusinessSectorID(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String