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