public abstract class ReportDtoBase extends AbstractDto
Java class for reportDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reportDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="cognosType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dashboard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="oldReportID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reportID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="reportJar" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="reportRTF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reportXML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sqlData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
categoryID |
protected java.lang.String |
cognosType |
protected java.lang.Boolean |
dashboard |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.Integer |
oldReportID |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
packageName |
protected java.lang.String |
path |
protected java.lang.Integer |
reportID |
protected byte[] |
reportJar |
protected java.lang.String |
reportRTF |
protected java.lang.String |
reportXML |
protected java.lang.String |
sqlData |
protected java.lang.String |
type |
protected java.lang.Integer |
version |
| Constructor and Description |
|---|
ReportDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCategoryID()
Gets the value of the categoryID property.
|
java.lang.String |
getCognosType()
Gets the value of the cognosType property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getOldReportID()
Gets the value of the oldReportID property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.String |
getPackageName()
Gets the value of the packageName property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
java.lang.Integer |
getReportID()
Gets the value of the reportID property.
|
byte[] |
getReportJar()
Gets the value of the reportJar property.
|
java.lang.String |
getReportRTF()
Gets the value of the reportRTF property.
|
java.lang.String |
getReportXML()
Gets the value of the reportXML property.
|
java.lang.String |
getSqlData()
Gets the value of the sqlData property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Integer |
getVersion()
Gets the value of the version property.
|
java.lang.Boolean |
isDashboard()
Gets the value of the dashboard property.
|
void |
setCategoryID(java.lang.Integer value)
Sets the value of the categoryID property.
|
void |
setCognosType(java.lang.String value)
Sets the value of the cognosType property.
|
void |
setDashboard(java.lang.Boolean value)
Sets the value of the dashboard property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOldReportID(java.lang.Integer value)
Sets the value of the oldReportID property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setPackageName(java.lang.String value)
Sets the value of the packageName property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setReportID(java.lang.Integer value)
Sets the value of the reportID property.
|
void |
setReportJar(byte[] value)
Sets the value of the reportJar property.
|
void |
setReportRTF(java.lang.String value)
Sets the value of the reportRTF property.
|
void |
setReportXML(java.lang.String value)
Sets the value of the reportXML property.
|
void |
setSqlData(java.lang.String value)
Sets the value of the sqlData property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setVersion(java.lang.Integer value)
Sets the value of the version property.
|
protected java.lang.Integer categoryID
protected java.lang.String cognosType
protected java.lang.Boolean dashboard
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String description
protected java.lang.String name
protected java.lang.Integer oldReportID
protected java.lang.Integer ownerID
protected java.lang.String packageName
protected java.lang.String path
protected java.lang.Integer reportID
protected byte[] reportJar
protected java.lang.String reportRTF
protected java.lang.String reportXML
protected java.lang.String sqlData
protected java.lang.String type
protected java.lang.Integer version
public java.lang.Integer getCategoryID()
Integerpublic void setCategoryID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCognosType()
Stringpublic void setCognosType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDashboard()
Booleanpublic void setDashboard(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendarpublic void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getOldReportID()
Integerpublic void setOldReportID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getPackageName()
Stringpublic void setPackageName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getReportID()
Integerpublic void setReportID(java.lang.Integer value)
value - allowed object is
Integerpublic byte[] getReportJar()
public void setReportJar(byte[] value)
value - allowed object is
byte[]public java.lang.String getReportRTF()
Stringpublic void setReportRTF(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReportXML()
Stringpublic void setReportXML(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSqlData()
Stringpublic void setSqlData(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getVersion()
Integerpublic void setVersion(java.lang.Integer value)
value - allowed object is
Integer