public abstract class ReportCategoryDtoBase extends AbstractDto
Java class for reportCategoryDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reportCategoryDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="corporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reportCategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
corporationID |
protected java.lang.String |
name |
protected java.lang.Integer |
reportCategoryID |
protected java.lang.Integer |
sortOrder |
| Constructor and Description |
|---|
ReportCategoryDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCorporationID()
Gets the value of the corporationID property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getReportCategoryID()
Gets the value of the reportCategoryID property.
|
java.lang.Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
void |
setCorporationID(java.lang.Integer value)
Sets the value of the corporationID property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setReportCategoryID(java.lang.Integer value)
Sets the value of the reportCategoryID property.
|
void |
setSortOrder(java.lang.Integer value)
Sets the value of the sortOrder property.
|
protected java.lang.Integer corporationID
protected java.lang.String name
protected java.lang.Integer reportCategoryID
protected java.lang.Integer sortOrder
public java.lang.Integer getCorporationID()
Integerpublic void setCorporationID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getReportCategoryID()
Integerpublic void setReportCategoryID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSortOrder()
Integerpublic void setSortOrder(java.lang.Integer value)
value - allowed object is
Integer